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