From 4ac3c7e979e8671df712d2cfd30b1966d09f479d Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 10 Jul 2019 15:56:59 +0200 Subject: u-boot-toradex: update to 2019.07 based Update to a 2019.07 based U-Boot. Use the openembedded master recipes for u-boot_2019.07 as a base. While at it append -tk1 to PN to have a name different from the u-boot recipe name for our NXP based SoM and set the prefered provider accordingly. Signed-off-by: Max Krummenacher --- conf/machine/apalis-tk1.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'conf/machine/apalis-tk1.conf') diff --git a/conf/machine/apalis-tk1.conf b/conf/machine/apalis-tk1.conf index 2f1f617..0cf6e5c 100644 --- a/conf/machine/apalis-tk1.conf +++ b/conf/machine/apalis-tk1.conf @@ -33,8 +33,8 @@ WIC_CREATE_EXTRA_ARGS_append = " --no-fstab-update" # The kernel lives in a seperate FAT or UBI partition, don't deploy it in /boot RDEPENDS_${KERNEL_PACKAGE_NAME}-base = "" -PREFERRED_PROVIDER_u-boot = "u-boot-toradex" -PREFERRED_PROVIDER_virtual/bootloader = "u-boot-toradex" +PREFERRED_PROVIDER_u-boot = "u-boot-toradex-tk1" +PREFERRED_PROVIDER_virtual/bootloader = "u-boot-toradex-tk1" UBOOT_MACHINE = "apalis-tk1_defconfig" UBOOT_ENTRYPOINT = "0x80008000" UBOOT_LOADADDRESS = "${UBOOT_ENTRYPOINT}" @@ -75,7 +75,7 @@ MACHINE_EXTRA_RDEPENDS = " \ linux-driver-package-firmware \ linux-driver-package-firstboot \ " -EXTRA_IMAGEDEPENDS += "u-boot" +EXTRA_IMAGEDEPENDS += "virtual/bootloader" # used by sysvinit_2 SERIAL_CONSOLES = "115200;ttyS0" -- cgit v1.2.3