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
commit475b1df8f2c3dbef34fd578f6e164582feec06d6 (patch)
tree8ea238dc97f0cdcbbf5fb892bfabad42d443eb68 /recipes-core/busybox/busybox_%.bbappend
parent82211e11876993df9b83619edff5a526d0339ff7 (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"