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