mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-16 03:47:19 +00:00
1d7d30f98d
Add fixes for yocto-check-layer with no new functionality introduced. Issue-Id: SCM-2625 Signed-off-by: Diego Sueiro <diego.sueiro@arm.com> Change-Id: I4f7dc30e7ca27f88dfe140ac84ff2b73fe99b728 Signed-off-by: Jon Mason <jon.mason@arm.com>
6 lines
265 B
Plaintext
6 lines
265 B
Plaintext
# Add arm-autonomy kernel support
|
|
require ${@bb.utils.contains_any('DISTRO_FEATURES', \
|
|
'arm-autonomy-host arm-autonomy-guest', \
|
|
'linux-arm-autonomy.inc', \
|
|
'', d)}
|