File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11services :
22 odysseus :
33 build : .
4- image : ghcr.io/northeastern-electric-racing/odysseus:develop-stability-and-improvements
4+ image : ghcr.io/northeastern-electric-racing/odysseus:mesh
55 command : /bin/bash
66 tty : true
77 stdin_open : true
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ make -C /home/odysseus/build/buildroot O=/home/odysseus/outputs/iroh BR2_EXTERNA
99make -C /home/odysseus/build/buildroot O=/home/odysseus/outputs/ap-pi5 BR2_EXTERNAL=/home/odysseus/build/odysseus_tree raspberrypi5_ap_defconfig
1010make -C /home/odysseus/build/buildroot O=/home/odysseus/outputs/tpu-cm5 BR2_EXTERNAL=/home/odysseus/build/odysseus_tree raspberrypicm5io_tpu_defconfig
1111make -C /home/odysseus/build/buildroot O=/home/odysseus/outputs/wheel-cm5 BR2_EXTERNAL=/home/odysseus/build/odysseus_tree raspberrypicm5io_wheel_defconfig
12- make -C /home/odysseus/build/buildroot O=/home/odysseus/outputs/mesh BR2_EXTERNAL=/home/odysseus/build/odysseus_tree raspberrypizero2w_mesh_defconfig
12+ make -C /home/odysseus/build/buildroot O=/home/odysseus/outputs/mesh BR2_EXTERNAL=/home/odysseus/build/odysseus_tree raspberrypizero2w_64_mesh_defconfig
1313
1414
1515cat << "EOF "
Original file line number Diff line number Diff line change @@ -13,7 +13,9 @@ source "$BR2_EXTERNAL_ODY_TREE_PATH/package/rpi-utils/Config.in"
1313source "$BR2_EXTERNAL_ODY_TREE_PATH/package/python-gmqtt/Config.in"
1414source "$BR2_EXTERNAL_ODY_TREE_PATH/package/odysseus-daemon/Config.in"
1515source "$BR2_EXTERNAL_ODY_TREE_PATH/package/wheel-buttons/Config.in"
16- source "$BR2_EXTERNAL_ODY_TREE_PATH/package/morse/Config.in"
16+ source "$BR2_EXTERNAL_ODY_TREE_PATH/package/mm6108-driver/Config.in"
17+ source "$BR2_EXTERNAL_ODY_TREE_PATH/package/mm6108-firmware/Config.in"
18+ source "$BR2_EXTERNAL_ODY_TREE_PATH/package/morse-cli/Config.in"
1719source "$BR2_EXTERNAL_ODY_TREE_PATH/package/rpi-libpisp/Config.in"
1820source "$BR2_EXTERNAL_ODY_TREE_PATH/package/rpi-libcamera/Config.in"
1921source "$BR2_EXTERNAL_ODY_TREE_PATH/package/rpicam-apps/Config.in"
File renamed without changes.
Original file line number Diff line number Diff line change 1- MM6108_DRIVER_VERSION = $( MORSE_VERSION )
1+ MM6108_DRIVER_VERSION = 1.17.9
22MM6108_DRIVER_SITE = https://github.com/MorseMicro/morse_driver
33MM6108_DRIVER_SITE_METHOD = git
44MM6108_DRIVER_GIT_SUBMODULES = YES
Original file line number Diff line number Diff line change @@ -2,3 +2,5 @@ config BR2_PACKAGE_MM6108_FIRMWARE
22 bool "mm6108-firmware"
33 help
44 This is the firmware for the MM6108 Wifi HaLow SoC
5+
6+ Note like the upstream, this package does not respect Morse Micro versions
Original file line number Diff line number Diff line change 1- MM6108_FIRMWARE_VERSION = $( MORSE_VERSION_MAJOR )
1+ MM6108_FIRMWARE_VERSION = ea18605f53387281c1029ea9eb8e0de2bda7bae2
22MM6108_FIRMWARE_SITE = https://github.com/MorseMicro/morse-firmware
33MM6108_FIRMWARE_SITE_METHOD = git
44MM6108_FIRMWARE_LICENSE = GPLv2
File renamed without changes.
Original file line number Diff line number Diff line change 1- MORSE_CLI_VERSION = $( MORSE_VERSION )
1+ MORSE_CLI_VERSION = 1.17.8
22MORSE_CLI_SITE = https://github.com/MorseMicro/morse_cli
33MORSE_CLI_SITE_METHOD = git
44MORSE_CLI_GIT_SUBMODULES = YES
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments