diff options
author | Denys Dmytriyenko <denys@ti.com> | 2014-05-29 07:41:08 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2014-05-29 14:56:46 -0400 |
commit | e4abf98729bb3ed555c65e101b227b5c166b9e81 (patch) | |
tree | 8a40ba9f3bb724d39624bce2a2fc25421257bd53 /recipes-kernel | |
parent | 9277a0276f0c3a49793e53e57678455272042480 (diff) | |
download | meta-ti-e4abf98729bb3ed555c65e101b227b5c166b9e81.tar.gz |
linux-ti-staging: lower the preference for 3.15 recipe for now
* It breaks libgles/SGX due to missing omafb/omafb.h header
* Will be switching to 3.14 instead for LTS
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Acked-by: Chase Maupin <chase.maupin@ti.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-ti-staging_3.15.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-ti-staging_3.15.bb b/recipes-kernel/linux/linux-ti-staging_3.15.bb index a55b581f..64db8da7 100644 --- a/recipes-kernel/linux/linux-ti-staging_3.15.bb +++ b/recipes-kernel/linux/linux-ti-staging_3.15.bb | |||
@@ -3,6 +3,8 @@ DESCRIPTION = "Linux kernel for TI devices" | |||
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" |
5 | 5 | ||
6 | DEFAULT_PREFERENCE = "-1" | ||
7 | |||
6 | inherit kernel | 8 | inherit kernel |
7 | 9 | ||
8 | require recipes-kernel/linux/linux-dtb.inc | 10 | require recipes-kernel/linux/linux-dtb.inc |