diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2024-06-14 15:36:27 -0400 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2024-06-15 08:07:44 -0500 |
commit | be422dac3ba328f91cde08b21f4adab0a27c93f9 (patch) | |
tree | 98c5b74bab6f3e144c3296071cc29ad3dcefbfb7 /meta-ti-bsp/conf | |
parent | 3f09f2b995d9ec652430c3af29bd8905c087aa2f (diff) | |
download | meta-ti-be422dac3ba328f91cde08b21f4adab0a27c93f9.tar.gz |
meta-ti: remove MACHINE_KERNEL_PR globally
MACHINE_KERNEL_PR is a remnant of the early OE days and hasn't been
needed for quite some time. Let's finally remove it completely.
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf')
-rw-r--r-- | meta-ti-bsp/conf/machine/include/k3.inc | 3 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/include/omap-a15.inc | 3 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/include/ti33x.inc | 3 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/include/ti43x.inc | 3 |
4 files changed, 0 insertions, 12 deletions
diff --git a/meta-ti-bsp/conf/machine/include/k3.inc b/meta-ti-bsp/conf/machine/include/k3.inc index 2b82cb82..34991ec9 100644 --- a/meta-ti-bsp/conf/machine/include/k3.inc +++ b/meta-ti-bsp/conf/machine/include/k3.inc | |||
@@ -7,9 +7,6 @@ require conf/machine/include/arm/arch-arm64.inc | |||
7 | 7 | ||
8 | BBMULTICONFIG += "k3r5" | 8 | BBMULTICONFIG += "k3r5" |
9 | 9 | ||
10 | # Increase this everytime you change something in the kernel | ||
11 | MACHINE_KERNEL_PR = "r0" | ||
12 | |||
13 | require conf/machine/include/ti-bsp.inc | 10 | require conf/machine/include/ti-bsp.inc |
14 | 11 | ||
15 | KERNEL_IMAGETYPE = "Image" | 12 | KERNEL_IMAGETYPE = "Image" |
diff --git a/meta-ti-bsp/conf/machine/include/omap-a15.inc b/meta-ti-bsp/conf/machine/include/omap-a15.inc index 3637ad0a..be086936 100644 --- a/meta-ti-bsp/conf/machine/include/omap-a15.inc +++ b/meta-ti-bsp/conf/machine/include/omap-a15.inc | |||
@@ -4,9 +4,6 @@ SOC_FAMILY:append = ":omap-a15" | |||
4 | DEFAULTTUNE ?= "armv7athf-neon" | 4 | DEFAULTTUNE ?= "armv7athf-neon" |
5 | require conf/machine/include/arm/armv7a/tune-cortexa15.inc | 5 | require conf/machine/include/arm/armv7a/tune-cortexa15.inc |
6 | 6 | ||
7 | # Increase this everytime you change something in the kernel | ||
8 | MACHINE_KERNEL_PR = "r7" | ||
9 | |||
10 | require conf/machine/include/ti-bsp.inc | 7 | require conf/machine/include/ti-bsp.inc |
11 | 8 | ||
12 | # Graphics providers and variables | 9 | # Graphics providers and variables |
diff --git a/meta-ti-bsp/conf/machine/include/ti33x.inc b/meta-ti-bsp/conf/machine/include/ti33x.inc index 45934aa0..a8dc2174 100644 --- a/meta-ti-bsp/conf/machine/include/ti33x.inc +++ b/meta-ti-bsp/conf/machine/include/ti33x.inc | |||
@@ -4,9 +4,6 @@ SOC_FAMILY:append = ":ti33x" | |||
4 | DEFAULTTUNE ?= "armv7athf-neon" | 4 | DEFAULTTUNE ?= "armv7athf-neon" |
5 | require conf/machine/include/arm/armv7a/tune-cortexa8.inc | 5 | require conf/machine/include/arm/armv7a/tune-cortexa8.inc |
6 | 6 | ||
7 | # Increase this everytime you change something in the kernel | ||
8 | MACHINE_KERNEL_PR = "r22" | ||
9 | |||
10 | require conf/machine/include/ti-bsp.inc | 7 | require conf/machine/include/ti-bsp.inc |
11 | 8 | ||
12 | # Graphics providers and variables | 9 | # Graphics providers and variables |
diff --git a/meta-ti-bsp/conf/machine/include/ti43x.inc b/meta-ti-bsp/conf/machine/include/ti43x.inc index c6a3c510..6fb87f16 100644 --- a/meta-ti-bsp/conf/machine/include/ti43x.inc +++ b/meta-ti-bsp/conf/machine/include/ti43x.inc | |||
@@ -4,9 +4,6 @@ SOC_FAMILY:append = ":ti43x" | |||
4 | DEFAULTTUNE ?= "armv7athf-neon" | 4 | DEFAULTTUNE ?= "armv7athf-neon" |
5 | require conf/machine/include/arm/armv7a/tune-cortexa9.inc | 5 | require conf/machine/include/arm/armv7a/tune-cortexa9.inc |
6 | 6 | ||
7 | # Increase this everytime you change something in the kernel | ||
8 | MACHINE_KERNEL_PR = "r3" | ||
9 | |||
10 | require conf/machine/include/ti-bsp.inc | 7 | require conf/machine/include/ti-bsp.inc |
11 | 8 | ||
12 | # Graphics providers and variables | 9 | # Graphics providers and variables |