mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2024-11-08 14:38:21 +01:00
7 lines
203 B
Plaintext
7 lines
203 B
Plaintext
|
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
|
||
|
SRC_URI += "file://default"
|
||
|
|
||
|
do_install:append () {
|
||
|
rm -rf ${D}/etc/dropbear
|
||
|
install -m 0644 ${WORKDIR}/default ${D}${sysconfdir}/default/dropbear
|
||
|
}
|