diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2013-10-08 17:43:35 -0400 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2013-10-09 13:27:13 -0400 |
| commit | acdd0cba6dc0208e9d875168e93ff76e9ce4e756 (patch) | |
| tree | 72dcc9a110a1735dd9b215a8c12568c01f103817 | |
| parent | b4f33a5a409c9f7ffcd439cd50322729fd11ca2c (diff) | |
| download | meta-ti-acdd0cba6dc0208e9d875168e93ff76e9ce4e756.tar.gz | |
linux-ti-staging: merged PM, platform & connectivity, install boneblack DTB
* The PM for TI parts was merged in
* Platform and connectivity got updated
* Since we now have separate DTB for BeagleBone Black, install it too
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
| -rw-r--r-- | recipes-kernel/linux/linux-ti-staging_git.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-ti-staging_git.bb b/recipes-kernel/linux/linux-ti-staging_git.bb index 18ec70d2..85bf34dd 100644 --- a/recipes-kernel/linux/linux-ti-staging_git.bb +++ b/recipes-kernel/linux/linux-ti-staging_git.bb | |||
| @@ -17,9 +17,9 @@ RDEPENDS_kernel-base_append_ti33x = " am33x-cm3 am33x-cm3-initscript" | |||
| 17 | 17 | ||
| 18 | # Default is to package all dtb files for ti33x devices unless building | 18 | # Default is to package all dtb files for ti33x devices unless building |
| 19 | # for the specific beaglebone machine. | 19 | # for the specific beaglebone machine. |
| 20 | KERNEL_DEVICETREE_ti33x = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb" | 20 | KERNEL_DEVICETREE_ti33x = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335x-boneblack.dtb" |
| 21 | KERNEL_DEVICETREE_am437x-evm = "am43x-epos-evm.dtb" | 21 | KERNEL_DEVICETREE_am437x-evm = "am43x-epos-evm.dtb" |
| 22 | KERNEL_DEVICETREE_beaglebone = "am335x-bone.dtb" | 22 | KERNEL_DEVICETREE_beaglebone = "am335x-bone.dtb am335x-boneblack.dtb" |
| 23 | KERNEL_DEVICETREE_omap5-evm = "omap5-uevm.dtb" | 23 | KERNEL_DEVICETREE_omap5-evm = "omap5-uevm.dtb" |
| 24 | KERNEL_DEVICETREE_dra7xx-evm = "dra7-evm.dtb" | 24 | KERNEL_DEVICETREE_dra7xx-evm = "dra7-evm.dtb" |
| 25 | 25 | ||
| @@ -31,11 +31,11 @@ S = "${WORKDIR}/git" | |||
| 31 | 31 | ||
| 32 | BRANCH = "ti-linux-3.12.y" | 32 | BRANCH = "ti-linux-3.12.y" |
| 33 | 33 | ||
| 34 | SRCREV = "cfb43bb45e51e2cbff47d62fa348de6a30147f41" | 34 | SRCREV = "04faa81d0573686847c8c74f4c67c8a69c13ce9f" |
| 35 | PV = "3.11+3.12-rc4" | 35 | PV = "3.11+3.12-rc4" |
| 36 | 36 | ||
| 37 | # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild | 37 | # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild |
| 38 | MACHINE_KERNEL_PR_append = "a+gitr${SRCPV}" | 38 | MACHINE_KERNEL_PR_append = "b+gitr${SRCPV}" |
| 39 | PR = "${MACHINE_KERNEL_PR}" | 39 | PR = "${MACHINE_KERNEL_PR}" |
| 40 | 40 | ||
| 41 | SRC_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git;protocol=git;branch=${BRANCH} \ | 41 | SRC_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git;protocol=git;branch=${BRANCH} \ |
