summaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorChase Maupin <Chase.Maupin@ti.com>2014-01-17 11:40:21 -0600
committerDenys Dmytriyenko <denys@ti.com>2014-01-17 12:34:22 -0500
commit21d21908c8ded4a94da5ce8950cd83e9b22b7096 (patch)
treec0dc220b37a9ca8dc5eb9ab09a92f94d0e5edb61 /conf/machine
parent31fc390ec5cf8929182d0f44066814d8034935e2 (diff)
downloadmeta-ti-21d21908c8ded4a94da5ce8950cd83e9b22b7096.tar.gz
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>
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/include/ti33x.inc2
-rw-r--r--conf/machine/include/ti43x.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc
index af340d2c..17b968d8 100644
--- a/conf/machine/include/ti33x.inc
+++ b/conf/machine/include/ti33x.inc
@@ -16,7 +16,7 @@ XSERVER = "xserver-xorg \
16GUI_MACHINE_CLASS = "bigscreen" 16GUI_MACHINE_CLASS = "bigscreen"
17 17
18# Increase this everytime you change something in the kernel 18# Increase this everytime you change something in the kernel
19MACHINE_KERNEL_PR = "r20" 19MACHINE_KERNEL_PR = "r21"
20 20
21# Default providers, may need to override for specific machines 21# Default providers, may need to override for specific machines
22PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" 22PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging"
diff --git a/conf/machine/include/ti43x.inc b/conf/machine/include/ti43x.inc
index d9bfd257..89133804 100644
--- a/conf/machine/include/ti43x.inc
+++ b/conf/machine/include/ti43x.inc
@@ -16,7 +16,7 @@ XSERVER = "xserver-xorg \
16GUI_MACHINE_CLASS = "bigscreen" 16GUI_MACHINE_CLASS = "bigscreen"
17 17
18# Increase this everytime you change something in the kernel 18# Increase this everytime you change something in the kernel
19MACHINE_KERNEL_PR = "r1" 19MACHINE_KERNEL_PR = "r2"
20 20
21# Default providers, may need to override for specific machines 21# Default providers, may need to override for specific machines
22PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" 22PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging"