All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] sysdig: add new recipe
@ 2015-06-29  6:34 Bian Naimeng
  2015-08-20 15:04 ` Martin Jansa
  0 siblings, 1 reply; 2+ messages in thread
From: Bian Naimeng @ 2015-06-29  6:34 UTC (permalink / raw)
  To: openembedded-devel

sysdig is a tool for system-level exploration and troubleshooting

Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com>
---
 meta-oe/recipes-extended/sysdig/sysdig_0.1.101.bb | 32 +++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 meta-oe/recipes-extended/sysdig/sysdig_0.1.101.bb

diff --git a/meta-oe/recipes-extended/sysdig/sysdig_0.1.101.bb b/meta-oe/recipes-extended/sysdig/sysdig_0.1.101.bb
new file mode 100644
index 0000000..72a0386
--- /dev/null
+++ b/meta-oe/recipes-extended/sysdig/sysdig_0.1.101.bb
@@ -0,0 +1,32 @@
+SUMMARY = "A New System Troubleshooting Tool Built for the Way You Work"
+DESCRIPTION = "Sysdig is open source, system-level exploration: capture \
+system state and activity from a running Linux instance, then save, \
+filter and analyze."
+HOMEPAGE = "http://www.sysdig.org/"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
+
+inherit cmake pkgconfig
+
+DEPENDS = "luajit zlib ncurses"
+RDEPENDS_${PN} = "bash"
+
+
+SRC_URI = "https://github.com/draios/sysdig/archive/${PV}.tar.gz"
+
+SRC_URI[md5sum] = "5fe96a3a0fd98b2157a40cb29af41afc"
+SRC_URI[sha256sum] = "6995e39be565514901b5cb587689ee2efbf8359293e4e597362382cccf0e9db6"
+
+DIR_ETC="/etc"
+EXTRA_OECMAKE = ' -DUSE_BUNDLED_LUAJIT="OFF" \
+                  -DUSE_BUNDLED_ZLIB="OFF" \
+                  -DBUILD_DRIVER="OFF" \
+                  -DUSE_BUNDLED_NCURSES="OFF" \
+                  -DDIR_ETC="${DIR_ETC}" \
+                '
+
+FILES_${PN} += " \
+    ${DIR_ETC}/* \
+    ${datadir}/zsh/* \ 
+    ${prefix}/src/*  \
+"
-- 
1.8.4.2



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-oe][PATCH] sysdig: add new recipe
  2015-06-29  6:34 [meta-oe][PATCH] sysdig: add new recipe Bian Naimeng
@ 2015-08-20 15:04 ` Martin Jansa
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Jansa @ 2015-08-20 15:04 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2254 bytes --]

On Mon, Jun 29, 2015 at 02:34:07PM +0800, Bian Naimeng wrote:
> sysdig is a tool for system-level exploration and troubleshooting
> 
> Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com>
> ---
>  meta-oe/recipes-extended/sysdig/sysdig_0.1.101.bb | 32 +++++++++++++++++++++++
>  1 file changed, 32 insertions(+)
>  create mode 100644 meta-oe/recipes-extended/sysdig/sysdig_0.1.101.bb
> 
> diff --git a/meta-oe/recipes-extended/sysdig/sysdig_0.1.101.bb b/meta-oe/recipes-extended/sysdig/sysdig_0.1.101.bb
> new file mode 100644
> index 0000000..72a0386
> --- /dev/null
> +++ b/meta-oe/recipes-extended/sysdig/sysdig_0.1.101.bb
> @@ -0,0 +1,32 @@
> +SUMMARY = "A New System Troubleshooting Tool Built for the Way You Work"
> +DESCRIPTION = "Sysdig is open source, system-level exploration: capture \
> +system state and activity from a running Linux instance, then save, \
> +filter and analyze."
> +HOMEPAGE = "http://www.sysdig.org/"
> +LICENSE = "GPLv2"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
> +
> +inherit cmake pkgconfig
> +
> +DEPENDS = "luajit zlib ncurses"
> +RDEPENDS_${PN} = "bash"
> +
> +
> +SRC_URI = "https://github.com/draios/sysdig/archive/${PV}.tar.gz"

Don't use github archives, they are regenerated from time to time with 
different checksums and they have stupid filenames (prone to collision 
with other recipes).

> +
> +SRC_URI[md5sum] = "5fe96a3a0fd98b2157a40cb29af41afc"
> +SRC_URI[sha256sum] = "6995e39be565514901b5cb587689ee2efbf8359293e4e597362382cccf0e9db6"
> +
> +DIR_ETC="/etc"
> +EXTRA_OECMAKE = ' -DUSE_BUNDLED_LUAJIT="OFF" \
> +                  -DUSE_BUNDLED_ZLIB="OFF" \
> +                  -DBUILD_DRIVER="OFF" \
> +                  -DUSE_BUNDLED_NCURSES="OFF" \
> +                  -DDIR_ETC="${DIR_ETC}" \
> +                '
> +
> +FILES_${PN} += " \
> +    ${DIR_ETC}/* \
> +    ${datadir}/zsh/* \ 
> +    ${prefix}/src/*  \
> +"
> -- 
> 1.8.4.2
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-08-20 15:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-29  6:34 [meta-oe][PATCH] sysdig: add new recipe Bian Naimeng
2015-08-20 15:04 ` Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.