del: Add busybox default configuration.
For the del distro, override the busybox configuration to use the one that was also used in DEL-5.9. Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
parent
d2d97da28a
commit
b742aa835e
|
|
@ -0,0 +1,7 @@
|
||||||
|
FILESEXTRAPATHS_prepend_del := "${THISDIR}/files"
|
||||||
|
SRC_URI_append_del += "file://defconfig-del"
|
||||||
|
PR_append_del = "+${DISTRO}.0"
|
||||||
|
|
||||||
|
do_configure_prepend_del () {
|
||||||
|
cp ${WORKDIR}/defconfig-del ${WORKDIR}/defconfig
|
||||||
|
}
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue