ArduCopter 4.0.0 CubeSolo build

This commit is contained in:
Matt Lawrence 2019-12-29 16:24:55 -05:00 committed by Matt
parent dada378379
commit 66d87f27d2
4 changed files with 6 additions and 6 deletions

View File

@ -47,7 +47,7 @@ IMAGE_INSTALL += " \
shotmanager \ shotmanager \
rpm \ rpm \
util-linux \ util-linux \
cubeBlack-solo \ arducopter \
gimbal-firmware \ gimbal-firmware \
e2fsprogs-e2fsck \ e2fsprogs-e2fsck \
dosfstools \ dosfstools \

View File

@ -1,4 +1,4 @@
SUMMARY = "ArduCopter 3.7 firmware for cube" SUMMARY = "ArduCopter firmware for cube"
LICENSE = "GPLv3" LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://${THISDIR}/files/COPYING.txt;md5=d32239bcb673463ab874e80d47fae504" LIC_FILES_CHKSUM = "file://${THISDIR}/files/COPYING.txt;md5=d32239bcb673463ab874e80d47fae504"

File diff suppressed because one or more lines are too long

View File

@ -124,7 +124,7 @@ fi
# clean the solo specific recipies, even with -c true to ensure local changes are picked up # clean the solo specific recipies, even with -c true to ensure local changes are picked up
if ! $CLEAN_BUILD; then if ! $CLEAN_BUILD; then
MACHINE=imx6solo-3dr-1080p bitbake -c clean -f -k sololink shotmanager sololink-python pymavlink mavproxy cubeBlack-solo gimbal-firmware 2>&1 > /dev/null MACHINE=imx6solo-3dr-1080p bitbake -c clean -f -k sololink shotmanager sololink-python pymavlink mavproxy arducopter gimbal-firmware 2>&1 > /dev/null
if [ ! $? -eq 0 ]; then if [ ! $? -eq 0 ]; then
exit 1 exit 1
fi fi