summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.6.bb
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2024-05-23 12:54:53 -0500
committerRyan Eatmon <reatmon@ti.com>2024-05-23 12:54:53 -0500
commitd41d49cfdc6deee33a40ab44d453167c36462c89 (patch)
treebaf9067338958ee89d0410c92bd3e38aab8230e4 /meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.6.bb
parent3326989e20412dc86b326edfd795cb97e7a2a3ef (diff)
downloadmeta-ti-d41d49cfdc6deee33a40ab44d453167c36462c89.tar.gz
recipes: Remove DEFAULT_PREFERENCE
Now that are past the inital stages of our LTS migration, we can remove the DEFAULT_PREFERENCE settings that prevented these recipes from being the default. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.6.bb')
-rw-r--r--meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.6.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.6.bb b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.6.bb
index 14fabb81..3adf9b7f 100644
--- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.6.bb
+++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.6.bb
@@ -6,8 +6,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
6inherit ti-secdev 6inherit ti-secdev
7inherit kernel 7inherit kernel
8 8
9DEFAULT_PREFERENCE = "-1"
10
11require recipes-kernel/linux/setup-defconfig.inc 9require recipes-kernel/linux/setup-defconfig.inc
12require recipes-kernel/linux/ti-kernel.inc 10require recipes-kernel/linux/ti-kernel.inc
13include ${@ 'recipes-kernel/linux/ti-kernel-devicetree-prefix.inc' if d.getVar('KERNEL_DEVICETREE_PREFIX') else ''} 11include ${@ 'recipes-kernel/linux/ti-kernel-devicetree-prefix.inc' if d.getVar('KERNEL_DEVICETREE_PREFIX') else ''}