diff options
4 files changed, 12 insertions, 7 deletions
diff --git a/conf/machine/include/keystone.inc b/conf/machine/include/keystone.inc index 820fe12a..79204478 100644 --- a/conf/machine/include/keystone.inc +++ b/conf/machine/include/keystone.inc | |||
@@ -4,14 +4,14 @@ require conf/machine/include/soc-family.inc | |||
4 | DEFAULTTUNE ?= "cortexa15thf-neon" | 4 | DEFAULTTUNE ?= "cortexa15thf-neon" |
5 | require conf/machine/include/tune-cortexa15.inc | 5 | require conf/machine/include/tune-cortexa15.inc |
6 | 6 | ||
7 | PREFERRED_PROVIDER_virtual/kernel = "linux-keystone" | 7 | PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" |
8 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-keystone" | 8 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-keystone" |
9 | PREFERRED_PROVIDER_u-boot = "u-boot-keystone" | 9 | PREFERRED_PROVIDER_u-boot = "u-boot-keystone" |
10 | 10 | ||
11 | # Increase this everytime you change something in the kernel | 11 | # Increase this everytime you change something in the kernel |
12 | MACHINE_KERNEL_PR = "r8" | 12 | MACHINE_KERNEL_PR = "r9" |
13 | 13 | ||
14 | KERNEL_IMAGETYPE = "uImage" | 14 | KERNEL_IMAGETYPE = "zImage" |
15 | 15 | ||
16 | UBOOT_ENTRYPOINT = "0x80008000" | 16 | UBOOT_ENTRYPOINT = "0x80008000" |
17 | UBOOT_LOADADDRESS = "0x80008000" | 17 | UBOOT_LOADADDRESS = "0x80008000" |
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" |