summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2014-03-25 15:47:36 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2014-04-01 10:11:35 +0200
commit711d8579e26a8b8b4090237c37cd4b512d1af974 (patch)
tree7bebb512202916236a68febff3843205a9b6a270 /conf
parent56837d6cf749f5a437f86e7e6607077eff24af3e (diff)
machines: Add PREFERRED_PROVIDER for virtual/bootloader
virtual/bootloader is a commonly used target. This patch adds it for meta-fsl-arm machines. Other BSP layers have this provider and when using a mutli-machine distro setup bitbake virtual/bootloader builds a wrong u-boot for fsl machines The patch was imported from the meta-arm-fsl git server (https://github.com/Freescale/meta-fsl-arm/commit/93b3d7dd7cdbbc0a49394cc32d335fb85fd2da74) and adapted to our machines.
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/apalis-t30.conf3
-rw-r--r--conf/machine/colibri-t20.conf3
-rw-r--r--conf/machine/colibri-t30.conf3
3 files changed, 9 insertions, 0 deletions
diff --git a/conf/machine/apalis-t30.conf b/conf/machine/apalis-t30.conf
index adf30fc..340e7a3 100644
--- a/conf/machine/apalis-t30.conf
+++ b/conf/machine/apalis-t30.conf
@@ -8,6 +8,9 @@ require conf/machine/include/soc-family.inc
PREFERRED_PROVIDER_virtual/kernel = "linux-toradex"
KERNEL_IMAGETYPE = "uImage"
+
+PREFERRED_PROVIDER_u-boot = "u-boot-toradex"
+PREFERRED_PROVIDER_virtual/bootloader = "u-boot-toradex"
UBOOT_MACHINE = "apalis_t30_config"
UBOOT_ENTRYPOINT = "0x82008000"
UBOOT_LOADADDRESS = "${UBOOT_ENTRYPOINT}"
diff --git a/conf/machine/colibri-t20.conf b/conf/machine/colibri-t20.conf
index f2e7418..270d08a 100644
--- a/conf/machine/colibri-t20.conf
+++ b/conf/machine/colibri-t20.conf
@@ -8,6 +8,9 @@ require conf/machine/include/soc-family.inc
PREFERRED_PROVIDER_virtual/kernel = "linux-toradex"
KERNEL_IMAGETYPE = "uImage"
+
+PREFERRED_PROVIDER_u-boot = "u-boot-toradex"
+PREFERRED_PROVIDER_virtual/bootloader = "u-boot-toradex"
UBOOT_MACHINE = "colibri_t20_config"
UBOOT_ENTRYPOINT = "0x00008000"
diff --git a/conf/machine/colibri-t30.conf b/conf/machine/colibri-t30.conf
index 3118b0d..ceca229 100644
--- a/conf/machine/colibri-t30.conf
+++ b/conf/machine/colibri-t30.conf
@@ -8,6 +8,9 @@ require conf/machine/include/soc-family.inc
PREFERRED_PROVIDER_virtual/kernel = "linux-toradex"
KERNEL_IMAGETYPE = "uImage"
+
+PREFERRED_PROVIDER_u-boot = "u-boot-toradex"
+PREFERRED_PROVIDER_virtual/bootloader = "u-boot-toradex"
UBOOT_MACHINE = "colibri_t30_config"
UBOOT_ENTRYPOINT = "0x82008000"
UBOOT_LOADADDRESS = "${UBOOT_ENTRYPOINT}"