mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-31 12:50:02 +00:00
arm-bsp: yocto-check-layer fixes
Changes necessary to get yocto-check-layer to pass Change-Id: Ie9ea5047ab1344d14a585552277fdbd6b2bc48ab Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
See ../README.md
|
||||||
@@ -3,5 +3,6 @@
|
|||||||
#
|
#
|
||||||
# Enable second network interface on startup
|
# Enable second network interface on startup
|
||||||
#
|
#
|
||||||
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
|
|
||||||
FILESEXTRAPATHS_prepend_juno := "${THISDIR}/files/juno:"
|
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
||||||
|
|||||||
@@ -8,7 +8,12 @@
|
|||||||
FILESEXTRAPATHS_prepend := "${THISDIR}:${THISDIR}/files:"
|
FILESEXTRAPATHS_prepend := "${THISDIR}:${THISDIR}/files:"
|
||||||
|
|
||||||
# Arm platforms kmeta
|
# Arm platforms kmeta
|
||||||
SRC_URI += "file://arm-platforms-kmeta;type=kmeta;name=arm-platforms-kmeta;destsuffix=arm-platforms-kmeta"
|
SRC_URI_KMETA = "file://arm-platforms-kmeta;type=kmeta;name=arm-platforms-kmeta;destsuffix=arm-platforms-kmeta"
|
||||||
|
SRC_URI_append_foundation-armv8 = " ${SRC_URI_KMETA}"
|
||||||
|
SRC_URI_append_fvp-base = " ${SRC_URI_KMETA}"
|
||||||
|
SRC_URI_append_juno = " ${SRC_URI_KMETA}"
|
||||||
|
SRC_URI_append_gem5-arm64 = " ${SRC_URI_KMETA}"
|
||||||
|
SRCREV_arm-platforms-kmeta = "6147e82375aa9df8f2a162d42ea6406c79c854c5"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Cortex-A5 DesignStart KMACHINE
|
# Cortex-A5 DesignStart KMACHINE
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
See ../README.md
|
||||||
Reference in New Issue
Block a user