diff options
| -rw-r--r-- | meta-fsl-ppc/recipes-dpaa/eth-config/eth-config_git.bb | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/meta-fsl-ppc/recipes-dpaa/eth-config/eth-config_git.bb b/meta-fsl-ppc/recipes-dpaa/eth-config/eth-config_git.bb index 85c3b7848..878121f2f 100644 --- a/meta-fsl-ppc/recipes-dpaa/eth-config/eth-config_git.bb +++ b/meta-fsl-ppc/recipes-dpaa/eth-config/eth-config_git.bb | |||
| @@ -1,19 +1,17 @@ | |||
| 1 | DESCRIPTION = "Ethernet Configuration Files" | 1 | DESCRIPTION = "Ethernet Configuration Files" |
| 2 | SECTION = "eth-config" | 2 | SECTION = "eth-config" |
| 3 | LICENSE = "Freescale-EULA" | 3 | LICENSE = "BSD & GPLv2+" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=cf02dc8eb5ac4a76f3812826520dea87" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ed5eddbfbb84af5089ea94c382d423c" |
| 5 | 5 | ||
| 6 | PR = "r2" | 6 | PR = "r2" |
| 7 | 7 | ||
| 8 | SRC_URI = "git://git.freescale.com/ppc/sdk/eth-config.git" | 8 | SRC_URI = "git://git.freescale.com/ppc/sdk/eth-config.git;branch=sdk-v1.7.x" |
| 9 | SRCREV = "96ac356dbe77948318c3806764f4a68862e30ac4" | 9 | SRCREV = "8040e0b1a7cb18cecfe0c7657d42f59f222b7930" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
| 12 | 12 | ||
| 13 | EXTRA_OEMAKE = "D=${D}" | ||
| 14 | |||
| 13 | do_install() { | 15 | do_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 | } |
