Files
OpenBMC/meta-luxshare/meta-bhs/recipes-bsp/u-boot/u-boot-aspeed-sdk_%.bbappend
T

16 lines
305 B
Plaintext
Raw Normal View History

2026-04-23 17:07:55 +08:00
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
SRC_URI += " \
file://ast2600-evb.dts \
file://bhs.cfg \
"
do_configure:append() {
dts="../ast2600-evb.dts"
if [ ! -f $dts]; then
echo $dts" does not exist"
else
cp ../ast2600-evb.dts ./source/arch/arm/dts/
fi
}