28 lines
1.0 KiB
Plaintext
28 lines
1.0 KiB
Plaintext
|
|
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
|
||
|
|
|
||
|
|
SRC_URI += " \
|
||
|
|
file://intel-bhs.cfg \
|
||
|
|
file://aspeed-ast2600-evb.dts \
|
||
|
|
file://0001-Workaround-VW-interrupt-design-issue.patch \
|
||
|
|
file://0002-i3c-mctp-workaround-for-wrong-DCR-value.patch \
|
||
|
|
file://0003-i3c-master-drop-GETMRL-and-GETMWL-for-MNG-use-case.patch \
|
||
|
|
file://0001-Force-set-pmbus-page-to-4-to-fix-Delta-PSU-reading-e.patch \
|
||
|
|
file://0003-Revert-pwm-Drop-support-for-legacy-drivers.patch \
|
||
|
|
file://0001-Modify-JTAG-driver-to-aspeed-driver.patch \
|
||
|
|
file://enable-gpio-key.cfg \
|
||
|
|
file://enable-jtag-driver.cfg \
|
||
|
|
file://0001-soc-aspeed-abr-Add-sysfs-attrs-for-flash-toggle.patch \
|
||
|
|
file://0001-Add-sw-workaround-to-let-all-dimm-spd-devices-to-rec.patch \
|
||
|
|
file://0001-Solve-the-do_daa-exception-exit-issue-when-the-DIMM-.patch \
|
||
|
|
"
|
||
|
|
|
||
|
|
do_configure:append() {
|
||
|
|
|
||
|
|
dts="../aspeed-ast2600-evb.dts"
|
||
|
|
|
||
|
|
if [ ! -f $dts]; then
|
||
|
|
echo $dts" does not exist"
|
||
|
|
else
|
||
|
|
cp ../aspeed-ast2600-evb.dts ./source/arch/arm/boot/dts/
|
||
|
|
fi
|
||
|
|
}
|