From ab25febdb9cde9f8c1cb6a7c1f4f16a990537aa4 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Tue, 30 Oct 2018 23:02:16 +0100 Subject: [PATCH] hw16: Rename from nbhw to nrhw --- recipes-core/images/netmodule-linux-image.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-core/images/netmodule-linux-image.bb b/recipes-core/images/netmodule-linux-image.bb index fa0d401..dd082b7 100644 --- a/recipes-core/images/netmodule-linux-image.bb +++ b/recipes-core/images/netmodule-linux-image.bb @@ -26,7 +26,7 @@ FIRMWARE_am335x-nmhw21 = " \ " -FIRMWARE_am335x-nbhw16 = " \ +FIRMWARE_am335x-nrhw16 = " \ linux-firmware-ath6k \ linux-firmware-ath9k \ linux-firmware-wl12xx\ @@ -72,7 +72,7 @@ IMAGE_INSTALL_append = " \ IMAGE_INSTALL_cortex9hf-neon_append = " kernel-devicetree " IMAGE_INSTALL_cortex9hf_append = " kernel-devicetree " -IMAGE_INSTALL_append_am335x-nbhw16 = " \ +IMAGE_INSTALL_append_am335x-nrhw16 = " \ tibluetooth \ bluez5-obex \ bluez5-noinst-tools \