diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2015-07-23 16:02:25 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-07-28 23:26:59 -0300 |
commit | 6a868a671472d454b407a165fc31c5f7dfe783c6 (patch) | |
tree | 7bd2ab13a04d14215264cc992501970cacfb20ef /recipes-dpaa/eth-config | |
parent | 62e212fe4812a6c726df4ac8e77d4a77e0e54247 (diff) | |
download | meta-freescale-6a868a671472d454b407a165fc31c5f7dfe783c6.tar.gz |
Move meta-fsl-ppc content to layer root
This commit is just a rename of all contents of meta-fsl-ppc
subdirectory to this layer's root, merging the contents of common
files, subsequent changes are based on top of that.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-dpaa/eth-config')
-rw-r--r-- | recipes-dpaa/eth-config/eth-config_git.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes-dpaa/eth-config/eth-config_git.bb b/recipes-dpaa/eth-config/eth-config_git.bb new file mode 100644 index 00000000..32ef1fa2 --- /dev/null +++ b/recipes-dpaa/eth-config/eth-config_git.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | DESCRIPTION = "Ethernet Configuration Files" | ||
2 | SECTION = "eth-config" | ||
3 | LICENSE = "BSD & GPLv2+" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ed5eddbfbb84af5089ea94c382d423c" | ||
5 | |||
6 | PR = "r2" | ||
7 | |||
8 | SRC_URI = "git://git.freescale.com/ppc/sdk/eth-config.git;branch=master" | ||
9 | SRCREV = "1d6ad160fda9123e93c65141aa1578b6253ff7bc" | ||
10 | |||
11 | S = "${WORKDIR}/git" | ||
12 | |||
13 | EXTRA_OEMAKE = "D=${D}" | ||
14 | |||
15 | do_install() { | ||
16 | oe_runmake install | ||
17 | } | ||