Skip to content

Commit f3d90e3

Browse files
committed
bsp: rockchip: linux-yocto: make config onyl Quartz64-a-specific
Signed-off-by: Daniil Klimuk <[email protected]>
1 parent e3c9514 commit f3d90e3

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

meta-zarhus-bsp/meta-zarhus-bsp-rockchip/recipes-kernel/linux/linux-yocto_%.bbappend

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,14 @@ SRC_URI:append = " \
1515
file://disable-nfs.cfg \
1616
file://enable-cmdline-bool.cfg \
1717
file://enable-debug-stackoverflow.cfg \
18-
file://0001-rk356x.dtsi-reserve-optee-memory.patch \
19-
file://0001-rk356x.dtsi-add-optee-firmware-entry.patch \
20-
file://quartz64a.cfg \
21-
"
22-
23-
SRC_URI:append = " \
2418
file://rk3566-orangepi-cm4.dtsi \
2519
file://rk3566-orangepi-cm4-base.dts \
2620
"
2721

22+
SRC_URI:append:quartz64-a = " \
23+
file://quartz64a-eth-enable.cfg \
24+
"
25+
2826
do_configure:append() {
2927
install -m 644 "${WORKDIR}/rk3566-orangepi-cm4-base.dts" "${S}/${DTS_DIR}"
3028
install -m 644 "${WORKDIR}/rk3566-orangepi-cm4.dtsi" "${S}/${DTS_DIR}"

0 commit comments

Comments
 (0)