From a11aa69690ce20cd3226bfc552f0038994cdab7f Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Wed, 22 Apr 2015 14:31:52 +0200 Subject: 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. --- 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 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" -- cgit v1.2.3