Skip to content

Commit

Permalink
drop firmware builds
Browse files Browse the repository at this point in the history
meta-ts now will build only common board-independant
layers.

Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Change-Id: If9a5734cc5b91c1500d50d335784690fa29f4262
  • Loading branch information
muvarov committed Mar 5, 2022
1 parent 5c63d47 commit a26a03a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion conf/bblayers.conf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ BSPLAYERS ?= " \
${OEROOT}/layers/meta-freescale \
${OEROOT}/layers/meta-freescale-3rdparty \
${OEROOT}/layers/meta-ti \
${OEROOT}/layers/meta-ledge/meta-ledge-bsp \
"

# Add your overlay location to EXTRALAYERS
Expand Down
5 changes: 2 additions & 3 deletions setup-environment-internal
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,8 @@ fi
ORIG_MACHINE="$MACHINE"
if [ "${MACHINE}" == "ledge-multi-armv7" ]; then
MACHINE="ledge-qemuarm"
BBMULTICONFIG="qemuarm stm32mp157c-dk2 ti-am572x"
FIRMWARE="mc:stm32mp157c-dk2:u-boot-ledge mc:stm32mp157c-dk2:optee-os mc:stm32mp157c-dk2:trusted-firmware-a-ledge "
#FIRMWARE+="mc:ti-am572x:u-boot-ledge mc:ti-am572x:optee-os"
BBMULTICONFIG="qemuarm"
FIRMWARE=""
export FIRMWARE
fi

Expand Down

0 comments on commit a26a03a

Please sign in to comment.