diff options
| author | Zhenhua Luo <zhenhua.luo@nxp.com> | 2016-06-14 11:54:47 +0800 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-06-23 10:49:15 -0300 |
| commit | 21b9f1e354d9df1b9a7381d4c11de42157eff2c0 (patch) | |
| tree | d09472fbe26c75a05893654a2ec530898bc67532 /dynamic-layers/openembedded-layer/recipes-support | |
| parent | 84bda66788bb25b9c100c5384ad296450aaabe22 (diff) | |
| download | meta-freescale-21b9f1e354d9df1b9a7381d4c11de42157eff2c0.tar.gz | |
Move some recipes to dynamic-layers folder
The following packages depend on extend Yocto community layers, move related
recipes to dynamic-layers.
* ipsec-demo asf fmc usdpaa-apps web-sysmon
Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'dynamic-layers/openembedded-layer/recipes-support')
| -rw-r--r-- | dynamic-layers/openembedded-layer/recipes-support/web-sysmon/web-sysmon_git.bb | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-support/web-sysmon/web-sysmon_git.bb b/dynamic-layers/openembedded-layer/recipes-support/web-sysmon/web-sysmon_git.bb new file mode 100644 index 000000000..36a0c209f --- /dev/null +++ b/dynamic-layers/openembedded-layer/recipes-support/web-sysmon/web-sysmon_git.bb | |||
| @@ -0,0 +1,35 @@ | |||
| 1 | DESCRIPTION = "Web System Monitor Files" | ||
| 2 | SECTION = "web-sysmon" | ||
| 3 | LICENSE = "GPLv2" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e" | ||
| 5 | |||
| 6 | RDEPENDS_${PN} = "\ | ||
| 7 | bc \ | ||
| 8 | cairo \ | ||
| 9 | coreutils \ | ||
| 10 | cronie \ | ||
| 11 | liberation-fonts \ | ||
| 12 | lighttpd \ | ||
| 13 | lighttpd-module-cgi \ | ||
| 14 | lmsensors-sensors \ | ||
| 15 | make \ | ||
| 16 | rrdtool \ | ||
| 17 | " | ||
| 18 | |||
| 19 | SRC_URI = "git://git.freescale.com/ppc/sdk/web-sysmon-dev.git;nobranch=1" | ||
| 20 | SRCREV = "8d0c6eca1113832fabe917fd0cb25abe2d4d7157" | ||
| 21 | |||
| 22 | inherit update-rc.d | ||
| 23 | |||
| 24 | S = "${WORKDIR}/git" | ||
| 25 | |||
| 26 | EXTRA_OEMAKE += "D=${D}" | ||
| 27 | do_install () { | ||
| 28 | oe_runmake install | ||
| 29 | } | ||
| 30 | |||
| 31 | FILES_${PN} += "/" | ||
| 32 | |||
| 33 | INITSCRIPT_NAME = "web-sysmon.sh" | ||
| 34 | INITSCRIPT_PARAMS = "defaults 99 20" | ||
| 35 | COMPATIBLE_MACHINE = "(qoriq-ppc)" | ||
