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:
parent
908bbc2be8
commit
9cc6e3ab15
@ -1,6 +1,6 @@
|
|||||||
function extension_prepare_config__add_packages() {
|
function extension_prepare_config__add_packages() {
|
||||||
if [[ ${#TI_PACKAGES[@]} -gt 0 ]] ; then
|
if [[ ${#TI_PACKAGES[@]} -gt 0 ]] ; then
|
||||||
add_packages_to_rootfs "${TI_PACKAGES[@]}"
|
add_packages_to_image "${TI_PACKAGES[@]}"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user