From ead591e8c4d7433e41cb30332fc1519c455a42d5 Mon Sep 17 00:00:00 2001 From: Ramon Moesching Date: Mon, 18 Nov 2019 15:02:43 +0100 Subject: [PATCH] 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 --- conf/distro/netmodule-linux-ostree.conf | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/conf/distro/netmodule-linux-ostree.conf b/conf/distro/netmodule-linux-ostree.conf index d1b11df..2828cce 100644 --- a/conf/distro/netmodule-linux-ostree.conf +++ b/conf/distro/netmodule-linux-ostree.conf @@ -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 \ + "