diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2015-08-08 03:12:12 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2015-08-07 17:46:39 -0400 |
| commit | ed6de54533fc13faad9996df912a2f07fc78be2e (patch) | |
| tree | aa3acd8c7a5f3a62f1d95b304fa3b9860f2224f4 /recipes-kernel | |
| parent | 0d7433db7a95b8aaee06fac508ef5db819aeb2ed (diff) | |
| download | meta-ti-ed6de54533fc13faad9996df912a2f07fc78be2e.tar.gz | |
linux-ti-staging, keystone.inc: update, add keystone support to staging kernel
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-kernel')
3 files changed, 9 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-ti-staging-4.1/keystone/configs/systest b/recipes-kernel/linux/linux-ti-staging-4.1/keystone/configs/systest new file mode 100644 index 00000000..68cfc252 --- /dev/null +++ b/recipes-kernel/linux/linux-ti-staging-4.1/keystone/configs/systest | |||
| @@ -0,0 +1 @@ | |||
| use-combined-config=ti_config_fragments/multi_core_system_test_defconfig_fragment | |||
diff --git a/recipes-kernel/linux/linux-ti-staging-4.1/keystone/defconfig b/recipes-kernel/linux/linux-ti-staging-4.1/keystone/defconfig new file mode 100644 index 00000000..470cf114 --- /dev/null +++ b/recipes-kernel/linux/linux-ti-staging-4.1/keystone/defconfig | |||
| @@ -0,0 +1 @@ | |||
| use-combined-config=ti_config_fragments/multi_core_defconfig_fragment | |||
diff --git a/recipes-kernel/linux/linux-ti-staging_4.1.bb b/recipes-kernel/linux/linux-ti-staging_4.1.bb index 67fba2ca..f912d570 100644 --- a/recipes-kernel/linux/linux-ti-staging_4.1.bb +++ b/recipes-kernel/linux/linux-ti-staging_4.1.bb | |||
| @@ -38,20 +38,23 @@ KERNEL_DEVICETREE_am3517-evm = "am3517-evm.dtb" | |||
| 38 | KERNEL_DEVICETREE_am37x-evm = "omap3-evm-37xx.dtb" | 38 | KERNEL_DEVICETREE_am37x-evm = "omap3-evm-37xx.dtb" |
| 39 | KERNEL_DEVICETREE_beagleboard = "omap3-beagle.dtb omap3-beagle-xm.dtb" | 39 | KERNEL_DEVICETREE_beagleboard = "omap3-beagle.dtb omap3-beagle-xm.dtb" |
| 40 | KERNEL_DEVICETREE_pandaboard = "omap4-panda.dtb omap4-panda-es.dtb" | 40 | KERNEL_DEVICETREE_pandaboard = "omap4-panda.dtb omap4-panda-es.dtb" |
| 41 | KERNEL_DEVICETREE_k2hk-evm = "k2hk-evm.dtb" | ||
| 42 | KERNEL_DEVICETREE_k2e-evm = "k2e-evm.dtb" | ||
| 43 | KERNEL_DEVICETREE_k2l-evm = "k2l-evm.dtb" | ||
| 41 | 44 | ||
| 42 | KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}" | 45 | KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}" |
| 43 | 46 | ||
| 44 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|omap3|omap4" | 47 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|omap3|omap4|keystone" |
| 45 | 48 | ||
| 46 | S = "${WORKDIR}/git" | 49 | S = "${WORKDIR}/git" |
| 47 | 50 | ||
| 48 | BRANCH = "ti-linux-4.1.y" | 51 | BRANCH = "ti-lsk-linux-4.1.y" |
| 49 | 52 | ||
| 50 | SRCREV = "583d3e9ad9f1610b3ac0c531b10fed1cad466b5c" | 53 | SRCREV = "fcd02dfa3a0aeec916697c15ff7652e445733950" |
| 51 | PV = "4.1.4+git${SRCPV}" | 54 | PV = "4.1.4+git${SRCPV}" |
| 52 | 55 | ||
| 53 | # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild | 56 | # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild |
| 54 | MACHINE_KERNEL_PR_append = "a" | 57 | MACHINE_KERNEL_PR_append = "b" |
| 55 | PR = "${MACHINE_KERNEL_PR}" | 58 | PR = "${MACHINE_KERNEL_PR}" |
| 56 | 59 | ||
| 57 | KERNEL_CONFIG_DIR = "${S}/ti_config_fragments" | 60 | KERNEL_CONFIG_DIR = "${S}/ti_config_fragments" |
