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/machine/include/ti33x.inc | |
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/machine/include/ti33x.inc')
-rw-r--r-- | meta-ti-bsp/conf/machine/include/ti33x.inc | 3 |
1 files changed, 0 insertions, 3 deletions
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 |