summaryrefslogtreecommitdiffstats
path: root/recipes-dpaa
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2015-01-05 18:32:31 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2015-01-07 10:17:21 +0800
commit4b8b3b35b665cb04585f24a5bf83688167855009 (patch)
treee5a75eebe4b0866b0ddc1cb22d80028447837e92 /recipes-dpaa
parenta50750e38ca5872e0d8c04462af6cf522d7de43d (diff)
downloadmeta-fsl-ppc-4b8b3b35b665cb04585f24a5bf83688167855009.tar.gz
eth-config: update to revision 8040e0b
This includes following fixes: 8040e0b eth_config: Add COPYING file 7e7c062 eth_config: Added Makefile 05d30e6 eth_config: Update Shared-Mac config file to new port notation 1777d0a eth_config: General refactoring of config/policy files 8a34b20 eth_config: Moved config/policy files to obsolete folder Update recipe to match the code changes: * change copyright to "BSD & GPLv2+" * call "oe_runmake install" in do_install Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Diffstat (limited to 'recipes-dpaa')
-rw-r--r--recipes-dpaa/eth-config/eth-config_git.bb16
1 files changed, 7 insertions, 9 deletions
diff --git a/recipes-dpaa/eth-config/eth-config_git.bb b/recipes-dpaa/eth-config/eth-config_git.bb
index 85c3b78..878121f 100644
--- a/recipes-dpaa/eth-config/eth-config_git.bb
+++ b/recipes-dpaa/eth-config/eth-config_git.bb
@@ -1,19 +1,17 @@
1DESCRIPTION = "Ethernet Configuration Files" 1DESCRIPTION = "Ethernet Configuration Files"
2SECTION = "eth-config" 2SECTION = "eth-config"
3LICENSE = "Freescale-EULA" 3LICENSE = "BSD & GPLv2+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=cf02dc8eb5ac4a76f3812826520dea87" 4LIC_FILES_CHKSUM = "file://COPYING;md5=8ed5eddbfbb84af5089ea94c382d423c"
5 5
6PR = "r2" 6PR = "r2"
7 7
8SRC_URI = "git://git.freescale.com/ppc/sdk/eth-config.git" 8SRC_URI = "git://git.freescale.com/ppc/sdk/eth-config.git;branch=sdk-v1.7.x"
9SRCREV = "96ac356dbe77948318c3806764f4a68862e30ac4" 9SRCREV = "8040e0b1a7cb18cecfe0c7657d42f59f222b7930"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12
13EXTRA_OEMAKE = "D=${D}"
14
13do_install() { 15do_install() {
14 install -d ${D}/etc/fmc/config 16 oe_runmake install
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} 17}