diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2015-07-20 18:22:29 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-07-28 23:26:58 -0300 |
commit | f687407a0fb4629044ef4e02d16df4d5d04502c1 (patch) | |
tree | 59a7bcd38179ab0df955653f6141bb88f34916c8 /conf | |
parent | a0036bb1344415acd7a4363091193d19754fc740 (diff) | |
download | meta-freescale-f687407a0fb4629044ef4e02d16df4d5d04502c1.tar.gz |
mxs-base.inc: Change i.MX28 for Linux-mainline by default
As the codec support, for GStreamer, has been removed from master
branch there is no reason to keep using the old kernel for i.MX28
anymore. This moves it for the Linux FSLC fork which bases on
mainline.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/mxs-base.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/conf/machine/include/mxs-base.inc b/conf/machine/include/mxs-base.inc index ecf4aed4..d576dd39 100644 --- a/conf/machine/include/mxs-base.inc +++ b/conf/machine/include/mxs-base.inc | |||
@@ -8,8 +8,7 @@ include conf/machine/include/tune-arm926ejs.inc | |||
8 | 8 | ||
9 | SOC_FAMILY = "mxs" | 9 | SOC_FAMILY = "mxs" |
10 | 10 | ||
11 | PREFERRED_PROVIDER_virtual/kernel ??= "linux-imx" | 11 | PREFERRED_PROVIDER_virtual/kernel ??= "linux-fslc" |
12 | PREFERRED_PROVIDER_virtual/kernel_mx23 ?= "linux-fslc" | ||
13 | 12 | ||
14 | PREFERRED_PROVIDER_u-boot ??= "u-boot-fslc" | 13 | PREFERRED_PROVIDER_u-boot ??= "u-boot-fslc" |
15 | PREFERRED_PROVIDER_virtual/bootloader ??= "u-boot-fslc" | 14 | PREFERRED_PROVIDER_virtual/bootloader ??= "u-boot-fslc" |