From b5fa43a2d14aa85dd8a9f8e1cb83866a9763dcc7 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sun, 30 Dec 2018 14:04:17 +0100 Subject: busybox: rework to use config fragment for resize Thus we keep the openembedded defconfig with changes due to version updates or changed system policies. The defconfig's only change is CONFIG_RESIZE when compared to the upstream defconfig around the time of the fork: http://cgit.openembedded.org/openembedded-core/plain/meta/recipes-core/busybox/busybox/defconfig?h=dizzy&id=ad1a50a549377a0a74c51e20e53f146011e6c269 Signed-off-by: Max Krummenacher --- recipes-core/busybox/busybox_%.bbappend | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-core/busybox/busybox_%.bbappend') diff --git a/recipes-core/busybox/busybox_%.bbappend b/recipes-core/busybox/busybox_%.bbappend index e16e4e7..19c83d2 100644 --- a/recipes-core/busybox/busybox_%.bbappend +++ b/recipes-core/busybox/busybox_%.bbappend @@ -1 +1,3 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/busybox:" + +SRC_URI += "file://resize.cfg" -- cgit v1.2.3