mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-05-30 12:30:02 +00:00
armstubs: Error out when ARMSTUBS is not defined
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
This commit is contained in:
@@ -17,6 +17,7 @@ export OBJCOPY8="${OBJCOPY}"
|
|||||||
export OBJDUMP8="${OBJDUMP} -maarch64"
|
export OBJDUMP8="${OBJDUMP} -maarch64"
|
||||||
|
|
||||||
do_compile() {
|
do_compile() {
|
||||||
|
[ -z "${ARMSTUB}" ] && bbfatal "No ARMSTUB defined for your machine."
|
||||||
oe_runmake ${ARMSTUB}
|
oe_runmake ${ARMSTUB}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user