From: Ross Burton <[email protected]> This builds a small number of images for the N1 SDP and Juno boards.
Signed-off-by: Ross Burton <[email protected]> --- config.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/config.json b/config.json index b810373..8823c32 100644 --- a/config.json +++ b/config.json @@ -273,6 +273,24 @@ "MACHINE" : "qemuarm64", "TEMPLATE" : "ltp-qemu" }, + "meta-arm" : { + "NEEDREPOS" : ["poky", "meta-arm"], + "ADDLAYER" : [ + "${BUILDDIR}/../meta-arm/meta-arm", + "${BUILDDIR}/../meta-arm/meta-arm-bsp", + "${BUILDDIR}/../meta-arm/meta-arm-toolchain" + ], + "step1": { + "MACHINE": "n1sdp", + "BBTARGETS": "core-image-minimal core-image-sato core-image-sato:do_populate_sdk", + "SANITYTARGETS" : "core-image-sato:do_testsdk" + }, + "step2": { + "MACHINE": "juno", + "BBTARGETS": "core-image-minimal core-image-sato core-image-sato:do_populate_sdk", + "SANITYTARGETS" : "core-image-sato:do_testsdk" + } + }, "bringup" : { "BUILDINFO" : true, "SSTATEDIR" : ["SSTATE_DIR ?= '${HELPERBUILDDIR}/sstate'"], @@ -964,6 +982,12 @@ "branch" : "master", "revision" : "HEAD", "no-layer-add" : true + }, + "meta-arm" : { + "url" : "git://git.yoctoproject.org/meta-arm", + "branch" : "master", + "revision" : "HEAD", + "no-layer-add" : true } }, -- 2.24.3 (Apple Git-128)
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#49789): https://lists.yoctoproject.org/g/yocto/message/49789 Mute This Topic: https://lists.yoctoproject.org/mt/75217238/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
