summaryrefslogtreecommitdiff
path: root/recipes-core/busybox/busybox_%.bbappend
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2015-04-22 14:31:52 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2015-05-12 10:04:36 +0200
commita11aa69690ce20cd3226bfc552f0038994cdab7f (patch)
tree8e6a24882078b0180af64e86114d1f4af0efe8d8 /recipes-core/busybox/busybox_%.bbappend
parent7009bc245686eb2a8a82b0ab26a96b5c5429006b (diff)
busybox: enable resize command
This enables the resize command in Busybox. The command is useful when using the serial console and a non-standard terminal sizes.
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 a9acf89..81891cc 100644
--- a/recipes-core/busybox/busybox_%.bbappend
+++ b/recipes-core/busybox/busybox_%.bbappend
@@ -1,2 +1,4 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/busybox:"
+
#we don't want busybox syslog as we use the functionality of journalctl
RRECOMMENDS_${PN}_remove = "${PN}-syslog"