summaryrefslogtreecommitdiffstats
path: root/meta-ti-extras/recipes-ti/vlib
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2025-12-03 14:32:11 -0600
committerRyan Eatmon <reatmon@ti.com>2025-12-19 09:57:39 -0600
commit010c6a4336554f4151a0a546dc87d25102c4876c (patch)
tree3c7c80d6c1b2325160029161cf98e6e9b3c7301c /meta-ti-extras/recipes-ti/vlib
parent3a9e75ebba1d373e2e7c4912ebebd375dea7e2fc (diff)
downloadmeta-ti-010c6a4336554f4151a0a546dc87d25102c4876c.tar.gz
meta-ti/all: Merge omap-a15.inc into am57xx.inc
As am57xx.inc is now the only user of omap-a15.inc, merge the content of omap-a15.inc into am57xx.inc and remove omap-a15.inc. As we no longer have this common include, also remove "omap-a15" and use "am57xx" in its place. Signed-off-by: Andrew Davis <afd@ti.com> Reviewed-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-extras/recipes-ti/vlib')
-rw-r--r--meta-ti-extras/recipes-ti/vlib/vlib-c66x.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-extras/recipes-ti/vlib/vlib-c66x.inc b/meta-ti-extras/recipes-ti/vlib/vlib-c66x.inc
index 94c5d33b..c7c14f91 100644
--- a/meta-ti-extras/recipes-ti/vlib/vlib-c66x.inc
+++ b/meta-ti-extras/recipes-ti/vlib/vlib-c66x.inc
@@ -7,7 +7,7 @@ require ../includes/ti-paths.inc
7require ../includes/ti-staging.inc 7require ../includes/ti-staging.inc
8require ../includes/ti-eula-unpack.inc 8require ../includes/ti-eula-unpack.inc
9 9
10COMPATIBLE_MACHINE = "omap-a15" 10COMPATIBLE_MACHINE = "am57xx"
11 11
12SRC_URI = "http://software-dl.ti.com/libs/vlib/${PV}//exports/vlib_c66x_obj_${PV}_Linux.bin;name=vlibbin" 12SRC_URI = "http://software-dl.ti.com/libs/vlib/${PV}//exports/vlib_c66x_obj_${PV}_Linux.bin;name=vlibbin"
13 13