hw16: Rename uboot recipes to nrhw instead of nbhw

This commit is contained in:
Alexandre Bard 2018-10-30 18:40:46 +01:00
parent e8cad3056b
commit 09e4c7caa5
3 changed files with 2 additions and 1 deletions

View File

@ -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"

View File

@ -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"