aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-append/busybox/busybox_1.20.2.bbappend
blob: 82cfced5d4c8fe656ee597fc26fc06da595fb486 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PRINC := "${@int(PRINC) + 1}"

FILESEXTRAPATHS_prepend_fsl := "${THISDIR}/busybox-1.20.2:"

SRC_URI_append_fsl += "file://defconfig-fsl \
            file://busybox-1.19.4-ubi-user-h.patch \
            file://inetd \
            file://inetd.conf \
"

do_configure_prepend_fsl () {
        cp ${WORKDIR}/defconfig-fsl ${WORKDIR}/defconfig
}