blob: 492d3ca0750e6165a7134a1c830c5f962598ad94 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
DESCRIPTION = "Sample network configuration for an Uptane Secondary"
LICENSE = "CLOSED"
inherit allarch
SRC_URI = "file://26-dhcp-client.network"
FILES_${PN} = "/usr/lib/systemd/network"
PR = "1"
do_install() {
install -d ${D}/usr/lib/systemd/network
install -m 0644 ${WORKDIR}/26-dhcp-client.network ${D}/usr/lib/systemd/network/
}
|