From 21d21908c8ded4a94da5ce8950cd83e9b22b7096 Mon Sep 17 00:00:00 2001 From: Chase Maupin Date: Fri, 17 Jan 2014 11:40:21 -0600 Subject: 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 Signed-off-by: Denys Dmytriyenko --- conf/machine/include/ti33x.inc | 2 +- conf/machine/include/ti43x.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'conf') 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 \ GUI_MACHINE_CLASS = "bigscreen" # Increase this everytime you change something in the kernel -MACHINE_KERNEL_PR = "r20" +MACHINE_KERNEL_PR = "r21" # Default providers, may need to override for specific machines PREFERRED_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 \ GUI_MACHINE_CLASS = "bigscreen" # Increase this everytime you change something in the kernel -MACHINE_KERNEL_PR = "r1" +MACHINE_KERNEL_PR = "r2" # Default providers, may need to override for specific machines PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" -- cgit v1.2.3-54-g00ecf