meta-digi-arm: Add kernel configuration file also for non dev images.
We need the kernel configuration file in /boot for some of the postint scripts that aim to do smart things like autoconfigure the interfaces file. Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
parent
289a7f0dc7
commit
e54bc6182f
|
|
@ -18,3 +18,4 @@ SRC_URI = "${DIGI_LOG_GIT}linux-2.6.git \
|
||||||
SRC_URI_ccardxmx28js_mxs = "${DIGI_LOG_GIT}linux-2.6.git \
|
SRC_URI_ccardxmx28js_mxs = "${DIGI_LOG_GIT}linux-2.6.git \
|
||||||
file://defconfig \
|
file://defconfig \
|
||||||
"
|
"
|
||||||
|
FILES_kernel-image += "/boot/config*"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue