mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-04-20 23:41:08 +00:00
arm-systemready/arm-systemready-linux-distros: disable buildhistory
These recipes look like images but are not constructed the same way, specifically there is no WORKDIR/rootfs/ directory. If buildhistory is enabled this will cause it to abort, so disable image data collection in buildhistory. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -3,6 +3,7 @@ DESCRIPTION = "Arm SystemReady Linux distro CD/DVD images and installation \
|
|||||||
target disk image"
|
target disk image"
|
||||||
|
|
||||||
IMAGE_CLASSES:remove = "license_image testimage"
|
IMAGE_CLASSES:remove = "license_image testimage"
|
||||||
|
BUILDHISTORY_FEATURES:remove = "image"
|
||||||
|
|
||||||
INHIBIT_DEFAULT_DEPS = "1"
|
INHIBIT_DEFAULT_DEPS = "1"
|
||||||
COMPATIBLE_HOST = "aarch64-*"
|
COMPATIBLE_HOST = "aarch64-*"
|
||||||
|
|||||||
Reference in New Issue
Block a user