diff options
author | Denys Dmytriyenko <denys@ti.com> | 2015-05-06 23:24:10 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-05-06 13:51:37 -0400 |
commit | 7126dca19c9f109c7394267176547d24fd5eb259 (patch) | |
tree | b84ac1f73545cafb1046865c8a678f5cafc296f3 /conf | |
parent | 7b2924983c4a438647e647324a3398d111ec086a (diff) | |
download | meta-ti-7126dca19c9f109c7394267176547d24fd5eb259.tar.gz |
omap4/pandaboard: switch from outdated 3.4 kernel to 3.14-staging
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/omap4.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/machine/include/omap4.inc b/conf/machine/include/omap4.inc index 066acca6..1657326e 100644 --- a/conf/machine/include/omap4.inc +++ b/conf/machine/include/omap4.inc | |||
@@ -4,8 +4,8 @@ require conf/machine/include/soc-family.inc | |||
4 | DEFAULTTUNE ?= "cortexa9thf-neon" | 4 | DEFAULTTUNE ?= "cortexa9thf-neon" |
5 | require conf/machine/include/tune-cortexa9.inc | 5 | require conf/machine/include/tune-cortexa9.inc |
6 | 6 | ||
7 | PREFERRED_PROVIDER_virtual/kernel = "linux-omap4" | 7 | PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" |
8 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot" | 8 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" |
9 | 9 | ||
10 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" | 10 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" |
11 | XSERVER = "xserver-xorg \ | 11 | XSERVER = "xserver-xorg \ |
@@ -14,9 +14,9 @@ XSERVER = "xserver-xorg \ | |||
14 | xf86-video-omap" | 14 | xf86-video-omap" |
15 | 15 | ||
16 | # Increase this everytime you change something in the kernel | 16 | # Increase this everytime you change something in the kernel |
17 | MACHINE_KERNEL_PR = "r2" | 17 | MACHINE_KERNEL_PR = "r3" |
18 | 18 | ||
19 | KERNEL_IMAGETYPE = "uImage" | 19 | KERNEL_IMAGETYPE = "zImage" |
20 | 20 | ||
21 | UBOOT_MACHINE = "omap4_panda_config" | 21 | UBOOT_MACHINE = "omap4_panda_config" |
22 | 22 | ||