aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ivi/recipes-core-ivi/busybox
AgeCommit message (Collapse)Author
2015-11-10busybox: rename busybox_1.23.1.bbappend to busybox_%.bbappendYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2015-10-30busybox: move to yocto's system to change KconfigFrederico Cadete
This avoids overriding the defconfig of busybox, and it is nicer to other layers. Signed-off-by: Frederico Cadete <frederico.cadete@awtce.be>
2015-09-09busybox: Synchronize bbappend version with pokyAndrei Gherzan
As well we don't configure busybox with syslog so remove it. Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2014-08-13Use FILESEXTRAPATHS correctlyAndrei Gherzan
Avoid incorrect assignments and use FILESEXTRAPATHS-variable with _prepend or _append. WARNING: FILESEXTRAPATHS-variable, must always use _prepend (or _append) type of assignment, and don't forget the colon. Please assign it with the format of: FILESEXTRAPATHS_append := ":${THISDIR}/Your_Files_Path" or FILESEXTRAPATHS_prepend := "${THISDIR}/Your_Files_Path:" in your bbappend file Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2014-05-09meta-ivi: refactor layer structureholger
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>