mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
cubox-i: Use linux-fslc by default
linux-cubox-i has been broken for quite some time as it does not contain the GCC5 fixes, for example. Let's make 'linux-fslc' the default kernel and remove the non-working 'linux-cubox-i' kernel. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
95f6f73151
commit
e200df91b7
|
@ -14,7 +14,7 @@ require conf/machine/include/tune-cortexa9.inc
|
|||
|
||||
SOC_FAMILY = "mx6:mx6dl:mx6q"
|
||||
|
||||
PREFERRED_PROVIDER_virtual/kernel = "linux-cubox-i"
|
||||
PREFERRED_PROVIDER_virtual/kernel ?= "linux-fslc"
|
||||
|
||||
UBOOT_MAKE_TARGET = ""
|
||||
UBOOT_SUFFIX = "img"
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,17 +0,0 @@
|
|||
include recipes-kernel/linux/linux-imx.inc
|
||||
include recipes-kernel/linux/linux-dtb.inc
|
||||
|
||||
SUMMARY = "SolidRun 3.14.14 kernel based on Linaro 3.14"
|
||||
DESCRIPTION = "Linux kernel that is based on Linaro's 3.14 releases, \
|
||||
with full support for the i.MX6 features."
|
||||
|
||||
DEPENDS += "lzop-native bc-native"
|
||||
|
||||
SRCBRANCH ?= "linux-linaro-lsk-v3.14-mx6"
|
||||
SRCREV = "ea83bda1b403d745c67fbf6ea307d05ca138577f"
|
||||
LOCALVERSION ?= "-${SRCBRANCH}"
|
||||
|
||||
SRC_URI = "git://github.com/SolidRun/linux-imx6-3.14.git;branch=${SRCBRANCH} \
|
||||
file://defconfig"
|
||||
|
||||
COMPATIBLE_MACHINE = "(cubox-i)"
|
Loading…
Reference in New Issue
Block a user