blob: ce3ecf6bffb05f2af5afeaa311213afb1a7ec860 (
plain)
1
2
3
4
5
6
7
8
9
|
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
SRC_URI += "file://grub.cfg \
file://bl-kernels"
do_install_append() {
install -d ${D}${sysconfdir}
install -d ${D}${sysconfdir}/swupdate
install -m 644 ${WORKDIR}/bl-kernels ${D}${sysconfdir}/swupdate
}
|