From 24e1922b7f2fcafe45143622cd11a49fd452c4c0 Mon Sep 17 00:00:00 2001 From: Matt Madison Date: Fri, 24 Jul 2020 13:51:24 -0700 Subject: [PATCH] busybox: make modifications tegra-specific and package it separately for tegra, too. Signed-off-by: Matt Madison --- recipes-core/busybox/busybox_%.bbappend | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes-core/busybox/busybox_%.bbappend b/recipes-core/busybox/busybox_%.bbappend index 519e1ae1..75e0f91a 100644 --- a/recipes-core/busybox/busybox_%.bbappend +++ b/recipes-core/busybox/busybox_%.bbappend @@ -1,2 +1,4 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" -SRC_URI += "file://cksum.cfg" +SRC_URI_append_tegra = " file://cksum.cfg" + +PACKAGE_ARCH_tegra = "${TEGRA_PKGARCH}"