summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2023-05-15 15:55:43 -0500
committerRyan Eatmon <reatmon@ti.com>2023-05-15 15:55:43 -0500
commit1efca603e73ae4a20a10b5e943c65015cc68de87 (patch)
tree843cf9fd1c9ed4c65f8e6cdf4b05b1c29436231f
parent3ef20f8582e743076b27d77aed43d4316dec42a6 (diff)
downloadmeta-ti-1efca603e73ae4a20a10b5e943c65015cc68de87.tar.gz
various: 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>
-rw-r--r--meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2023.04.bb1
-rw-r--r--meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.1.bb2
-rw-r--r--meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-systest_6.1.bb2
-rw-r--r--meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.1.bb2
4 files changed, 0 insertions, 7 deletions
diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2023.04.bb b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2023.04.bb
index b993a56f..bbca4bae 100644
--- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2023.04.bb
+++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2023.04.bb
@@ -8,4 +8,3 @@ BRANCH = "ti-u-boot-2023.04"
8 8
9SRCREV = "c22f1ee591f84ab28c025d7aed9ee10c7f0154c1" 9SRCREV = "c22f1ee591f84ab28c025d7aed9ee10c7f0154c1"
10 10
11DEFAULT_PREFERENCE = "-1"
diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.1.bb b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.1.bb
index 8b05515b..8348b870 100644
--- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.1.bb
+++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.1.bb
@@ -1,7 +1,5 @@
1require linux-ti-staging_6.1.bb 1require linux-ti-staging_6.1.bb
2 2
3DEFAULT_PREFERENCE = "-1"
4
5# Look in the generic major.minor directory for files 3# Look in the generic major.minor directory for files
6# This will have priority over generic non-rt path 4# This will have priority over generic non-rt path
7FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}-6.1:" 5FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}-6.1:"
diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-systest_6.1.bb b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-systest_6.1.bb
index 1c30d27c..9c170e65 100644
--- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-systest_6.1.bb
+++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-systest_6.1.bb
@@ -1,7 +1,5 @@
1require linux-ti-staging_6.1.bb 1require linux-ti-staging_6.1.bb
2 2
3DEFAULT_PREFERENCE = "-1"
4
5# Look in the generic major.minor directory for files 3# Look in the generic major.minor directory for files
6# This will have priority over generic non-rt path 4# This will have priority over generic non-rt path
7FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}-6.1:" 5FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}-6.1:"
diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.1.bb b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.1.bb
index 62873491..6b8e2754 100644
--- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.1.bb
+++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.1.bb
@@ -5,8 +5,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
5 5
6inherit kernel 6inherit kernel
7 7
8DEFAULT_PREFERENCE = "-1"
9
10require recipes-kernel/linux/setup-defconfig.inc 8require recipes-kernel/linux/setup-defconfig.inc
11require recipes-kernel/linux/kernel-rdepends.inc 9require recipes-kernel/linux/kernel-rdepends.inc
12require recipes-kernel/linux/ti-kernel.inc 10require recipes-kernel/linux/ti-kernel.inc