summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2020-06-10 17:04:05 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2020-06-11 16:52:39 -0300
commit786c07c60da5ee6bd3432e37ec0f275eb93e7119 (patch)
tree251e694100e72869ae4caa5b1d2cbd24975506c7
parent1ee015e6e308ca1fa6d185015fdb2b828dc2c611 (diff)
downloadmeta-freescale-786c07c60da5ee6bd3432e37ec0f275eb93e7119.tar.gz
imx6ullevk: Stop forcing the U-Boot and Linux kernel to imx flavour
We should avoid overriding the U-Boot and Linux kernel to imx flavour as we might use mainline or their forks; this fixes build errors when using fslc distros as: ,----[ Build error ] | ERROR: Nothing PROVIDES 'virtual/kernel' | linux-fslc-lts-4.19 PROVIDES virtual/kernel but was skipped: PREFERRED_PROVIDER_virtual/kernel set to linux-imx, not linux-fslc-lts-4.19 | linux-fslc-imx PROVIDES virtual/kernel but was skipped: incompatible with machine imx6ullevk (not in COMPATIBLE_MACHINE) | linux-qoriq PROVIDES virtual/kernel but was skipped: incompatible with machine imx6ullevk (not in COMPATIBLE_MACHINE) | linux-fslc PROVIDES virtual/kernel but was skipped: PREFERRED_PROVIDER_virtual/kernel set to linux-imx, not linux-fslc | linux-imx PROVIDES virtual/kernel but was skipped: incompatible with machine imx6ullevk (not in COMPATIBLE_MACHINE) | linux-fslc-qoriq PROVIDES virtual/kernel but was skipped: incompatible with machine imx6ullevk (not in COMPATIBLE_MACHINE) | linux-yocto-rt PROVIDES virtual/kernel but was skipped: incompatible with machine imx6ullevk (not in COMPATIBLE_MACHINE) | linux-yocto-tiny PROVIDES virtual/kernel but was skipped: incompatible with machine imx6ullevk (not in COMPATIBLE_MACHINE) | linux-yocto-dev PROVIDES virtual/kernel but was skipped: incompatible with machine imx6ullevk (not in COMPATIBLE_MACHINE) | linux-yocto PROVIDES virtual/kernel but was skipped: incompatible with machine imx6ullevk (not in COMPATIBLE_MACHINE) | linux-dummy PROVIDES virtual/kernel but was skipped: PREFERRED_PROVIDER_virtual/kernel set to linux-imx, not linux-dummy | ERROR: Required build target 'core-image-minimal' has no buildable providers. | Missing or unbuildable dependency chain was: ['core-image-minimal', 'virtual/kernel'] `---- Fixes: #432 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--conf/machine/imx6ullevk.conf4
1 files changed, 0 insertions, 4 deletions
diff --git a/conf/machine/imx6ullevk.conf b/conf/machine/imx6ullevk.conf
index 9351954f..f9838b4c 100644
--- a/conf/machine/imx6ullevk.conf
+++ b/conf/machine/imx6ullevk.conf
@@ -21,10 +21,6 @@ UBOOT_CONFIG ??= "sd"
21UBOOT_CONFIG[sd] = "mx6ull_14x14_evk_config,sdcard" 21UBOOT_CONFIG[sd] = "mx6ull_14x14_evk_config,sdcard"
22UBOOT_CONFIG[mfgtool] = "mx6ull_14x14_evk_config" 22UBOOT_CONFIG[mfgtool] = "mx6ull_14x14_evk_config"
23 23
24PREFERRED_PROVIDER_u-boot = "u-boot-imx"
25PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx"
26PREFERRED_PROVIDER_virtual/kernel = "linux-imx"
27
28SERIAL_CONSOLES = "115200;ttymxc0" 24SERIAL_CONSOLES = "115200;ttymxc0"
29 25
30MACHINE_FEATURES += "wifi bluetooth" 26MACHINE_FEATURES += "wifi bluetooth"