summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/omap4.inc
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2016-04-20 03:47:32 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-04-19 18:05:33 -0400
commit4b74d640a29bfc05a471d72d1e371385a5f8e16f (patch)
treef1787897fd5117f1e2799d7c8fbf876cbba9c135 /conf/machine/include/omap4.inc
parent1061600edebabbe146562a13ba7b744078988cc4 (diff)
downloadmeta-ti-4b74d640a29bfc05a471d72d1e371385a5f8e16f.tar.gz
conf: update old machines to use linux-ti-staging and u-boot-ti-staging
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/include/omap4.inc')
-rw-r--r--conf/machine/include/omap4.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/include/omap4.inc b/conf/machine/include/omap4.inc
index 1657326e..deb33169 100644
--- a/conf/machine/include/omap4.inc
+++ b/conf/machine/include/omap4.inc
@@ -6,6 +6,7 @@ require conf/machine/include/tune-cortexa9.inc
6 6
7PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" 7PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging"
8PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" 8PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging"
9PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging"
9 10
10PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" 11PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
11XSERVER = "xserver-xorg \ 12XSERVER = "xserver-xorg \
@@ -14,7 +15,7 @@ XSERVER = "xserver-xorg \
14 xf86-video-omap" 15 xf86-video-omap"
15 16
16# Increase this everytime you change something in the kernel 17# Increase this everytime you change something in the kernel
17MACHINE_KERNEL_PR = "r3" 18MACHINE_KERNEL_PR = "r4"
18 19
19KERNEL_IMAGETYPE = "zImage" 20KERNEL_IMAGETYPE = "zImage"
20 21