mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-06-21 08:52:24 +02:00
11 lines
254 B
Plaintext
11 lines
254 B
Plaintext
FILESEXTRAPATHS:prepend := "${THISDIR}/apt:"
|
|
|
|
SRC_URI:append_ice = " \
|
|
file://sources.list \
|
|
"
|
|
do_install:append_ice() {
|
|
if [ -f "${WORKDIR}/sources.list" ]; then
|
|
cp -rf ${WORKDIR}/sources.list ${D}/etc/apt/
|
|
fi
|
|
}
|