1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-16 06:17:51 +00:00
Commit Graph

5151 Commits

Author SHA1 Message Date
Ryan Eatmon 6760c87bde u-boot-ti-mainline/next: Update git server
The u-boot project has moved to a new official git repository server [1] for
all of their work.

[1] https://git.u-boot-project.org/u-boot/u-boot/-/commit/2a6ca4ad04e64488ac41c3683cacd44173a96d24

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2026-07-15 11:14:05 -05:00
Ryan Eatmon bfa053cb57 XXX: Temp update to ti-linux-fw branch and SRCREV
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2026-07-14 17:48:48 -05:00
Ryan Eatmon ea0bfc75f5 XXX: ti-kernel-fitimage: Fix for FIT_CONF_DEFAULT_DTB changes.
Two oe-core changes [1] and [2], have introduced a change in how the
kernel-fit-image class generates the entries as related to
KERNEL_DTBVENDORED.

[1] Corrected the support for KERNEL_DTBVENDORED when generating the
entries.  But this broke our TI settings and caused build falures
because we suddenly had double ti_ti_ entries for the default.

[2] Adds support for KERNEL_DTBVENDORED when figuring out the value
for FIT_CONF_DEFAULT_DTB when building the fit-image.itd file.

With both of these we can drop our custom setting of FIT_CONF_PREFIX and
update the values for FIT_CONF_DEFAULT_DTB to match the same strings
that go into KERNEL_DEVICETREE.

[1] https://git.openembedded.org/openembedded-core/commit/meta/classes-recipe/kernel-fit-image.bbclass?id=4297b94c3728cd2e320d75b68c508e12ab127719

[2] XXX replace with accepted commit before accepting

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2026-07-14 17:48:48 -05:00
Ryan Eatmon ba4823fe37 TEST: linux-ti-staging: Add testing dtbo and build command
This is for flow testing a change we want to make in our internal
testing flow.  This will never be a patch we carry forward.  This is
purely for proof of concept at this time.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2026-07-14 17:48:48 -05:00
Ryan Eatmon 19e42fb368 conf: Add falcon support natively
Add support for building falcon natively and remove the ti-falcon build
option.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2026-07-14 17:48:48 -05:00
Ryan Eatmon 6082ddbb4c u-boot: Move the TFA memory location for all k3 platforms
In preparation for supporting falcon boot, we are globally moving all k3
memory locations for TFA.  Trying to do this platform by platform and
only for falcon builds was proving to be onerous, so it was decide to
just move it for all Yocto builds.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2026-07-14 17:48:48 -05:00
Ryan Eatmon cf8b2fdee1 mesa-pvr-24: Fix llvm-config handling
A recent change in oe-core [1] for the mesa package introduced this
change to properly handle the llvm-config.  Since we have copied the
mesa.inc we now need to copy this change as well.

[1] https://git.openembedded.org/openembedded-core/commit/?id=8aace29b692a8f3902a675fb4c022c223ba49531

This is a backport from the mesa-pvr-25.inc file.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2026-07-14 17:48:48 -05:00
Ryan Eatmon 1bcffe1b61 piglit: Remove upstreamed patch
The version bump to piglit in oe-core [1] has moved to a commit that
contains this upstreamed patch.

[1] https://git.openembedded.org/openembedded-core/commit/?h=master-next&id=df0207af6eb0dcb0bf797706feef8cd5fba66510

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2026-07-14 17:48:48 -05:00
Andrew Davis 4af73b5a88 ti-rpmsg-char: Update to latest with CMake support
This project now uses CMake. This allows us to cleanup this recipe in 3
ways:

 - Remove patch for includedir and libdir as CMake handles this correctly
 - Combine in the in the examples recipe, CMake builds the examples along
   with the library in one step.
 - As there is now only one recipe, merge the .inc into the one .bb file

Signed-off-by: Andrew Davis <afd@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2026-07-08 15:20:46 -05:00
MD Danish Anwar 9ae6e46f0a meta-ti-bsp: Add prusw-fw for ti33x and ti43x
ti33x and ti43x supports switch mode. Add prusw-fw to ti33x and ti43x
so that switch firmware can be packaged for ti33x and ti43x

Signed-off-by: MD Danish Anwar <danishanwar@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2026-07-08 15:20:46 -05:00
Ryan Eatmon 2f6178653d firmware: Update license path
The licenses were moved into a sub directory in the upstream
linux-firmware repository.

License-Update: Fix paths to new location.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2026-07-08 15:20:46 -05:00
Ryan Eatmon 97faa7b6bb check_yocto_rules: Add rule for new linux-firmware
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2026-07-08 15:20:46 -05:00
Ryan Eatmon bb5b1cb8ee mesa-pvr: Fix llvm-config handling
A recent change in oe-core [1] for the mesa package introduced this
change to properly handle the llvm-config.  Since we have copied the
mesa.inc we now need to copy this change as well.

[1] https://git.openembedded.org/openembedded-core/commit/?id=8aace29b692a8f3902a675fb4c022c223ba49531

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2026-07-08 15:20:46 -05:00
Antonios Christidis 644317e54f libsdl2: Build tests with dynamically linked library support
Carry upstream-submitted patch that adds SDL_TESTS_SHARED_LIB option,
enabling test executables to be built with dynamic linking against
libsdl2.

Signed-off-by: Antonios Christidis <a-christidis@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2026-07-08 15:20:46 -05:00
Judith Mendez 0e5bddecf7 meta-beagle: Fix BeagleBadge build
Fix BeagleBadge DT which is now k3-am62l3-beaglebadge in TI Linux
6.18 and TI U-Boot 26.01 build name which was updated alongside Linux
DT name change.

Signed-off-by: Judith Mendez <jm@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2026-07-08 15:20:46 -05:00
Andrew Davis c16b1b2246 ti-codec-engine: Remove this recipe
This was a build dependency of IPUMM firmware which is now removed.
That was the only user, remove this recipe.

Signed-off-by: Andrew Davis <afd@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2026-07-08 15:20:46 -05:00
Andrew Davis 3de7f1cf75 ipumm-fw: Use prebuilt firmware from ti-linux-firmware repo
Use a prebuilt version of this firmware from ti-linux-firmware. This
removes the need to build this locally.

License-Update: License not changed, updating to the correct checksum file
Signed-off-by: Andrew Davis <afd@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2026-07-08 15:20:46 -05:00
Andrew Davis 906c97e452 libdce: Runtime depend on IPU firmware not the other way around
The DCE library depends on the firmware to function, the firmware has
no dependency on any one userspace library. Switch the runtime dependency
around here.

Signed-off-by: Andrew Davis <afd@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2026-07-08 15:20:46 -05:00
Andrew Davis 1c76f15f9c linux-firmware: Move recipe from meta-arago
The conflicting firmware packages that necessitate this bbappend are
all here in meta-ti-bsp, so this will be needed by any distro using
this layer. Move this bbappend out of meta-arago to this layer.

Signed-off-by: Andrew Davis <afd@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2026-07-08 15:20:46 -05:00
Andrew Davis 68393a8b20 am62lxx: Use upstream TF-A board name
Upstream the BOARD name for the EVM is "am62lx-evm". Our downstream
used just "am62lx" but was updated to optionally also work with the
same name as upstream. This allows for easier migration. Switch to
using the upstream-safe name here for the EVM. This will need to
be done anyway when we switch to upstream-only for TF-A, doing it
now just makes it easier to switch between the two.

The other AM62L based boards already override the default with their
correct BOARD names, and now that the EVM does too, drop the default.
All boards will need their own BOARD name as TF-A does DRAM config
which is board specific, so dropping the default prevents mistakenly
not updating this name and causing hard to debug DRAM/boot issues.

Signed-off-by: Andrew Davis <afd@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2026-07-08 15:20:46 -05:00
Andrew Davis c54a762476 ti-rpmsg-char: Move this recipe to its own directory
Keeping all IPC related recipes in one "ipc" directory is not very well
organized. Like most other recipes give this one its own directory.

Signed-off-by: Andrew Davis <afd@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2026-07-08 15:20:46 -05:00
Andrew Davis 9613915c54 ti-librpmsg-dma: Move this recipe to its own directory
Keeping all IPC related recipes in one "ipc" directory is not very well
organized. Like most other recipes give this one its own directory.

Signed-off-by: Andrew Davis <afd@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2026-07-08 15:20:46 -05:00
Antonios Christidis 04408c5756 mesa-pvr: Migrate mesa from v24.0.1 -> v25.2.8
Migrate mesa from v24.0.1 -> v25.2.8. Edit the ti-bsp logic to
build/package mesa-pvr v25 for both Rogue and SGX cores.

Remove some duplicate variables from mesa-pvr-25.inc in order to work with
the main bitbake recipe mesa-pvr_25.2.8.bb.

Signed-off-by: Antonios Christidis <a-christidis@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2026-07-08 15:20:46 -05:00
Antonios Christidis 9fe43f8738 mesa-pvr: Add versioned mesa.inc copies from oe-core
Add local copies of mesa.inc from oe-core, renamed with version suffixes
to avoid conflicts:

- mesa-pvr-24.inc: verbatim copy for v24.0.1 (existing content, renamed)
- mesa-pvr-25.inc: verbatim copy for v25.2.8 (new)

With the above new naming scheme, update check_yocto_rules.json.

Signed-off-by: Antonios Christidis <a-christidis@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2026-07-08 15:20:46 -05:00
Ryan Eatmon 5480086cf7 linux-ti-staging: Include CVE exclusions
Now that we are looking at using the CVE checker tool in Yocto we should
include the same CVE exclusions from oe-core that match the kernel
version we are on.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2026-06-24 09:54:43 -05:00
Suhaas Joshi 4a523e2b6a tfa: Update TF-A for K3 devices to 2.15 tag
Non-AM62LX devices use upstream TF-A. Update this to the 2.15 tag.

Signed-off-by: Suhaas Joshi <s-joshi@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2026-06-24 09:54:43 -05:00
Yogesh Hegde 86e81c7da5 beaglebadge-ti: avoid building ubifs and ubi for beaglebadge by default
Beaglebadge has only 256Mb OSPI flash and except for
arago-bootstrap-base-image and arago-tiny-image other arago images
doesn't fit into OSPI flash. Hence remove ubifs and ubi from
IMAGE_FSTYPES to prevent unnecessary image generation and build
failures when adding packages to the arago-default-image.

Those who want to run arago-bootstrap-base-image and arago-tiny-image
on OSPI can enable UBIFS in local.conf .

Signed-off-by: Yogesh Hegde <y-hegde@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2026-06-24 09:54:43 -05:00
Shiva Tripathi a77c81553e optee-ftpm: Update commit to include TA panic fix
Bump to commit e3b1e426 which includes graceful degradation of fTPM TA
when RPMB storage is unavailable, preventing TA panic and memory dumps.

Signed-off-by: Shiva Tripathi <s-tripathi1@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2026-06-24 09:54:43 -05:00
LCPD Automation Script 8b9b485429 CI/CD Auto-Merger: cicd.master.202606162200
Updated the value(s) for:
  u-boot-ti-staging_2025.01: SRCREV_uboot
  linux-ti-staging-rt_6.12: SRCREV_ARM32
  linux-ti-staging_6.12: SRCREV

Changelogs:
  u-boot-ti-staging_2025.01: https://git.ti.com/cgit/ti-u-boot/ti-u-boot/log/?qt=range&q=f6338e22d2ac0777a68fb0f295f4cf1e3e63f659..1612e4d1deb11d49304c715576854b28cc10e34d
  linux-ti-staging-rt_6.12: https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/log/?qt=range&q=d7f2b5b19f14fb51ad279f76fbeedd0dfd40b69c..c6cc0cab5b8575a2a70f0c4f9dbc9981f367d8e3
  linux-ti-staging_6.12: https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/log/?qt=range&q=4e3bcc10a5d1e9822e0ed2dad5cdd16f7cf30fe6..98bbe0d37952d0ce1b6508f108c357ceb6d58bf3

Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
cicd.master.202606162200
2026-06-16 22:01:07 -05:00
LCPD Automation Script 693f0d251b CI/CD Auto-Merger: cicd.master.202606112200
Updated the value(s) for:
  atf: SRCREV_tfa:am62lxx
  u-boot-ti-staging_2026.01: SRCREV_uboot
  linux-ti-staging_6.18: SRCREV
  ltp-ddt: SRCREV

Changelogs:
  u-boot-ti-staging_2026.01: https://git.ti.com/cgit/ti-u-boot/ti-u-boot/log/?qt=range&q=1f603935204df4b34054fa3bac80158e528e2c36..617c6fa1c50fab2acb3955b8888ec71ae7630769
  linux-ti-staging_6.18: https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/log/?qt=range&q=0472fbafd7277ece9e1bae4189bc6099e33cdbc4..4c3bfa15a22a5c6729519e730459c483c125d5db
  ltp-ddt: https://git.ti.com/cgit/test-automation/ltp-ddt/log/?qt=range&q=44a5a7ecf3eb23614b801d7f5a10f2deed4542ce..b042b729cf573537f68fa3ea5050f5d22b07c811

Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
cicd.master.202606112200 cicd.master.202606142200
2026-06-11 22:01:01 -05:00
Judith Mendez 8e06a9cb14 conf: am62dxx-evm: Fixup packaged overlay list
Some k3-am62x-sk* overlays no longer apply to AM62A/AM62D boards,
update overlay list packaged for AM62D so that the k3-am62a7-sk*
overlays are included as well as the k3-am62x-sk* overlays
that do apply to AM62D board. This means ti/k3-am62x-sk generic
prefix must now be droped.

Signed-off-by: Judith Mendez <jm@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2026-06-10 21:08:30 -05:00
Denys Dmytriyenko (TI) 7c9af9bdca README: update and clean up
Update READMEs as follows:
* Don't point to CGit interface, as the old URL is no longer valid
* Use https:// instead of git:// protocol due to deprecation
* Add missing revisions and use the same ordering
* Correct some sub-layer dependencies

Signed-off-by: Denys Dmytriyenko (TI) <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2026-06-10 21:08:30 -05:00
Moteen Shah c3b92e6b04 initramfs: Add initramfs-module-netsetup recipe for NFS boot
Add a standalone initramfs-module-netsetup recipe that installs
83-netsetup, an initramfs-framework module that configures the network
interface via DHCP before the NFS root mount. The recipe's RDEPENDS
pulls in CPSW and its dependencies, so the kernel modules and DHCP
client are only included when NFS boot support is needed.

Include initramfs-module-netsetup in packagegroup-ti-core-initramfs
gated on :bsp-next, where AM65_CPSW_NUSS became a loadable module.
TI staging kernels (6.6/6.12/6.18) still have CPSW built-in (=y).

Signed-off-by: Moteen Shah <m-shah@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2026-06-09 11:49:42 -05:00
Denys Dmytriyenko (TI) dd0f9863bd meta-beagle: linux-bb.org: upgrade 6.12.43 -> 6.12.57
* Bump linux-bb.org from 6.12.43 to 6.12.57
* Update DTs for am62 platforms, such as beagleplay and pocketbeagle2

Signed-off-by: Denys Dmytriyenko (TI) <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2026-06-05 16:22:00 -05:00
Antonios Christidis 60d0edd20d ti-img-rogue-*: Migrate GPU driver version 25.3 -> 26.1
New recipes for GPU DDK 26.1. Update BSP configuration files with new
preferred recipe versions.

Signed-off-by: Antonios Christidis <a-christidis@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2026-06-05 16:22:00 -05:00
Thorsten Lannynd 6949fcde94 weston: fix assert firing when subsurfaces have no views
Apply upstream candidate fix for an assert in
weston_surface_apply_subsurface_order that fires when subsurfaces have
no views. Without this patch, the assert fires when running Chromium
and causes the display to crash.

Signed-off-by: Thorsten Lannynd <t-lannynd@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2026-06-05 16:22:00 -05:00
LCPD Automation Script 5985cc8955 CI/CD Auto-Merger: cicd.master.202606042200
Updated the value(s) for:
  ti-linux-fw: TI_LINUX_FW_SRCREV
  u-boot-ti-staging_2025.01: SRCREV_uboot
  linux-ti-staging-rt_6.12: SRCREV_ARM32
  linux-ti-staging_6.12: SRCREV

Changelogs:
  ti-linux-fw: https://git.ti.com/cgit/processor-firmware/ti-linux-firmware/log/?qt=range&q=9e9d50ff563f83db86d36b72cd7fb4f487d6b414..ec029baad8b4b147af8331a5e099ef891e5ae1f4
  u-boot-ti-staging_2025.01: https://git.ti.com/cgit/ti-u-boot/ti-u-boot/log/?qt=range&q=19795f63be7ee27e38b6e800ff6c88a2feaae13f..f6338e22d2ac0777a68fb0f295f4cf1e3e63f659
  linux-ti-staging-rt_6.12: https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/log/?qt=range&q=62fdc7890cde3197051743120ff44162b7356cc5..d7f2b5b19f14fb51ad279f76fbeedd0dfd40b69c
  linux-ti-staging_6.12: https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/log/?qt=range&q=c52c5589aab8c376f975b1feb7b8746b7b6624bd..4e3bcc10a5d1e9822e0ed2dad5cdd16f7cf30fe6

Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
cicd.master.202606042200
2026-06-04 22:00:50 -05:00
LCPD Automation Script efd871d4eb CI/CD Auto-Merger: cicd.master.202605272200
Updated the value(s) for:
  atf: SRCREV_tfa:am62lxx

Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
cicd.master.202605272200
2026-05-27 22:01:05 -05:00
LCPD Automation Script 76b0b85fec CI/CD Auto-Merger: cicd.master.202605192200
Updated the value(s) for:
  atf: SRCREV_tfa:am62lxx
  u-boot-ti-staging_2026.01: SRCREV_uboot
  k3conf: SRCREV
  linux-ti-staging_6.18: SRCREV

Changelogs:
  u-boot-ti-staging_2026.01: https://git.ti.com/cgit/ti-u-boot/ti-u-boot/log/?qt=range&q=ee3048ee0822c35312379b6e24b5c80e9a845110..1f603935204df4b34054fa3bac80158e528e2c36
  k3conf: https://git.ti.com/cgit/k3conf/k3conf/log/?qt=range&q=c50875c7c4ad112d5e632bea3301e06a0aa8669f..eaa148f9640a047511be89f7652f8b1e93a4249c
  linux-ti-staging_6.18: https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/log/?qt=range&q=0085e69eaf041684d5806e4d1fde49c325519a9f..0472fbafd7277ece9e1bae4189bc6099e33cdbc4

Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
cicd.master.202605192200 cicd.master.202605210401
2026-05-19 22:00:47 -05:00
Suhaas Joshi e05d529fd7 meta-ti: optee: Update to 4.10.0 tag
Update optee_os, optee_test, optee_client, optee_examples and optee_ftpm to
4.10.0 tag.

Signed-off-by: Suhaas Joshi <s-joshi@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2026-05-19 06:10:24 -05:00
Andrew Davis 06a120f251 trusted-firmware-a: Remove TFA_K3_SYSTEM_SUSPEND build flag
All supported TF-A handle this automatically based on the firmware, the
flag no longer does anything as it isn't checked in TF-A now. Remove this.

Signed-off-by: Andrew Davis <afd@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2026-05-12 08:33:48 -05:00
LCPD Automation Script 08fcd10abd CI/CD Auto-Merger: cicd.master.202605060400
Updated the value(s) for:
  atf: SRCREV_tfa:am62lxx
  linux-ti-staging_6.18: PV,SRCREV
  ltp-ddt: SRCREV

Changelogs:
  linux-ti-staging_6.18: https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/log/?qt=range&q=4495407cc08e68dd65abaa542e1f13ad2ec90045..0085e69eaf041684d5806e4d1fde49c325519a9f
  ltp-ddt: https://git.ti.com/cgit/test-automation/ltp-ddt/log/?qt=range&q=6a1c144a4bde8cd26c6cb4ce76e12ac1ca1ce079..44a5a7ecf3eb23614b801d7f5a10f2deed4542ce

Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
cicd.master.202605060400 cicd.master.202605061800
2026-05-06 04:00:46 -05:00
Denys Dmytriyenko (TI) 181a350e9e meta-ti-test: bc: remove unneeded workaround
RM_WORK_EXCLUDE was used as a workaround for sourceipk in Arago, which
is long since gone.

Signed-off-by: Denys Dmytriyenko (TI) <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2026-05-04 15:00:36 -05:00
Denys Dmytriyenko (TI) b962467d15 meta-ti-test: layer.conf: recommend dynamic layers
Set additional LAYERRECOMMENDS for dynamic layers.

Signed-off-by: Denys Dmytriyenko (TI) <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2026-05-04 15:00:36 -05:00
Denys Dmytriyenko (TI) 6fedcf1c21 meta-ti-test: layer.conf: explicitly depend on meta-ti-bsp
Set meta-ti-test layer to explicitly depend on meta-ti-bsp for ti-soc
definition.

Signed-off-by: Denys Dmytriyenko (TI) <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2026-05-04 15:00:36 -05:00
Denys Dmytriyenko (TI) c4729b0567 weston: make bbappend version-specific, again
As discussed on the mailing list, it is not always safe to have a
version-agnostic bbappend, as there could be different versions
of weston recipe provided by downstream layers, not compatible
with our patch, resulting in breakage. Make our bbappend again
version-specific.

Signed-off-by: Denys Dmytriyenko (TI) <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2026-05-04 15:00:36 -05:00
Ryan Eatmon da3f31ce1f ltp-ddt: Remove orphaned patch
When I rebased before moving from meta-arago to meta-ti, I accidentally
removed the wrong patch.  Net result was this orphaned patch was left
and imported incorrectly.  Remove it.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2026-04-29 15:48:08 -05:00
LCPD Automation Script 3c04d4f97b CI/CD Auto-Merger: cicd.master.202604291207
Updated the value(s) for:
  linux-ti-staging_6.18: SRCREV

Changelogs:
  linux-ti-staging_6.18: https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/log/?qt=range&q=fa14abf25646c5814b997836539dbb859d6a669f..4495407cc08e68dd65abaa542e1f13ad2ec90045

Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
12.00.00.08 cicd.master.202604291207
2026-04-29 12:07:56 -05:00
Ryan Eatmon a205f41506 check_yocto_rules: Add rules for meta-ti-test
We are moving the meta-arago-test layer to meta-ti-test.  This commit
imports all check_yocto_rules from meta-arago-test.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2026-04-29 10:41:53 -05:00
Ryan Eatmon d4df25bf4a meta-ti-test: Import the ti-test packagegroup
We are moving the meta-arago-test layer to meta-ti-test.  This commit
imports the ti-test packagegroup that uses all of the previous commits..

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2026-04-29 10:41:53 -05:00