summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2012-12-16 11:00:06 +0800
committerMatthew McClintock <msm@freescale.com>2013-01-30 17:12:13 -0600
commitea8fe89f6c51830fbcc58ad7d47324725361d686 (patch)
tree5c68d1849933d0445adc671f70795ede83d71a20
parent6aa7a68b16640bbf119e2a1d18607832176e6e07 (diff)
downloadmeta-fsl-ppc-ea8fe89f6c51830fbcc58ad7d47324725361d686.tar.gz
eth-config: add recipes use public git tree for eth-config build
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
-rw-r--r--recipes-tools/eth-config/eth-config_git.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/recipes-tools/eth-config/eth-config_git.bb b/recipes-tools/eth-config/eth-config_git.bb
new file mode 100644
index 0000000..19da817
--- /dev/null
+++ b/recipes-tools/eth-config/eth-config_git.bb
@@ -0,0 +1,22 @@
1DESCRIPTION = "Ethernet Configuration Files"
2SECTION = "eth-config"
3LICENSE = "Freescale EULA"
4LIC_FILES_CHKSUM = "file://COPYING;md5=cf02dc8eb5ac4a76f3812826520dea87"
5
6SRC_URI = "git://git.freescale.com/ppc/sdk/eth-config.git"
7SRCREV = "847191454aa557d19c19fdcd9e0a145da5d43c49"
8SRCREV_e6500 = "c1400695e56aa80f2f4c88c4e0582028248ae06f"
9SRCREV_e6500-64b = "c1400695e56aa80f2f4c88c4e0582028248ae06f"
10
11S = "${WORKDIR}/git"
12
13do_install() {
14 install -d ${D}/etc/fmc/config
15 install -m 644 ${S}/8c-128fq-p.xml ${D}/etc/fmc/config
16 install -m 644 ${S}/cfg-8c.xml ${D}/etc/fmc/config
17 install -d ${D}/etc/fmc/config/shared_mac
18 install -m 644 ${S}/shared_mac/hv2p_config_p4_shared_mac.xml ${D}/etc/fmc/config/shared_mac
19 install -m 644 ${S}/shared_mac/hv2p_policy_shared_mac.xml ${D}/etc/fmc/config/shared_mac
20 install -m 644 ${S}/shared_mac/hv2p_swparser_shared_mac.xml ${D}/etc/fmc/config/shared_mac
21 install -m 644 ${S}/shared_mac/README ${D}/etc/fmc/config/shared_mac
22}