From: Zhenhua Luo Date: Sun, 16 Dec 2012 03:00:06 +0000 (+0800) Subject: eth-config: add recipes use public git tree for eth-config build X-Git-Tag: 2.1~534^2~320 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=bbc9525b8890ed91abfaf6157e27f0e9a6486631;p=meta-freescale.git eth-config: add recipes use public git tree for eth-config build Signed-off-by: Zhenhua Luo --- diff --git a/meta-fsl-ppc/recipes-tools/eth-config/eth-config_git.bb b/meta-fsl-ppc/recipes-tools/eth-config/eth-config_git.bb new file mode 100644 index 00000000..19da8172 --- /dev/null +++ b/meta-fsl-ppc/recipes-tools/eth-config/eth-config_git.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "Ethernet Configuration Files" +SECTION = "eth-config" +LICENSE = "Freescale EULA" +LIC_FILES_CHKSUM = "file://COPYING;md5=cf02dc8eb5ac4a76f3812826520dea87" + +SRC_URI = "git://git.freescale.com/ppc/sdk/eth-config.git" +SRCREV = "847191454aa557d19c19fdcd9e0a145da5d43c49" +SRCREV_e6500 = "c1400695e56aa80f2f4c88c4e0582028248ae06f" +SRCREV_e6500-64b = "c1400695e56aa80f2f4c88c4e0582028248ae06f" + +S = "${WORKDIR}/git" + +do_install() { + install -d ${D}/etc/fmc/config + install -m 644 ${S}/8c-128fq-p.xml ${D}/etc/fmc/config + install -m 644 ${S}/cfg-8c.xml ${D}/etc/fmc/config + install -d ${D}/etc/fmc/config/shared_mac + install -m 644 ${S}/shared_mac/hv2p_config_p4_shared_mac.xml ${D}/etc/fmc/config/shared_mac + install -m 644 ${S}/shared_mac/hv2p_policy_shared_mac.xml ${D}/etc/fmc/config/shared_mac + install -m 644 ${S}/shared_mac/hv2p_swparser_shared_mac.xml ${D}/etc/fmc/config/shared_mac + install -m 644 ${S}/shared_mac/README ${D}/etc/fmc/config/shared_mac +}