diff options
author | Adrian Dudau <adrian.dudau@enea.com> | 2013-12-12 13:41:56 +0100 |
---|---|---|
committer | Adrian Dudau <adrian.dudau@enea.com> | 2013-12-12 13:41:56 +0100 |
commit | 177ef53047019757b70b5ca87171b2c88e26ba07 (patch) | |
tree | 70e3284e64755ae93c130e00f810ba5c501801b9 /recipes-dpaa/eth-config | |
download | meta-fsl-ppc-enea_linux_3.tar.gz |
initial commit of Enea Linux 3.1enea_linux_3
Migrated from the internal git server on the dora-enea branch
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'recipes-dpaa/eth-config')
-rw-r--r-- | recipes-dpaa/eth-config/eth-config_git.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-dpaa/eth-config/eth-config_git.bb b/recipes-dpaa/eth-config/eth-config_git.bb new file mode 100644 index 0000000..ac25013 --- /dev/null +++ b/recipes-dpaa/eth-config/eth-config_git.bb | |||
@@ -0,0 +1,19 @@ | |||
1 | DESCRIPTION = "Ethernet Configuration Files" | ||
2 | SECTION = "eth-config" | ||
3 | LICENSE = "Freescale-EULA" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=cf02dc8eb5ac4a76f3812826520dea87" | ||
5 | |||
6 | PR = "r2" | ||
7 | |||
8 | SRC_URI = "git://git.freescale.com/ppc/sdk/eth-config.git" | ||
9 | SRCREV = "c255231fb606bff18390da3b26e1ee9fca55e4e6" | ||
10 | |||
11 | S = "${WORKDIR}/git" | ||
12 | |||
13 | do_install() { | ||
14 | install -d ${D}/etc/fmc/config | ||
15 | install -m 644 ${S}/*.xml ${D}/etc/fmc/config | ||
16 | install -d ${D}/etc/fmc/config/shared_mac | ||
17 | install -m 644 ${S}/shared_mac/*.xml ${D}/etc/fmc/config/shared_mac | ||
18 | install -m 644 ${S}/shared_mac/README ${D}/etc/fmc/config/shared_mac | ||
19 | } | ||