Re: [OE-core] [yocto] [Add xorriso recipe] Add xorriso tool support

2015-04-01 Thread Gaurang Shastri
>> 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.k...@gmail.com] Sent: Wednesday, April 01, 2015 11:38 PM To: Gaurang Sh

[OE-core] [[yocto]Add xorriso recipe] Add xorriso tool support

2015-04-01 Thread Gaurang Shastri
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 --- meta/recipes-support/xorriso/xorriso_1.3.8.bb | 17 + 1 file changed, 17

Re: [OE-core] "qemu-arm udevadm hwdb --update" eats swap space after build host update to openSUSE 13.2

2014-12-15 Thread Gaurang Shastri
-core/2014-December/099544.html Let's see if that solves your issue. Regards, Gaurang Shastri -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Steffen Sledz Sent: Monday, December 15,

[OE-core] [PATCH] When building with systemd based image, udev-hwdb postinstall script will fail because of not passing correct CPU option. So fix it by passing correct QEMU_OPTIONS.

2014-11-27 Thread Gaurang Shastri
Signed-off-by: Gaurang Shastri --- meta/classes/qemu.bbclass |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/classes/qemu.bbclass b/meta/classes/qemu.bbclass index b2cf85d..c373855 100644 --- a/meta/classes/qemu.bbclass +++ b/meta/classes/qemu.bbclass @@ -30,8 +30,9

[OE-core] [PATCH] When building with systemd based image, udev-hwdb postinstall script will fail because of not passing correct CPU option. So fix it by passing correct QEMU_OPTIONS.

2014-11-27 Thread Gaurang Shastri
Signed-off-by: Gaurang Shastri --- meta/classes/qemu.bbclass |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/classes/qemu.bbclass b/meta/classes/qemu.bbclass index b2cf85d..c373855 100644 --- a/meta/classes/qemu.bbclass +++ b/meta/classes/qemu.bbclass @@ -30,8 +30,9