ti: extensions: ti-debpkgs: Switch pkg install from rootfs to image

This switches TI deb pkgs to be added to the image package list,
instead of being cached in the rootfs.

Signed-off-by: Jonas Wood <jw@ti.com>
This commit is contained in:
Jonas Wood 2025-11-04 14:50:36 -06:00 committed by Igor
parent 908bbc2be8
commit 9cc6e3ab15

View File

@ -1,6 +1,6 @@
function extension_prepare_config__add_packages() {
if [[ ${#TI_PACKAGES[@]} -gt 0 ]] ; then
add_packages_to_rootfs "${TI_PACKAGES[@]}"
add_packages_to_image "${TI_PACKAGES[@]}"
fi
}