1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-05-30 07:20:53 +00:00

linux-ti-staging: remove initscript dependency

* Remove the RDEPENDS for the am33x-cm3-initscript package since
  the latest kernel source use the hotplug functionality to load
  the firmware.
* Updated the SRCREV to the latest kernel sources which include
  the hotplug fix.
* Bump the MACHINE_KERNEL_PR for the am335x and am437x devices
  which are affected.

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Chase Maupin
2014-01-17 11:40:21 -06:00
committed by Denys Dmytriyenko
parent 31fc390ec5
commit 21d21908c8
3 changed files with 5 additions and 6 deletions
@@ -13,8 +13,8 @@ RDEPENDS_kernel-base += "kernel-devicetree"
# Add a run-time dependency for the PM firmware to be installed
# on the target file system.
RDEPENDS_kernel-base_append_ti33x = " am33x-cm3 am33x-cm3-initscript"
RDEPENDS_kernel-base_append_ti43x = " am33x-cm3 am33x-cm3-initscript"
RDEPENDS_kernel-base_append_ti33x = " am33x-cm3"
RDEPENDS_kernel-base_append_ti43x = " am33x-cm3"
# Add a run-time dependency for the VPE VPDMA firmware to be installed
# on the target file system.
@@ -36,8 +36,7 @@ S = "${WORKDIR}/git"
BRANCH = "ti-linux-3.12.y"
# Corresponds to ti2013.12.00 release
SRCREV = "dfea149efb32485f17bb7440eb326549c8f647e2"
SRCREV = "b0f3ccd18d39c375491519ba285babf152eab9d8"
PV = "3.12.4"
# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild