All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] linux-ti-staging: add the latest integration tree in prep for 3.12 release
@ 2013-08-23 19:58 Denys Dmytriyenko
  2013-08-23 19:58 ` [PATCH 2/4] u-boot-ti-staging: add the latest integration tree in prep for 2013.10 release Denys Dmytriyenko
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Denys Dmytriyenko @ 2013-08-23 19:58 UTC (permalink / raw)
  To: meta-ti

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 recipes-kernel/linux/linux-ti-staging_git.bb | 42 ++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)
 create mode 100644 recipes-kernel/linux/linux-ti-staging_git.bb

diff --git a/recipes-kernel/linux/linux-ti-staging_git.bb b/recipes-kernel/linux/linux-ti-staging_git.bb
new file mode 100644
index 0000000..cb59dbb
--- /dev/null
+++ b/recipes-kernel/linux/linux-ti-staging_git.bb
@@ -0,0 +1,42 @@
+SECTION = "kernel"
+DESCRIPTION = "Linux kernel for TI devices"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
+KERNEL_IMAGETYPE = "uImage"
+
+inherit kernel
+
+require recipes-kernel/linux/linux-dtb.inc
+require recipes-kernel/linux/setup-defconfig.inc
+
+# Add a run-time dependency for the PM firmware to be installed
+# on the target file system.
+RDEPENDS_kernel-base_ti33x += "am33x-cm3 am33x-cm3-initscript"
+
+# Default is to package all dts files for ti33x devices unless building
+# 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_am437x-evm = "arch/arm/boot/dts/am43x-epos-evm.dts"
+KERNEL_DEVICETREE_beaglebone = "arch/arm/boot/dts/am335x-bone.dts"
+KERNEL_DEVICETREE_omap5-evm = "arch/arm/boot/dts/omap5-sevm.dts arch/arm/boot/dts/omap5-uevm.dts"
+KERNEL_DEVICETREE_dra7xx-evm = "arch/arm/boot/dts/dra7-evm.dts"
+
+KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
+
+COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15"
+
+DEFAULT_PREFERENCE = "-1"
+
+S = "${WORKDIR}/git"
+
+BRANCH = "ti-linux-3.12.y"
+
+SRCREV = "b36f4be3de1b123d8601de062e7dbfc904f305fb"
+PV = "3.10+3.11-rc6"
+
+# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
+MACHINE_KERNEL_PR_append = "a+gitr${SRCPV}"
+
+SRC_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git;protocol=git;branch=${BRANCH} \
+           file://defconfig \
+          "
-- 
1.8.3.2



^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-08-23 20:08 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-23 19:58 [PATCH 1/4] linux-ti-staging: add the latest integration tree in prep for 3.12 release Denys Dmytriyenko
2013-08-23 19:58 ` [PATCH 2/4] u-boot-ti-staging: add the latest integration tree in prep for 2013.10 release Denys Dmytriyenko
2013-08-23 20:05   ` Maupin, Chase
2013-08-23 20:08     ` Denys Dmytriyenko
2013-08-23 19:58 ` [PATCH 3/4] ti43x: add new SOC family for Sitara AM43xx Cortex-A9 processors Denys Dmytriyenko
2013-08-23 20:07   ` Maupin, Chase
2013-08-23 19:58 ` [PATCH 4/4] am437x-evm: add machine config for Sitara AM437x EVM Denys Dmytriyenko
2013-08-23 20:07   ` Maupin, Chase
2013-08-23 20:03 ` [PATCH 1/4] linux-ti-staging: add the latest integration tree in prep for 3.12 release Maupin, Chase
2013-08-23 20:05   ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.