mirror of
https://github.com/OpenSolo/OpenSolo.git
synced 2025-04-29 22:24:32 +02:00
ArduCopter 4.0.0 CubeSolo build
This commit is contained in:
parent
dada378379
commit
66d87f27d2
@ -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 \
|
||||||
|
@ -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
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user