summaryrefslogtreecommitdiffstats
path: root/recipes-dpaa/eth-config/eth-config_git.bb
blob: ac25013a9e1184e461e509ebd8afb32e017b0957 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "Ethernet Configuration Files"
SECTION = "eth-config"
LICENSE = "Freescale-EULA"
LIC_FILES_CHKSUM = "file://COPYING;md5=cf02dc8eb5ac4a76f3812826520dea87"

PR = "r2"

SRC_URI = "git://git.freescale.com/ppc/sdk/eth-config.git"
SRCREV = "c255231fb606bff18390da3b26e1ee9fca55e4e6"

S = "${WORKDIR}/git"

do_install() {
	install -d ${D}/etc/fmc/config
	install -m 644 ${S}/*.xml ${D}/etc/fmc/config
	install -d ${D}/etc/fmc/config/shared_mac
	install -m 644 ${S}/shared_mac/*.xml ${D}/etc/fmc/config/shared_mac
	install -m 644 ${S}/shared_mac/README ${D}/etc/fmc/config/shared_mac
}