summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-am335x-psp_3.2.bb
diff options
context:
space:
mode:
authorFranklin S. Cooper Jr <fcooper@ti.com>2013-09-24 09:57:01 -0500
committerDenys Dmytriyenko <denys@ti.com>2013-09-25 18:50:18 -0400
commit1450f1938007bede786160c501c8fd268b661c5e (patch)
tree08113fc6e95fb41175558d681824c952a08739ed /recipes-kernel/linux/linux-am335x-psp_3.2.bb
parent7b4870a30d8a151be5683adb97bb319b615afc81 (diff)
downloadmeta-ti-1450f1938007bede786160c501c8fd268b661c5e.tar.gz
linux: Inherit new machine_kernel_pr class
* MACHINE_KERNEL_PR was originally defined in the kernel class located in meta-oe which overrode the version of the class in oe-core. * Some time ago kernel.bbclass was removed from meta-oe and a separate class machine_kernel_pr was created to add support for MACHINE_KERNEL_PR. * Since this variable is used significantly in both meta-ti and meta-arago make sure all the kernel recipes directly or indirectly inherit this new class. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-kernel/linux/linux-am335x-psp_3.2.bb')
-rw-r--r--recipes-kernel/linux/linux-am335x-psp_3.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-am335x-psp_3.2.bb b/recipes-kernel/linux/linux-am335x-psp_3.2.bb
index eaf788f0..cf1b2dd4 100644
--- a/recipes-kernel/linux/linux-am335x-psp_3.2.bb
+++ b/recipes-kernel/linux/linux-am335x-psp_3.2.bb
@@ -6,7 +6,7 @@ COMPATIBLE_MACHINE = "ti33x"
6 6
7DEFAULT_PREFERENCE = "-1" 7DEFAULT_PREFERENCE = "-1"
8 8
9inherit kernel 9inherit kernel machine_kernel_pr
10require setup-defconfig.inc 10require setup-defconfig.inc
11 11
12# Stage the power management firmware before building the kernel 12# Stage the power management firmware before building the kernel