diff options
| author | Sam Nelson <sam.nelson@ti.com> | 2014-02-05 17:52:07 -0500 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2014-02-05 17:59:42 -0500 |
| commit | 99ac3f85cc76479df5ca2da3b19cc95ec1569e98 (patch) | |
| tree | b2b7f936897396e8c0c762f3398367e986d70808 /recipes-kernel | |
| parent | 67b010ffcb815d524c2302d85b190d7794d7ccb2 (diff) | |
| download | meta-ti-99ac3f85cc76479df5ca2da3b19cc95ec1569e98.tar.gz | |
linux-keystone: Update to linux kernel version 3.10
- Updated Source URL & version
- Added device tree file
- Added LOADADDR extra args
- Added PV 3.10.10
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-kernel')
| -rw-r--r-- | recipes-kernel/linux/linux-keystone/defconfig (renamed from recipes-kernel/linux/linux-keystone-3.8.4/defconfig) | 0 | ||||
| -rw-r--r-- | recipes-kernel/linux/linux-keystone_3.10.bb (renamed from recipes-kernel/linux/linux-keystone_3.8.4.bb) | 26 |
2 files changed, 15 insertions, 11 deletions
diff --git a/recipes-kernel/linux/linux-keystone-3.8.4/defconfig b/recipes-kernel/linux/linux-keystone/defconfig index 04e6b178..04e6b178 100644 --- a/recipes-kernel/linux/linux-keystone-3.8.4/defconfig +++ b/recipes-kernel/linux/linux-keystone/defconfig | |||
diff --git a/recipes-kernel/linux/linux-keystone_3.8.4.bb b/recipes-kernel/linux/linux-keystone_3.10.bb index d176f145..2384ede8 100644 --- a/recipes-kernel/linux/linux-keystone_3.8.4.bb +++ b/recipes-kernel/linux/linux-keystone_3.10.bb | |||
| @@ -3,26 +3,30 @@ DESCRIPTION = "Linux kernel for TI Keystone devices" | |||
| 3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" |
| 5 | 5 | ||
| 6 | COMPATIBLE_MACHINE = "keystone" | ||
| 7 | |||
| 6 | inherit kernel | 8 | inherit kernel |
| 7 | 9 | ||
| 8 | require recipes-kernel/linux/linux-dtb.inc | 10 | require recipes-kernel/linux/linux-dtb.inc |
| 9 | require recipes-kernel/linux/setup-defconfig.inc | 11 | require recipes-kernel/linux/setup-defconfig.inc |
| 10 | 12 | ||
| 13 | MACHINE_KERNEL_PR_append = "a+gitr${SRCPV}" | ||
| 14 | PR = "${MACHINE_KERNEL_PR}" | ||
| 15 | |||
| 11 | KERNEL_DEVICETREE_keystone-evm = "k2hk-evm.dtb" | 16 | KERNEL_DEVICETREE_keystone-evm = "k2hk-evm.dtb" |
| 12 | 17 | ||
| 13 | COMPATIBLE_MACHINE = "keystone" | 18 | KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}" |
| 14 | 19 | ||
| 15 | S = "${WORKDIR}/git" | 20 | #This commit corresponds to "K2_LINUX_03.10.10_13.12" |
| 21 | SRCREV = "335d14b1c2ce23585835243126c6acba89067ecf" | ||
| 22 | PV = "3.10.10" | ||
| 16 | 23 | ||
| 17 | BRANCH = "sept-2013/master" | 24 | BRANCH = "master" |
| 25 | SRC_URI = "git://git.ti.com/keystone-linux/linux.git;protocol=git;branch=${BRANCH}\ | ||
| 26 | file://defconfig\ | ||
| 27 | " | ||
| 18 | 28 | ||
| 19 | # This commit corresponds to K2_LINUX_03.08.04_13.09 tag | 29 | S = "${WORKDIR}/git" |
| 20 | SRCREV = "20a48dc5309c4434650baef2b6072b5f1016f946" | ||
| 21 | 30 | ||
| 22 | # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild | 31 | RDEPENDS_kernel-base = "" |
| 23 | MACHINE_KERNEL_PR_append = "a+gitr${SRCPV}" | ||
| 24 | PR = "${MACHINE_KERNEL_PR}" | ||
| 25 | 32 | ||
| 26 | SRC_URI = "git://arago-project.org/git/projects/linux-keystone.git;protocol=git;branch=${BRANCH}\ | ||
| 27 | file://defconfig\ | ||
| 28 | " | ||
