netmodule-linux-ostree: make ROOTFS_BOOTSTRAP_INSTALL machine specific
wlconf-bin was requested for e.g. nmhw23 build, but nmhw23 has no wl18xx module on it BugzID: 60142 Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
This commit is contained in:
parent
556b0c9255
commit
ead591e8c4
|
|
@ -12,9 +12,8 @@ KERNEL_IMAGETYPES_sota = "fitImage"
|
|||
KERNEL_IMAGETYPE_sota = "fitImage"
|
||||
OSTREE_KERNEL = "${KERNEL_IMAGETYPE}-${INITRAMFS_IMAGE}-${MACHINE}-${MACHINE}"
|
||||
|
||||
INITRAMFS_PACKAGES = "wireless-regdb-static \
|
||||
linux-firmware-wl12xx \
|
||||
linux-firmware-wl18xx \
|
||||
wlconf-bin \
|
||||
"
|
||||
ROOTFS_BOOTSTRAP_INSTALL_append = " ${INITRAMFS_PACKAGES}"
|
||||
ROOTFS_BOOTSTRAP_INSTALL_append_am335x-nmhw21 = " wireless-regdb-static \
|
||||
linux-firmware-wl12xx \
|
||||
linux-firmware-wl18xx \
|
||||
wlconf-bin \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue