[meta-freescale] [meta-fsl-ppc][PATCH 13/20] eth-config: update to revision 8040e0b

ting.liu at freescale.com ting.liu at freescale.com
Mon Jan 5 02:32:31 PST 2015


From: Zhenhua Luo <zhenhua.luo at freescale.com>

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 at freescale.com>
---
 recipes-dpaa/eth-config/eth-config_git.bb | 16 +++++++---------
 1 file 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 @@
 DESCRIPTION = "Ethernet Configuration Files"
 SECTION = "eth-config"
-LICENSE = "Freescale-EULA"
-LIC_FILES_CHKSUM = "file://COPYING;md5=cf02dc8eb5ac4a76f3812826520dea87"
+LICENSE = "BSD & GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=8ed5eddbfbb84af5089ea94c382d423c"
 
 PR = "r2"
 
-SRC_URI = "git://git.freescale.com/ppc/sdk/eth-config.git"
-SRCREV = "96ac356dbe77948318c3806764f4a68862e30ac4"
+SRC_URI = "git://git.freescale.com/ppc/sdk/eth-config.git;branch=sdk-v1.7.x"
+SRCREV = "8040e0b1a7cb18cecfe0c7657d42f59f222b7930"
 
 S = "${WORKDIR}/git"
 
+EXTRA_OEMAKE = "D=${D}"
+
 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
+    oe_runmake install
 }
-- 
1.9.1



More information about the meta-freescale mailing list