summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/include/omap-a15.inc2
-rw-r--r--recipes-kernel/linux/linux-ti-staging_git.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/include/omap-a15.inc b/conf/machine/include/omap-a15.inc
index fa2037a7..702898fb 100644
--- a/conf/machine/include/omap-a15.inc
+++ b/conf/machine/include/omap-a15.inc
@@ -4,7 +4,7 @@ require conf/machine/include/soc-family.inc
4require conf/machine/include/tune-cortexa15.inc 4require conf/machine/include/tune-cortexa15.inc
5 5
6# Increase this everytime you change something in the kernel 6# Increase this everytime you change something in the kernel
7MACHINE_KERNEL_PR = "r0" 7MACHINE_KERNEL_PR = "r1"
8 8
9PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" 9PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging"
10PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" 10PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging"
diff --git a/recipes-kernel/linux/linux-ti-staging_git.bb b/recipes-kernel/linux/linux-ti-staging_git.bb
index 3dc2001a..081a0e6b 100644
--- a/recipes-kernel/linux/linux-ti-staging_git.bb
+++ b/recipes-kernel/linux/linux-ti-staging_git.bb
@@ -32,7 +32,7 @@ DEPENDS_ti33x += "am33x-cm3"
32# for the specific beaglebone machine. 32# for the specific beaglebone machine.
33KERNEL_DEVICETREE_ti33x = "arch/arm/boot/dts/am335x-evm.dts arch/arm/boot/dts/am335x-evmsk.dts arch/arm/boot/dts/am335x-bone.dts" 33KERNEL_DEVICETREE_ti33x = "arch/arm/boot/dts/am335x-evm.dts arch/arm/boot/dts/am335x-evmsk.dts arch/arm/boot/dts/am335x-bone.dts"
34KERNEL_DEVICETREE_beaglebone = "arch/arm/boot/dts/am335x-bone.dts" 34KERNEL_DEVICETREE_beaglebone = "arch/arm/boot/dts/am335x-bone.dts"
35KERNEL_DEVICETREE_omap5-evm = "arch/arm/boot/dts/omap5-evm.dts" 35KERNEL_DEVICETREE_omap5-evm = "arch/arm/boot/dts/omap5-evm.dts arch/arm/boot/dts/omap5-panda.dts"
36 36
37COMPATIBLE_MACHINE = "ti33x|omap-a15" 37COMPATIBLE_MACHINE = "ti33x|omap-a15"
38 38