summaryrefslogtreecommitdiff
path: root/recipes-core/busybox/busybox_%.bbappend
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2018-12-30 14:04:17 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2019-03-06 13:44:33 +0100
commitb5fa43a2d14aa85dd8a9f8e1cb83866a9763dcc7 (patch)
tree888f43e12bd5f095af89057e43ea1e92acf848ba /recipes-core/busybox/busybox_%.bbappend
parent9ab0891e3047a0a9a1ea8acdc58fca06ad036557 (diff)
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 <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-core/busybox/busybox_%.bbappend')
-rw-r--r--recipes-core/busybox/busybox_%.bbappend2
1 files changed, 2 insertions, 0 deletions
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"