Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions meta-ti-foundational/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,7 @@ LAYERRECOMMENDS_meta-ti-foundational = " \
cg5317 \
"

IMAGE_FSTYPES:remove:beaglebadge-ti = " ubifs ubi"

# Generate -src ipks packages for sources to be added to the SDK installer
require conf/distro/include/arago-source-ipk.inc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ IMAGE_INSTALL:append = " \
resize-rootfs \
"

IMAGE_INSTALL:append:am62lxx = " mosquitto libmosquitto1 libmosquittopp1 mosquitto-clients mosquitto-dev"
IMAGE_INSTALL:append:am62lxx-evm = " mosquitto libmosquitto1 libmosquittopp1 mosquitto-clients mosquitto-dev"
IMAGE_INSTALL:append:am62xx = " ti-gst-plugins-source ti-gst-plugins-dev ti-gst-utils "
IMAGE_INSTALL:append:am62pxx = " ti-gst-plugins-source ti-gst-plugins-dev ti-gst-utils "
IMAGE_INSTALL:remove:am62dxx = " packagegroup-arago-graphics"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PR:append = "_tisdk_3"
DEMOS = ""
DEMOS:append:am62xx = " ti-apps-launcher"
DEMOS:append:am62pxx = " ti-apps-launcher"
DEMOS:append:am62lxx = " ti-lvgl-demo"
DEMOS:append:am62lxx-evm = " ti-lvgl-demo"
DEMOS:append:foundational = " ti-apps-launcher"
DEMOS:append:am62dxx-evm = " ti-librpmsg-dma-example"
DEMOS:append:am335x-evm = " ti-lvgl-demo"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ SRC_URI:append:am62pxx = "\
file://uEnv-am62p-display-cluster.txt \
"

SRC_URI:append:am62lxx = "\
file://uEnv-am62l-sk.txt \
SRC_URI:append:am62lxx-evm = "\
file://uEnv-am62l-evm.txt \
"

do_deploy:j722s:foundational() {
Expand All @@ -26,7 +26,7 @@ do_deploy:am62pxx() {
fi
}

do_deploy:am62lxx() {
do_deploy:am62lxx-evm() {
install -d ${DEPLOYDIR}
install -m 0644 ${S}/uEnv-am62l-sk.txt ${DEPLOYDIR}/uEnv.txt
}
Expand Down