From 09e4c7caa56e772112a6c44c0a2b9e1c51b30854 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Tue, 30 Oct 2018 18:40:46 +0100 Subject: [PATCH] hw16: Rename uboot recipes to nrhw instead of nbhw --- conf/machine/am335x-nbhw16.conf | 1 + ...t-am335x-nbhw16-v1_git.bb => u-boot-am335x-nrhw16-v1_git.bb} | 0 ...t-am335x-nbhw16-v2_git.bb => u-boot-am335x-nrhw16-v2_git.bb} | 2 +- 3 files changed, 2 insertions(+), 1 deletion(-) rename recipes-bsp/u-boot/{u-boot-am335x-nbhw16-v1_git.bb => u-boot-am335x-nrhw16-v1_git.bb} (100%) rename recipes-bsp/u-boot/{u-boot-am335x-nbhw16-v2_git.bb => u-boot-am335x-nrhw16-v2_git.bb} (78%) diff --git a/conf/machine/am335x-nbhw16.conf b/conf/machine/am335x-nbhw16.conf index c10ec6d..0e0322c 100644 --- a/conf/machine/am335x-nbhw16.conf +++ b/conf/machine/am335x-nbhw16.conf @@ -24,3 +24,4 @@ PV_pn-linux-netmodule = "4.14.78-${SRCPV}" SRC_URI_pn-linux-netmodule ?= "git://git.netmodule.intranet/nmrouter/linux.git;protocol=ssh;user=gitea;branch=4.14/standard/nmhw21" SRCREV_pn-linux-netmodule ?= "${AUTOREV}" +PREFERRED_PROVIDER_virtual/bootloader = "u-boot-am335x-nrhw16-v2" diff --git a/recipes-bsp/u-boot/u-boot-am335x-nbhw16-v1_git.bb b/recipes-bsp/u-boot/u-boot-am335x-nrhw16-v1_git.bb similarity index 100% rename from recipes-bsp/u-boot/u-boot-am335x-nbhw16-v1_git.bb rename to recipes-bsp/u-boot/u-boot-am335x-nrhw16-v1_git.bb diff --git a/recipes-bsp/u-boot/u-boot-am335x-nbhw16-v2_git.bb b/recipes-bsp/u-boot/u-boot-am335x-nrhw16-v2_git.bb similarity index 78% rename from recipes-bsp/u-boot/u-boot-am335x-nbhw16-v2_git.bb rename to recipes-bsp/u-boot/u-boot-am335x-nrhw16-v2_git.bb index 01579a8..2501d6d 100644 --- a/recipes-bsp/u-boot/u-boot-am335x-nbhw16-v2_git.bb +++ b/recipes-bsp/u-boot/u-boot-am335x-nrhw16-v2_git.bb @@ -1,4 +1,4 @@ -require u-boot-am335x-nbhw16-v1_git.bb +require u-boot-am335x-nrhw16-v1_git.bb # Force machine configuration for this recipe UBOOT_MACHINE = "am335x_nbhw16_v2_defconfig"