meta-digi/meta-digi-arm/classes
Hector Palacios e50f6c3e91 u-boot: fix the use of boot image recipe and prefix
A variable called IMAGE_BOOTLOADER was being used without distinction for
referring to two different things:
 - the recipe that builds the bootable artifacts
 - the prefix of those artifacts

The value of this is "u-boot" for most platforms, but "imx-boot" for the
CC8X based platforms.

The name of the variable is misleading, so this commit splits it into two:
 - BOOTLOADER_IMAGE_RECIPE, to refer to the recipe
 - UBOOT_PREFIX, to refer to the prefix of the bootable artifact

With the separation, the variable UBOOT_SYMLINK becomes a generic formed
one, so it is moved to digi-defaults.inc.

While on it, fix the image_types_digi.bbclass which was not making use of
the original variable to establish all the dependencies.

Signed-off-by: Hector Palacios <hector.palacios@digi.com>
2019-07-12 11:04:47 +02:00
..
fsl-eula-graphics.bbclass classes: update NXP bbclasses 2019-05-15 10:32:41 +02:00
fsl-eula-unpack.bbclass classes: update NXP bbclasses 2019-05-15 10:32:41 +02:00
fsl-eula-unpack2.bbclass classes: update NXP bbclasses 2019-05-15 10:32:41 +02:00
fsl-eula.bbclass classes: update NXP bbclasses 2019-05-15 10:32:41 +02:00
fsl-eula2-package-arch.bbclass classes: update NXP bbclasses 2019-05-15 10:32:41 +02:00
fsl-eula2-unpack2.bbclass classes: update NXP bbclasses 2019-05-15 10:32:41 +02:00
fsl-eula2.bbclass classes: update NXP bbclasses 2019-05-15 10:32:41 +02:00
image_types_digi.bbclass u-boot: fix the use of boot image recipe and prefix 2019-07-12 11:04:47 +02:00