All of lore.kernel.org
 help / color / mirror / Atom feed
* [Add xorriso recipe] Add xorriso tool support
@ 2015-04-01 12:38 ` Gaurang Shastri
  0 siblings, 0 replies; 8+ messages in thread
From: Gaurang Shastri @ 2015-04-01 12:38 UTC (permalink / raw)
  To: yocto; +Cc: openembedded-core

xorriso copies file objects from POSIX compliant filesystems into
Rock Ridge enhanced ISO 9660 filesystems and allows session-wise
manipulation of such filesystems.

Signed-off-by: Gaurang Shastri <gshastri@juniper.net>
---
 meta/recipes-support/xorriso/xorriso_1.3.8.bb |   17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 meta/recipes-support/xorriso/xorriso_1.3.8.bb

diff --git a/meta/recipes-support/xorriso/xorriso_1.3.8.bb b/meta/recipes-support/xorriso/xorriso_1.3.8.bb
new file mode 100644
index 0000000..93914b4
--- /dev/null
+++ b/meta/recipes-support/xorriso/xorriso_1.3.8.bb
@@ -0,0 +1,17 @@
+DESCRIPTIONS = "xorriso copies file objects from POSIX compliant filesystems into Rock Ridge enhanced ISO 9660 filesystems and allows session-wise manipulation of such filesystems"
+
+inherit autotools
+
+DEPENDS += "attr zlib"
+
+SRC_URI = "http://www.gnu.org/software/${BPN}/${BPN}-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "a0fc534ef8f9589282a189f0e6cdf952"
+SRC_URI[sha256sum] = "901204634651533f7cbd105eab560534702458258529aac4b2f0fc946992107e"
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
+LICENSE = "GPLv3"
+
+EXTRA_OECONF = "--disable-libacl"
+
+BBCLASSEXTEND = "nativesdk"
-- 
1.7.9.5



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

* [[yocto]Add xorriso recipe] Add xorriso tool support
@ 2015-04-01 12:38 ` Gaurang Shastri
  0 siblings, 0 replies; 8+ messages in thread
From: Gaurang Shastri @ 2015-04-01 12:38 UTC (permalink / raw)
  To: yocto; +Cc: openembedded-core

xorriso copies file objects from POSIX compliant filesystems into
Rock Ridge enhanced ISO 9660 filesystems and allows session-wise
manipulation of such filesystems.

Signed-off-by: Gaurang Shastri <gshastri@juniper.net>
---
 meta/recipes-support/xorriso/xorriso_1.3.8.bb |   17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 meta/recipes-support/xorriso/xorriso_1.3.8.bb

diff --git a/meta/recipes-support/xorriso/xorriso_1.3.8.bb b/meta/recipes-support/xorriso/xorriso_1.3.8.bb
new file mode 100644
index 0000000..93914b4
--- /dev/null
+++ b/meta/recipes-support/xorriso/xorriso_1.3.8.bb
@@ -0,0 +1,17 @@
+DESCRIPTIONS = "xorriso copies file objects from POSIX compliant filesystems into Rock Ridge enhanced ISO 9660 filesystems and allows session-wise manipulation of such filesystems"
+
+inherit autotools
+
+DEPENDS += "attr zlib"
+
+SRC_URI = "http://www.gnu.org/software/${BPN}/${BPN}-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "a0fc534ef8f9589282a189f0e6cdf952"
+SRC_URI[sha256sum] = "901204634651533f7cbd105eab560534702458258529aac4b2f0fc946992107e"
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
+LICENSE = "GPLv3"
+
+EXTRA_OECONF = "--disable-libacl"
+
+BBCLASSEXTEND = "nativesdk"
-- 
1.7.9.5



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

* Re: [Add xorriso recipe] Add xorriso tool support
  2015-04-01 12:38 ` [[yocto]Add " Gaurang Shastri
@ 2015-04-01 15:16   ` Burton, Ross
  -1 siblings, 0 replies; 8+ messages in thread
From: Burton, Ross @ 2015-04-01 15:16 UTC (permalink / raw)
  To: Gaurang Shastri; +Cc: yocto, OE-core

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

On 1 April 2015 at 13:38, Gaurang Shastri <gshastri@juniper.net> wrote:

> xorriso copies file objects from POSIX compliant filesystems into
> Rock Ridge enhanced ISO 9660 filesystems and allows session-wise
> manipulation of such filesystems.
>

Patches for openembedded-core should go to the openembedded-core list, but
also new recipes need to have a good rationale to be included in oe-core.

This doesn't seem like something that's universally useful across many
OE-based projects, so I recommend resubmitting it as a patch against
meta-oe.

Ross

[-- Attachment #2: Type: text/html, Size: 1045 bytes --]

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

* Re: [yocto] [Add xorriso recipe] Add xorriso tool support
@ 2015-04-01 15:16   ` Burton, Ross
  0 siblings, 0 replies; 8+ messages in thread
From: Burton, Ross @ 2015-04-01 15:16 UTC (permalink / raw)
  To: Gaurang Shastri; +Cc: yocto, OE-core

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

On 1 April 2015 at 13:38, Gaurang Shastri <gshastri@juniper.net> wrote:

> xorriso copies file objects from POSIX compliant filesystems into
> Rock Ridge enhanced ISO 9660 filesystems and allows session-wise
> manipulation of such filesystems.
>

Patches for openembedded-core should go to the openembedded-core list, but
also new recipes need to have a good rationale to be included in oe-core.

This doesn't seem like something that's universally useful across many
OE-based projects, so I recommend resubmitting it as a patch against
meta-oe.

Ross

[-- Attachment #2: Type: text/html, Size: 1045 bytes --]

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

* Re: [Add xorriso recipe] Add xorriso tool support
  2015-04-01 12:38 ` [[yocto]Add " Gaurang Shastri
@ 2015-04-01 18:07   ` Khem Raj
  -1 siblings, 0 replies; 8+ messages in thread
From: Khem Raj @ 2015-04-01 18:07 UTC (permalink / raw)
  To: Gaurang Shastri; +Cc: yocto, openembedded-core


> On Apr 1, 2015, at 5:38 AM, Gaurang Shastri <gshastri@juniper.net> wrote:
> 
> xorriso copies file objects from POSIX compliant filesystems into
> Rock Ridge enhanced ISO 9660 filesystems and allows session-wise
> manipulation of such filesystems.
> 

we have meta-filesystems in meta-openembedded repo, this belongs there for now

> Signed-off-by: Gaurang Shastri <gshastri@juniper.net>
> ---
> meta/recipes-support/xorriso/xorriso_1.3.8.bb |   17 +++++++++++++++++
> 1 file changed, 17 insertions(+)
> create mode 100644 meta/recipes-support/xorriso/xorriso_1.3.8.bb
> 
> diff --git a/meta/recipes-support/xorriso/xorriso_1.3.8.bb b/meta/recipes-support/xorriso/xorriso_1.3.8.bb
> new file mode 100644
> index 0000000..93914b4
> --- /dev/null
> +++ b/meta/recipes-support/xorriso/xorriso_1.3.8.bb
> @@ -0,0 +1,17 @@
> +DESCRIPTIONS = "xorriso copies file objects from POSIX compliant filesystems into Rock Ridge enhanced ISO 9660 filesystems and allows session-wise manipulation of such filesystems"
> +
> +inherit autotools
> +
> +DEPENDS += "attr zlib"
> +
> +SRC_URI = "http://www.gnu.org/software/${BPN}/${BPN}-${PV}.tar.gz"
> +
> +SRC_URI[md5sum] = "a0fc534ef8f9589282a189f0e6cdf952"
> +SRC_URI[sha256sum] = "901204634651533f7cbd105eab560534702458258529aac4b2f0fc946992107e"
> +
> +LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
> +LICENSE = "GPLv3"
> +
> +EXTRA_OECONF = "--disable-libacl"
> +
> +BBCLASSEXTEND = "nativesdk"
> -- 
> 1.7.9.5
> 
> -- 
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto



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

* Re: [yocto] [Add xorriso recipe] Add xorriso tool support
@ 2015-04-01 18:07   ` Khem Raj
  0 siblings, 0 replies; 8+ messages in thread
From: Khem Raj @ 2015-04-01 18:07 UTC (permalink / raw)
  To: Gaurang Shastri; +Cc: yocto, openembedded-core


> On Apr 1, 2015, at 5:38 AM, Gaurang Shastri <gshastri@juniper.net> wrote:
> 
> xorriso copies file objects from POSIX compliant filesystems into
> Rock Ridge enhanced ISO 9660 filesystems and allows session-wise
> manipulation of such filesystems.
> 

we have meta-filesystems in meta-openembedded repo, this belongs there for now

> Signed-off-by: Gaurang Shastri <gshastri@juniper.net>
> ---
> meta/recipes-support/xorriso/xorriso_1.3.8.bb |   17 +++++++++++++++++
> 1 file changed, 17 insertions(+)
> create mode 100644 meta/recipes-support/xorriso/xorriso_1.3.8.bb
> 
> diff --git a/meta/recipes-support/xorriso/xorriso_1.3.8.bb b/meta/recipes-support/xorriso/xorriso_1.3.8.bb
> new file mode 100644
> index 0000000..93914b4
> --- /dev/null
> +++ b/meta/recipes-support/xorriso/xorriso_1.3.8.bb
> @@ -0,0 +1,17 @@
> +DESCRIPTIONS = "xorriso copies file objects from POSIX compliant filesystems into Rock Ridge enhanced ISO 9660 filesystems and allows session-wise manipulation of such filesystems"
> +
> +inherit autotools
> +
> +DEPENDS += "attr zlib"
> +
> +SRC_URI = "http://www.gnu.org/software/${BPN}/${BPN}-${PV}.tar.gz"
> +
> +SRC_URI[md5sum] = "a0fc534ef8f9589282a189f0e6cdf952"
> +SRC_URI[sha256sum] = "901204634651533f7cbd105eab560534702458258529aac4b2f0fc946992107e"
> +
> +LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
> +LICENSE = "GPLv3"
> +
> +EXTRA_OECONF = "--disable-libacl"
> +
> +BBCLASSEXTEND = "nativesdk"
> -- 
> 1.7.9.5
> 
> -- 
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto



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

* Re: [Add xorriso recipe] Add xorriso tool support
  2015-04-01 18:07   ` [yocto] " Khem Raj
@ 2015-04-01 19:08     ` Gaurang Shastri
  -1 siblings, 0 replies; 8+ messages in thread
From: Gaurang Shastri @ 2015-04-01 19:08 UTC (permalink / raw)
  To: Khem Raj; +Cc: yocto, openembedded-core

>> we have meta-filesystems in meta-openembedded repo, this belongs there for now

OK, sending the patch to meta-filesystems maintainer.

-----Original Message-----
From: Khem Raj [mailto:raj.khem@gmail.com] 
Sent: Wednesday, April 01, 2015 11:38 PM
To: Gaurang Shastri
Cc: yocto@yoctoproject.org; openembedded-core@lists.openembedded.org
Subject: Re: [yocto] [Add xorriso recipe] Add xorriso tool support


> On Apr 1, 2015, at 5:38 AM, Gaurang Shastri <gshastri@juniper.net> wrote:
> 
> xorriso copies file objects from POSIX compliant filesystems into Rock 
> Ridge enhanced ISO 9660 filesystems and allows session-wise 
> manipulation of such filesystems.
> 

we have meta-filesystems in meta-openembedded repo, this belongs there for now

> Signed-off-by: Gaurang Shastri <gshastri@juniper.net>
> ---
> meta/recipes-support/xorriso/xorriso_1.3.8.bb |   17 +++++++++++++++++
> 1 file changed, 17 insertions(+)
> create mode 100644 meta/recipes-support/xorriso/xorriso_1.3.8.bb
> 
> diff --git a/meta/recipes-support/xorriso/xorriso_1.3.8.bb 
> b/meta/recipes-support/xorriso/xorriso_1.3.8.bb
> new file mode 100644
> index 0000000..93914b4
> --- /dev/null
> +++ b/meta/recipes-support/xorriso/xorriso_1.3.8.bb
> @@ -0,0 +1,17 @@
> +DESCRIPTIONS = "xorriso copies file objects from POSIX compliant filesystems into Rock Ridge enhanced ISO 9660 filesystems and allows session-wise manipulation of such filesystems"
> +
> +inherit autotools
> +
> +DEPENDS += "attr zlib"
> +
> +SRC_URI = "http://www.gnu.org/software/${BPN}/${BPN}-${PV}.tar.gz"
> +
> +SRC_URI[md5sum] = "a0fc534ef8f9589282a189f0e6cdf952"
> +SRC_URI[sha256sum] = "901204634651533f7cbd105eab560534702458258529aac4b2f0fc946992107e"
> +
> +LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
> +LICENSE = "GPLv3"
> +
> +EXTRA_OECONF = "--disable-libacl"
> +
> +BBCLASSEXTEND = "nativesdk"
> --
> 1.7.9.5
> 
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto



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

* Re: [yocto] [Add xorriso recipe] Add xorriso tool support
@ 2015-04-01 19:08     ` Gaurang Shastri
  0 siblings, 0 replies; 8+ messages in thread
From: Gaurang Shastri @ 2015-04-01 19:08 UTC (permalink / raw)
  To: Khem Raj; +Cc: yocto, openembedded-core

>> we have meta-filesystems in meta-openembedded repo, this belongs there for now

OK, sending the patch to meta-filesystems maintainer.

-----Original Message-----
From: Khem Raj [mailto:raj.khem@gmail.com] 
Sent: Wednesday, April 01, 2015 11:38 PM
To: Gaurang Shastri
Cc: yocto@yoctoproject.org; openembedded-core@lists.openembedded.org
Subject: Re: [yocto] [Add xorriso recipe] Add xorriso tool support


> On Apr 1, 2015, at 5:38 AM, Gaurang Shastri <gshastri@juniper.net> wrote:
> 
> xorriso copies file objects from POSIX compliant filesystems into Rock 
> Ridge enhanced ISO 9660 filesystems and allows session-wise 
> manipulation of such filesystems.
> 

we have meta-filesystems in meta-openembedded repo, this belongs there for now

> Signed-off-by: Gaurang Shastri <gshastri@juniper.net>
> ---
> meta/recipes-support/xorriso/xorriso_1.3.8.bb |   17 +++++++++++++++++
> 1 file changed, 17 insertions(+)
> create mode 100644 meta/recipes-support/xorriso/xorriso_1.3.8.bb
> 
> diff --git a/meta/recipes-support/xorriso/xorriso_1.3.8.bb 
> b/meta/recipes-support/xorriso/xorriso_1.3.8.bb
> new file mode 100644
> index 0000000..93914b4
> --- /dev/null
> +++ b/meta/recipes-support/xorriso/xorriso_1.3.8.bb
> @@ -0,0 +1,17 @@
> +DESCRIPTIONS = "xorriso copies file objects from POSIX compliant filesystems into Rock Ridge enhanced ISO 9660 filesystems and allows session-wise manipulation of such filesystems"
> +
> +inherit autotools
> +
> +DEPENDS += "attr zlib"
> +
> +SRC_URI = "http://www.gnu.org/software/${BPN}/${BPN}-${PV}.tar.gz"
> +
> +SRC_URI[md5sum] = "a0fc534ef8f9589282a189f0e6cdf952"
> +SRC_URI[sha256sum] = "901204634651533f7cbd105eab560534702458258529aac4b2f0fc946992107e"
> +
> +LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
> +LICENSE = "GPLv3"
> +
> +EXTRA_OECONF = "--disable-libacl"
> +
> +BBCLASSEXTEND = "nativesdk"
> --
> 1.7.9.5
> 
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto



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

end of thread, other threads:[~2015-04-01 19:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-01 12:38 [Add xorriso recipe] Add xorriso tool support Gaurang Shastri
2015-04-01 12:38 ` [[yocto]Add " Gaurang Shastri
2015-04-01 15:16 ` [Add " Burton, Ross
2015-04-01 15:16   ` [yocto] " Burton, Ross
2015-04-01 18:07 ` Khem Raj
2015-04-01 18:07   ` [yocto] " Khem Raj
2015-04-01 19:08   ` Gaurang Shastri
2015-04-01 19:08     ` [yocto] " Gaurang Shastri

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.