summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e409a64)
raw | patch | inline | side by side (parent: e409a64)
author | Chase Maupin <Chase.Maupin@ti.com> | |
Mon, 25 Mar 2013 13:05:50 +0000 (08:05 -0500) | ||
committer | Denys Dmytriyenko <denys@ti.com> | |
Tue, 26 Mar 2013 18:32:45 +0000 (14:32 -0400) |
* Add the omap5-panda.dts file as a supported DTS to be built.
This file is for use on the panda and uEVM boards.
Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This file is for use on the panda and uEVM boards.
Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
conf/machine/include/omap-a15.inc | patch | blob | history | |
recipes-kernel/linux/linux-ti-staging_git.bb | patch | blob | history |
index fa2037a7080a30d730665ce7e376410aeef50c0a..702898fbd9fb9b8d5ae84bb15d3b09e185bfb226 100644 (file)
require conf/machine/include/tune-cortexa15.inc
# Increase this everytime you change something in the kernel
-MACHINE_KERNEL_PR = "r0"
+MACHINE_KERNEL_PR = "r1"
PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging"
PREFERRED_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 3dc2001a832e0093f25757e2ea4b21c04e867b91..081a0e6bc48152c965f8e6dcc0e96fa0eccca8ae 100644 (file)
# for the specific beaglebone machine.
KERNEL_DEVICETREE_ti33x = "arch/arm/boot/dts/am335x-evm.dts arch/arm/boot/dts/am335x-evmsk.dts arch/arm/boot/dts/am335x-bone.dts"
KERNEL_DEVICETREE_beaglebone = "arch/arm/boot/dts/am335x-bone.dts"
-KERNEL_DEVICETREE_omap5-evm = "arch/arm/boot/dts/omap5-evm.dts"
+KERNEL_DEVICETREE_omap5-evm = "arch/arm/boot/dts/omap5-evm.dts arch/arm/boot/dts/omap5-panda.dts"
COMPATIBLE_MACHINE = "ti33x|omap-a15"