public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Various PUs
@ 2013-08-07 14:53 Cristian Iorga
  0 siblings, 0 replies; 6+ messages in thread
From: Cristian Iorga @ 2013-08-07 14:53 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit f63e7f4323368c0d6fe7a1d44393a7e15652d4f2:

  subversion: Add patch to use neon 0.30 (2013-08-07 07:43:47 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ciorga/work
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ciorga/work

Cristian Iorga (2):
  net-tools: upgrade to v1.60-25
  gst-fluendo-mpegdemux: upgrade to v0.10.72

 .../net-tools/{net-tools-1.60-24.2 => net-tools}/net-tools-config.h | 0
 .../{net-tools-1.60-24.2 => net-tools}/net-tools-config.make        | 0
 .../net-tools/{net-tools_1.60-24.2.bb => net-tools_1.60-25.bb}      | 5 ++---
 ...luendo-mpegdemux_0.10.71.bb => gst-fluendo-mpegdemux_0.10.72.bb} | 6 ++----
 4 files changed, 4 insertions(+), 7 deletions(-)
 rename meta/recipes-extended/net-tools/{net-tools-1.60-24.2 => net-tools}/net-tools-config.h (100%)
 rename meta/recipes-extended/net-tools/{net-tools-1.60-24.2 => net-tools}/net-tools-config.make (100%)
 rename meta/recipes-extended/net-tools/{net-tools_1.60-24.2.bb => net-tools_1.60-25.bb} (94%)
 rename meta/recipes-multimedia/gstreamer/{gst-fluendo-mpegdemux_0.10.71.bb => gst-fluendo-mpegdemux_0.10.72.bb} (70%)

-- 
1.8.1.2



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

* [PATCH 0/2] Various PUs
@ 2013-11-15 20:01 Cristian Iorga
  0 siblings, 0 replies; 6+ messages in thread
From: Cristian Iorga @ 2013-11-15 20:01 UTC (permalink / raw)
  To: openembedded-core

Packages were built for various arches and targets.

The following changes since commit db7f8d4114267ed34c19dc66dd56c2372354b43f:

  kernel.bbclass: test for hardlinks before installing (2013-11-15 15:27:08 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ciorga/PUs
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ciorga/PUs

Cristian Iorga (2):
  ofono: upgrade to 1.13
  telepathy-idle: upgrade to 0.2.0

 .../ofono-1.12/obsolete_automake_macros.patch      | 14 -------------
 .../ofono/ofono/missing-ssize_t.patch              | 23 ----------------------
 .../ofono/{ofono_1.12.bb => ofono_1.13.bb}         |  8 ++------
 .../fix-svc-gtk-doc.h-target.patch                 |  0
 ...athy-idle_0.1.16.bb => telepathy-idle_0.2.0.bb} |  4 ++--
 5 files changed, 4 insertions(+), 45 deletions(-)
 delete mode 100644 meta/recipes-connectivity/ofono/ofono-1.12/obsolete_automake_macros.patch
 delete mode 100644 meta/recipes-connectivity/ofono/ofono/missing-ssize_t.patch
 rename meta/recipes-connectivity/ofono/{ofono_1.12.bb => ofono_1.13.bb} (40%)
 rename meta/recipes-connectivity/telepathy/{telepathy-idle-0.1.16 => telepathy-idle-0.2.0}/fix-svc-gtk-doc.h-target.patch (100%)
 rename meta/recipes-connectivity/telepathy/{telepathy-idle_0.1.16.bb => telepathy-idle_0.2.0.bb} (82%)

-- 
1.8.1.2



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

* [PATCH 0/2] Various PUs
@ 2014-01-08 14:37 Cristian Iorga
  2014-01-08 14:37 ` [PATCH 1/2] netbase: upgrade to 5.2 Cristian Iorga
  2014-01-08 14:37 ` [PATCH 2/2] qemu: upgrade to 1.7.0 Cristian Iorga
  0 siblings, 2 replies; 6+ messages in thread
From: Cristian Iorga @ 2014-01-08 14:37 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 854daab404a23e4ebb6107d737d9cfd5a0e5548b:

  bitbake: gitannex: Add missing file from previous commit (2014-01-08 13:07:48 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ciorga/PUs
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ciorga/PUs

Cristian Iorga (2):
  netbase: upgrade to 5.2
  qemu: upgrade to 1.7.0

 .../netbase/{netbase_5.1.bb => netbase_5.2.bb}     |  4 +-
 ...Handle-SOCK_CLOEXEC-NONBLOCK-if-unavailab.patch | 92 ----------------------
 meta/recipes-devtools/qemu/qemu.inc                |  1 -
 .../qemu/{qemu_1.6.1.bb => qemu_1.7.0.bb}          |  4 +-
 4 files changed, 4 insertions(+), 97 deletions(-)
 rename meta/recipes-core/netbase/{netbase_5.1.bb => netbase_5.2.bb} (84%)
 delete mode 100644 meta/recipes-devtools/qemu/files/linux-user-Handle-SOCK_CLOEXEC-NONBLOCK-if-unavailab.patch
 rename meta/recipes-devtools/qemu/{qemu_1.6.1.bb => qemu_1.7.0.bb} (78%)

-- 
1.8.3.2



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

* [PATCH 1/2] netbase: upgrade to 5.2
  2014-01-08 14:37 [PATCH 0/2] Various PUs Cristian Iorga
@ 2014-01-08 14:37 ` Cristian Iorga
  2014-01-08 14:37 ` [PATCH 2/2] qemu: upgrade to 1.7.0 Cristian Iorga
  1 sibling, 0 replies; 6+ messages in thread
From: Cristian Iorga @ 2014-01-08 14:37 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
---
 meta/recipes-core/netbase/{netbase_5.1.bb => netbase_5.2.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-core/netbase/{netbase_5.1.bb => netbase_5.2.bb} (84%)

diff --git a/meta/recipes-core/netbase/netbase_5.1.bb b/meta/recipes-core/netbase/netbase_5.2.bb
similarity index 84%
rename from meta/recipes-core/netbase/netbase_5.1.bb
rename to meta/recipes-core/netbase/netbase_5.2.bb
index 2b1df07..ab7ae65 100644
--- a/meta/recipes-core/netbase/netbase_5.1.bb
+++ b/meta/recipes-core/netbase/netbase_5.2.bb
@@ -9,8 +9,8 @@ PE = "1"
 SRC_URI = "${DEBIAN_MIRROR}/main/n/netbase/netbase_${PV}.tar.gz \
            file://hosts"
 
-SRC_URI[md5sum] = "d9ba76be063eb9b31fc60e14ad8a1206"
-SRC_URI[sha256sum] = "0d291fa48e3f6490601b8e8ad62804c530cc937665a79e5c69510cd3c5ec889e"
+SRC_URI[md5sum] = "3a01bfce6a28e1743412198abd241262"
+SRC_URI[sha256sum] = "d62ba56d62b9b121664828175c2a237a7014ef32df8a4116ea33cff332de3307"
 
 do_install () {
 	install -d ${D}/${mandir}/man8 ${D}${sysconfdir}
-- 
1.8.3.2



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

* [PATCH 2/2] qemu: upgrade to 1.7.0
  2014-01-08 14:37 [PATCH 0/2] Various PUs Cristian Iorga
  2014-01-08 14:37 ` [PATCH 1/2] netbase: upgrade to 5.2 Cristian Iorga
@ 2014-01-08 14:37 ` Cristian Iorga
  1 sibling, 0 replies; 6+ messages in thread
From: Cristian Iorga @ 2014-01-08 14:37 UTC (permalink / raw)
  To: openembedded-core

linux-user-Handle-SOCK_CLOEXEC-NONBLOCK-if-unavailab.patch
file no longer needed, included in upstream.
qemu-native tested on all architectures,
host machine is Ubuntu Linux 13.10 x86-64.
Basic X11 and networking tests performed.

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
---
 ...Handle-SOCK_CLOEXEC-NONBLOCK-if-unavailab.patch | 92 ----------------------
 meta/recipes-devtools/qemu/qemu.inc                |  1 -
 .../qemu/{qemu_1.6.1.bb => qemu_1.7.0.bb}          |  4 +-
 3 files changed, 2 insertions(+), 95 deletions(-)
 delete mode 100644 meta/recipes-devtools/qemu/files/linux-user-Handle-SOCK_CLOEXEC-NONBLOCK-if-unavailab.patch
 rename meta/recipes-devtools/qemu/{qemu_1.6.1.bb => qemu_1.7.0.bb} (78%)

diff --git a/meta/recipes-devtools/qemu/files/linux-user-Handle-SOCK_CLOEXEC-NONBLOCK-if-unavailab.patch b/meta/recipes-devtools/qemu/files/linux-user-Handle-SOCK_CLOEXEC-NONBLOCK-if-unavailab.patch
deleted file mode 100644
index eb63896..0000000
--- a/meta/recipes-devtools/qemu/files/linux-user-Handle-SOCK_CLOEXEC-NONBLOCK-if-unavailab.patch
+++ /dev/null
@@ -1,92 +0,0 @@
-Upstream-Status: Backport
-
-From 53d09b761f032f50c4424e8649396a9041070bae Mon Sep 17 00:00:00 2001
-From: "Edgar E. Iglesias" <edgar.iglesias@gmail.com>
-Date: Mon, 23 Sep 2013 14:11:53 +0200
-Subject: [PATCH] linux-user: Handle SOCK_CLOEXEC/NONBLOCK if unavailable on
- host
-
-If the host lacks SOCK_CLOEXEC, bail out with -EINVAL.
-If the host lacks SOCK_ONONBLOCK, try to emulate it with fcntl()
-and O_NONBLOCK.
-
-Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
-Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
----
- linux-user/syscall.c | 40 +++++++++++++++++++++++++++++++++++++---
- 1 file changed, 37 insertions(+), 3 deletions(-)
-
-diff --git a/linux-user/syscall.c b/linux-user/syscall.c
-index b3822b3..4a14a43 100644
---- a/linux-user/syscall.c
-+++ b/linux-user/syscall.c
-@@ -1773,7 +1773,7 @@ static void unlock_iovec(struct iovec *vec, abi_ulong target_addr,
-     free(vec);
- }
-
--static inline void target_to_host_sock_type(int *type)
-+static inline int target_to_host_sock_type(int *type)
- {
-     int host_type = 0;
-     int target_type = *type;
-@@ -1790,22 +1790,56 @@ static inline void target_to_host_sock_type(int *type)
-         break;
-     }
-     if (target_type & TARGET_SOCK_CLOEXEC) {
-+#if defined(SOCK_CLOEXEC)
-         host_type |= SOCK_CLOEXEC;
-+#else
-+        return -TARGET_EINVAL;
-+#endif
-     }
-     if (target_type & TARGET_SOCK_NONBLOCK) {
-+#if defined(SOCK_NONBLOCK)
-         host_type |= SOCK_NONBLOCK;
-+#elif !defined(O_NONBLOCK)
-+        return -TARGET_EINVAL;
-+#endif
-     }
-     *type = host_type;
-+    return 0;
-+}
-+
-+/* Try to emulate socket type flags after socket creation.  */
-+static int sock_flags_fixup(int fd, int target_type)
-+{
-+#if !defined(SOCK_NONBLOCK) && defined(O_NONBLOCK)
-+    if (target_type & TARGET_SOCK_NONBLOCK) {
-+        int flags = fcntl(fd, F_GETFL);
-+        if (fcntl(fd, F_SETFL, O_NONBLOCK | flags) == -1) {
-+            close(fd);
-+            return -TARGET_EINVAL;
-+        }
-+    }
-+#endif
-+    return fd;
- }
-
- /* do_socket() Must return target values and target errnos. */
- static abi_long do_socket(int domain, int type, int protocol)
- {
--    target_to_host_sock_type(&type);
-+    int target_type = type;
-+    int ret;
-+
-+    ret = target_to_host_sock_type(&type);
-+    if (ret) {
-+        return ret;
-+    }
-
-     if (domain == PF_NETLINK)
-         return -EAFNOSUPPORT; /* do not NETLINK socket connections possible */
--    return get_errno(socket(domain, type, protocol));
-+    ret = get_errno(socket(domain, type, protocol));
-+    if (ret >= 0) {
-+        ret = sock_flags_fixup(ret, target_type);
-+    }
-+    return ret;
- }
-
- /* do_bind() Must return target values and target errnos. */
---
-1.8.2.1
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index e210ea1..856169b 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -19,7 +19,6 @@ SRC_URI = "\
     file://no-strip.patch \
     file://larger_default_ram_size.patch \
     file://disable-grabs.patch \
-    file://linux-user-Handle-SOCK_CLOEXEC-NONBLOCK-if-unavailab.patch \
     "
 
 SRC_URI_append_class-native = "\
diff --git a/meta/recipes-devtools/qemu/qemu_1.6.1.bb b/meta/recipes-devtools/qemu/qemu_1.7.0.bb
similarity index 78%
rename from meta/recipes-devtools/qemu/qemu_1.6.1.bb
rename to meta/recipes-devtools/qemu/qemu_1.7.0.bb
index 03e28a0..d5265bc 100644
--- a/meta/recipes-devtools/qemu/qemu_1.6.1.bb
+++ b/meta/recipes-devtools/qemu/qemu_1.7.0.bb
@@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \
 SRC_URI += "file://fxrstorssefix.patch"
 
 SRC_URI_prepend = "http://wiki.qemu.org/download/qemu-${PV}.tar.bz2"
-SRC_URI[md5sum] = "3a897d722457c5a895cd6ac79a28fda0"
-SRC_URI[sha256sum] = "fc736f44aa10478223c881310a7e40fc8386547e9cadf7d01ca4685951605294"
+SRC_URI[md5sum] = "32893941d40d052a5e649efcf06aca06"
+SRC_URI[sha256sum] = "31f333a85f2d14c605a77679904a9668eaeb1b6dc7da53a1665230f46bc21314"
 
 COMPATIBLE_HOST_class-target_mips64 = "null"
 
-- 
1.8.3.2



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

* [PATCH 0/2] Various PUs
@ 2014-05-05 15:20 Cristian Iorga
  0 siblings, 0 replies; 6+ messages in thread
From: Cristian Iorga @ 2014-05-05 15:20 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 7b78c364b7de901f97cd8dbe56d5e02f545bf3d3:

  cleanup-workdir: Fix crosssdk reference after addition of PN (2014-05-05 09:05:42 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ciorga/PUs
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ciorga/PUs

Cristian Iorga (2):
  taglib: upgrade to 1.9.1
  linux-firmware: upgrade to commit
    dec41bce44e0dff6a2c3358a958fadf22bf58858

 .../linux-firmware/linux-firmware_git.bb           | 27 ++++++++++++++--------
 .../taglib/{taglib_1.8.bb => taglib_1.9.1.bb}      | 14 ++++-------
 2 files changed, 22 insertions(+), 19 deletions(-)
 rename meta/recipes-support/taglib/{taglib_1.8.bb => taglib_1.9.1.bb} (64%)

-- 
1.9.1



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

end of thread, other threads:[~2014-05-05 15:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-08 14:37 [PATCH 0/2] Various PUs Cristian Iorga
2014-01-08 14:37 ` [PATCH 1/2] netbase: upgrade to 5.2 Cristian Iorga
2014-01-08 14:37 ` [PATCH 2/2] qemu: upgrade to 1.7.0 Cristian Iorga
  -- strict thread matches above, loose matches on Subject: below --
2014-05-05 15:20 [PATCH 0/2] Various PUs Cristian Iorga
2013-11-15 20:01 Cristian Iorga
2013-08-07 14:53 Cristian Iorga

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox