From f7aa4a8a216aad690a8d1ab9b1ccc1524f3f2892 Mon Sep 17 00:00:00 2001 From: Patrick Zysset Date: Fri, 1 Mar 2019 16:10:18 +0100 Subject: [PATCH] conf: streamline machine config of am335x-nrhw20 sync with latest changes introduced to am335x-nmhw21. Signed-off-by: Patrick Zysset --- conf/machine/am335x-nrhw20.conf | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/conf/machine/am335x-nrhw20.conf b/conf/machine/am335x-nrhw20.conf index 9b3b1b3..0955033 100644 --- a/conf/machine/am335x-nrhw20.conf +++ b/conf/machine/am335x-nrhw20.conf @@ -12,10 +12,17 @@ MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-devicetree" KERNEL_DEFCONFIG ??= "am335x-nrhw20_defconfig" KERNEL_DEVICETREE = "am335x-nrhw20-prod1.dtb \ " + +SOTA_MACHINE = "${MACHINE}" + +KERNEL_CLASSES_append = " kernel-fitimage" + KERNEL_IMAGETYPE = "zImage" +KERNEL_IMAGETYPES = "fitImage zImage" +KERNEL_IMAGETYPE_sota = "fitImage" +KERNEL_IMAGETYPES_sota = "fitImage" +UBOOT_ENTRYPOINT ?= "0x80008000" +IMAGE_BOOT_FILES = "MLO u-boot.img" -PREFERRED_PROVIDER_virtual/bootloader = "u-boot-am335x-nrhw20-v1" PREFERRED_PROVIDER_virtual/kernel = "linux-netmodule" -PV_pn-linux-netmodule = "4.14.14-${SRCPV}" -SRC_URI_pn-linux-netmodule ?= "git://git.netmodule.intranet/yoctoproject/linux-netmodule.git;protocol=ssh;user=gitea;branch=4.14/standard/nrhw20" - +PREFERRED_PROVIDER_virtual/bootloader = "u-boot-am335x-nrhw20-v1"