* [PATCH 0/5] Packages upgrade
@ 2017-02-22 1:44 Robert Yang
2017-02-22 1:44 ` [PATCH 1/5] strace: 4.15 -> 4.16 Robert Yang
` (5 more replies)
0 siblings, 6 replies; 19+ messages in thread
From: Robert Yang @ 2017-02-22 1:44 UTC (permalink / raw)
To: openembedded-core
The following changes since commit def3800c7e58d9d1b54ea1df27b190a0f6d1d544:
layer.conf: bump version for change in eSDK selftest behaviour (2017-02-19 09:38:59 -0800)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rbt/PU
http://cgit.openembedded.org/openembedded-core-contrib/log/?h=rbt/PU
Robert Yang (5):
strace: 4.15 -> 4.16
guile: 2.0.13 -> 2.0.14
slang: 2.3.1 -> 2.3.1a
ccache: 3.3.3 -> 3.3.4
file: 5.29 -> 5.30
.../ccache/{ccache_3.3.3.bb => ccache_3.3.4.bb} | 6 +--
.../file/{file_5.29.bb => file_5.30.bb} | 2 +-
.../guile/{guile_2.0.13.bb => guile_2.0.14.bb} | 4 +-
.../strace/strace/Makefile-ptest.patch | 13 +++---
.../strace/strace/disable-git-version-gen.patch | 18 ++++----
.../strace/strace/use-asm-sgidefs.h.patch | 51 ----------------------
.../strace/{strace_4.15.bb => strace_4.16.bb} | 7 ++-
.../slang/{slang_2.3.1.bb => slang_2.3.1a.bb} | 4 +-
8 files changed, 27 insertions(+), 78 deletions(-)
rename meta/recipes-devtools/ccache/{ccache_3.3.3.bb => ccache_3.3.4.bb} (48%)
rename meta/recipes-devtools/file/{file_5.29.bb => file_5.30.bb} (96%)
rename meta/recipes-devtools/guile/{guile_2.0.13.bb => guile_2.0.14.bb} (97%)
delete mode 100644 meta/recipes-devtools/strace/strace/use-asm-sgidefs.h.patch
rename meta/recipes-devtools/strace/{strace_4.15.bb => strace_4.16.bb} (84%)
rename meta/recipes-extended/slang/{slang_2.3.1.bb => slang_2.3.1a.bb} (93%)
--
2.11.0.rc2.dirty
^ permalink raw reply [flat|nested] 19+ messages in thread* [PATCH 1/5] strace: 4.15 -> 4.16 2017-02-22 1:44 [PATCH 0/5] Packages upgrade Robert Yang @ 2017-02-22 1:44 ` Robert Yang 2017-02-22 1:44 ` [PATCH 2/5] guile: 2.0.13 -> 2.0.14 Robert Yang ` (4 subsequent siblings) 5 siblings, 0 replies; 19+ messages in thread From: Robert Yang @ 2017-02-22 1:44 UTC (permalink / raw) To: openembedded-core * The license cheksum is changed becuase a new line is added: Copyright (C) 2001-2017 The strace developers. * Remove use-asm-sgidefs.h.patch, it doesn't check sgidefs.h any more, it was use for building on mips, I checked it built well. * Update Makefile-ptest.patch and disable-git-version-gen.patch. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> --- .../strace/strace/Makefile-ptest.patch | 13 +++--- .../strace/strace/disable-git-version-gen.patch | 18 ++++---- .../strace/strace/use-asm-sgidefs.h.patch | 51 ---------------------- .../strace/{strace_4.15.bb => strace_4.16.bb} | 7 ++- 4 files changed, 19 insertions(+), 70 deletions(-) delete mode 100644 meta/recipes-devtools/strace/strace/use-asm-sgidefs.h.patch rename meta/recipes-devtools/strace/{strace_4.15.bb => strace_4.16.bb} (84%) diff --git a/meta/recipes-devtools/strace/strace/Makefile-ptest.patch b/meta/recipes-devtools/strace/strace/Makefile-ptest.patch index 2b76e8a1118..876c2d8629b 100644 --- a/meta/recipes-devtools/strace/strace/Makefile-ptest.patch +++ b/meta/recipes-devtools/strace/strace/Makefile-ptest.patch @@ -10,25 +10,26 @@ Signed-off-by: Chong Lu <Chong.Lu@windriver.com> 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac +index b2b03c6..464a9dc 100644 --- a/configure.ac +++ b/configure.ac -@@ -36,7 +36,7 @@ AC_INIT([strace], +@@ -39,7 +39,7 @@ AC_COPYRIGHT([Copyright (C) 1999-2017 The strace developers.]) AC_CONFIG_SRCDIR([strace.c]) AC_CONFIG_AUX_DIR([.]) AC_CONFIG_HEADERS([config.h]) -AM_INIT_AUTOMAKE([foreign nostdinc dist-xz silent-rules parallel-tests]) +AM_INIT_AUTOMAKE([foreign nostdinc dist-xz silent-rules serial-tests]) + AM_EXTRA_RECURSIVE_TARGETS([check-valgrind]) AM_MAINTAINER_MODE AC_CANONICAL_HOST - diff --git a/tests/Makefile.am b/tests/Makefile.am -index 9023029..e1917fa 100644 +index 311d3bb..72f9022 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am -@@ -784,3 +784,21 @@ ksysent.h: $(srcdir)/ksysent.sed - - BUILT_SOURCES = ksysent.h +@@ -960,3 +960,21 @@ $(objects): scno.h CLEANFILES = ksysent.h $(TESTS:=.tmp) + + include ../scno.am + +buildtest-TESTS: $(check_PROGRAMS) $(TESTS) + diff --git a/meta/recipes-devtools/strace/strace/disable-git-version-gen.patch b/meta/recipes-devtools/strace/strace/disable-git-version-gen.patch index 7bc143635f7..76daf3a3b73 100644 --- a/meta/recipes-devtools/strace/strace/disable-git-version-gen.patch +++ b/meta/recipes-devtools/strace/strace/disable-git-version-gen.patch @@ -5,16 +5,16 @@ Upstream-Status: Inappropriate [configuration] Signed-off-by: Andre McCurdy <armccurdy@gmail.com> -Index: strace-4.10/configure.ac -=================================================================== ---- strace-4.10.orig/configure.ac -+++ strace-4.10/configure.ac -@@ -1,7 +1,7 @@ - dnl Process this file with autoconf to create configure. Use autoreconf. +diff --git a/configure.ac b/configure.ac +index 7004bd3..b2b03c6 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -31,7 +31,7 @@ + AC_PREREQ(2.57) AC_INIT([strace], - m4_esyscmd([./git-version-gen .tarball-version]), + m4_esyscmd_s([cat .tarball-version]), - [strace-devel@lists.sourceforge.net]) - AC_CONFIG_SRCDIR([strace.c]) - AC_CONFIG_AUX_DIR([.]) + [strace-devel@lists.sourceforge.net], + [strace], + [https://strace.io]) diff --git a/meta/recipes-devtools/strace/strace/use-asm-sgidefs.h.patch b/meta/recipes-devtools/strace/strace/use-asm-sgidefs.h.patch deleted file mode 100644 index db83d1130ec..00000000000 --- a/meta/recipes-devtools/strace/strace/use-asm-sgidefs.h.patch +++ /dev/null @@ -1,51 +0,0 @@ -From 2995245d7e3f46e8b3995002995ebd28beca7d55 Mon Sep 17 00:00:00 2001 -From: Andre McCurdy <armccurdy@gmail.com> -Date: Fri, 5 Feb 2016 14:00:00 -0800 -Subject: [PATCH] use <asm/sgidefs.h> - -Build fix for MIPS with musl libc. - -The MIPS specific header <sgidefs.h> is provided by glibc and uclibc -but not by musl. Regardless of the libc, the kernel headers provide -<asm/sgidefs.h> which provides the same definitions, so use that -instead. - -Upstream-Status: Pending - -Signed-off-by: Andre McCurdy <armccurdy@gmail.com> ---- - configure.ac | 8 ++++---- - 1 file changed, 4 insertions(+), 4 deletions(-) - -diff --git a/configure.ac b/configure.ac -index 1524b9b..287e03d 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -196,20 +196,20 @@ AC_SUBST(arch_mx32) - if test "$arch" = mips; then - AC_CACHE_CHECK([for _MIPS_SIM], [st_cv__MIPS_SIM], - [AC_COMPUTE_INT([st_cv__MIPS_SIM], [_MIPS_SIM], -- [#include <sgidefs.h>], -+ [#include <asm/sgidefs.h>], - [AC_MSG_ERROR([_MIPS_SIM cannot be determined])])]) - - AC_CACHE_CHECK([for MIPS ABI], [st_cv_mips_abi], - [AC_COMPILE_IFELSE( -- [AC_LANG_PROGRAM([[#include <sgidefs.h>]], -+ [AC_LANG_PROGRAM([[#include <asm/sgidefs.h>]], - [[int i[_MIPS_SIM == _MIPS_SIM_ABI32 ? 1 : - 1];]])], - [st_cv_mips_abi=o32], - [AC_COMPILE_IFELSE( -- [AC_LANG_PROGRAM([[#include <sgidefs.h>]], -+ [AC_LANG_PROGRAM([[#include <asm/sgidefs.h>]], - [[int i[_MIPS_SIM == _MIPS_SIM_NABI32 ? 1 : - 1];]])], - [st_cv_mips_abi=n32], - [AC_COMPILE_IFELSE( -- [AC_LANG_PROGRAM([[#include <sgidefs.h>]], -+ [AC_LANG_PROGRAM([[#include <asm/sgidefs.h>]], - [[int i[_MIPS_SIM == _MIPS_SIM_ABI64 ? 1 : - 1];]])], - [st_cv_mips_abi=n64], - [st_cv_mips_abi=unknown])])])]) --- -1.9.1 - diff --git a/meta/recipes-devtools/strace/strace_4.15.bb b/meta/recipes-devtools/strace/strace_4.16.bb similarity index 84% rename from meta/recipes-devtools/strace/strace_4.15.bb rename to meta/recipes-devtools/strace/strace_4.16.bb index c5983e9c394..b6cd2ac9b9e 100644 --- a/meta/recipes-devtools/strace/strace_4.15.bb +++ b/meta/recipes-devtools/strace/strace_4.16.bb @@ -2,13 +2,12 @@ SUMMARY = "System call tracing tool" HOMEPAGE = "http://strace.sourceforge.net" SECTION = "console/utils" LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://COPYING;md5=124500c21e856f0912df29295ba104c7" +LIC_FILES_CHKSUM = "file://COPYING;md5=488acb3aaaf5d14a2e1a852d13668a70" SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.xz \ file://disable-git-version-gen.patch \ file://more-robust-test-for-m32-mx32-compile-support.patch \ file://update-gawk-paths.patch \ - file://use-asm-sgidefs.h.patch \ file://Makefile-ptest.patch \ file://run-ptest \ file://0001-Fix-build-when-using-non-glibc-libc-implementation-o.patch \ @@ -16,8 +15,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.xz \ file://0001-caps-abbrev.awk-fix-gawk-s-path.patch \ " -SRC_URI[md5sum] = "1ff96209fec19914c920608ed0791864" -SRC_URI[sha256sum] = "c0cdc094d6141fd9dbf6aaad605142d651ae10998b660fda57fc61f7ad583ca9" +SRC_URI[md5sum] = "2873366cac98770efcbed6e748d5ef23" +SRC_URI[sha256sum] = "98487cb5178ec1259986cc9f6e2a844f50e5d1208c112cc22431a1e4d9adf0ef" inherit autotools ptest bluetooth -- 2.11.0.rc2.dirty ^ permalink raw reply related [flat|nested] 19+ messages in thread
* [PATCH 2/5] guile: 2.0.13 -> 2.0.14 2017-02-22 1:44 [PATCH 0/5] Packages upgrade Robert Yang 2017-02-22 1:44 ` [PATCH 1/5] strace: 4.15 -> 4.16 Robert Yang @ 2017-02-22 1:44 ` Robert Yang 2017-02-22 1:44 ` [PATCH 3/5] slang: 2.3.1 -> 2.3.1a Robert Yang ` (3 subsequent siblings) 5 siblings, 0 replies; 19+ messages in thread From: Robert Yang @ 2017-02-22 1:44 UTC (permalink / raw) To: openembedded-core Signed-off-by: Robert Yang <liezhi.yang@windriver.com> --- meta/recipes-devtools/guile/{guile_2.0.13.bb => guile_2.0.14.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/guile/{guile_2.0.13.bb => guile_2.0.14.bb} (97%) diff --git a/meta/recipes-devtools/guile/guile_2.0.13.bb b/meta/recipes-devtools/guile/guile_2.0.14.bb similarity index 97% rename from meta/recipes-devtools/guile/guile_2.0.13.bb rename to meta/recipes-devtools/guile/guile_2.0.14.bb index c29e7528599..e0350e4aa4b 100644 --- a/meta/recipes-devtools/guile/guile_2.0.13.bb +++ b/meta/recipes-devtools/guile/guile_2.0.14.bb @@ -24,8 +24,8 @@ SRC_URI = "${GNU_MIRROR}/guile/guile-${PV}.tar.xz \ file://libguile-Makefile.am-hook.patch \ " -SRC_URI[md5sum] = "d50bbb19672b72aa1e1c96e8f024bf00" -SRC_URI[sha256sum] = "3744f2addc282a0de627aaef048f062982b44564d54ac31ff5217972529ed88b" +SRC_URI[md5sum] = "c64977c775effd19393364b3018fd8cd" +SRC_URI[sha256sum] = "e8442566256e1be14e51fc18839cd799b966bc5b16c6a1d7a7c35155a8619d82" inherit autotools gettext pkgconfig texinfo BBCLASSEXTEND = "native" -- 2.11.0.rc2.dirty ^ permalink raw reply related [flat|nested] 19+ messages in thread
* [PATCH 3/5] slang: 2.3.1 -> 2.3.1a 2017-02-22 1:44 [PATCH 0/5] Packages upgrade Robert Yang 2017-02-22 1:44 ` [PATCH 1/5] strace: 4.15 -> 4.16 Robert Yang 2017-02-22 1:44 ` [PATCH 2/5] guile: 2.0.13 -> 2.0.14 Robert Yang @ 2017-02-22 1:44 ` Robert Yang 2017-02-22 1:44 ` [PATCH 4/5] ccache: 3.3.3 -> 3.3.4 Robert Yang ` (2 subsequent siblings) 5 siblings, 0 replies; 19+ messages in thread From: Robert Yang @ 2017-02-22 1:44 UTC (permalink / raw) To: openembedded-core Signed-off-by: Robert Yang <liezhi.yang@windriver.com> --- meta/recipes-extended/slang/{slang_2.3.1.bb => slang_2.3.1a.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/slang/{slang_2.3.1.bb => slang_2.3.1a.bb} (93%) diff --git a/meta/recipes-extended/slang/slang_2.3.1.bb b/meta/recipes-extended/slang/slang_2.3.1a.bb similarity index 93% rename from meta/recipes-extended/slang/slang_2.3.1.bb rename to meta/recipes-extended/slang/slang_2.3.1a.bb index 7bf3af6836f..9326205f068 100644 --- a/meta/recipes-extended/slang/slang_2.3.1.bb +++ b/meta/recipes-extended/slang/slang_2.3.1a.bb @@ -22,8 +22,8 @@ SRC_URI = "http://www.jedsoft.org/releases/${BPN}/${BP}.tar.bz2 \ file://no-x.patch \ " -SRC_URI[md5sum] = "bd46d1dc17a50c72004ad842829d7b1f" -SRC_URI[sha256sum] = "a810d5da7b0c0c8c335393c6b4f12884be6fa7696d9ca9521ef21316a4e00f9d" +SRC_URI[md5sum] = "c5235313042ed0e71ec708f7b85ec241" +SRC_URI[sha256sum] = "54f0c3007fde918039c058965dffdfd6c5aec0bad0f4227192cc486021f08c36" UPSTREAM_CHECK_URI = "http://www.jedsoft.org/releases/slang/" PREMIRRORS_append = "\n http://www.jedsoft.org/releases/slang/.* http://www.jedsoft.org/releases/slang/old/ \n" -- 2.11.0.rc2.dirty ^ permalink raw reply related [flat|nested] 19+ messages in thread
* [PATCH 4/5] ccache: 3.3.3 -> 3.3.4 2017-02-22 1:44 [PATCH 0/5] Packages upgrade Robert Yang ` (2 preceding siblings ...) 2017-02-22 1:44 ` [PATCH 3/5] slang: 2.3.1 -> 2.3.1a Robert Yang @ 2017-02-22 1:44 ` Robert Yang 2017-02-22 1:44 ` [PATCH 5/5] file: 5.29 -> 5.30 Robert Yang 2017-02-24 9:50 ` [PATCH 0/5] Packages upgrade Robert Yang 5 siblings, 0 replies; 19+ messages in thread From: Robert Yang @ 2017-02-22 1:44 UTC (permalink / raw) To: openembedded-core The LIC_FILES_CHKSUM is changed because of the date. The contents are the same. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> --- meta/recipes-devtools/ccache/{ccache_3.3.3.bb => ccache_3.3.4.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-devtools/ccache/{ccache_3.3.3.bb => ccache_3.3.4.bb} (48%) diff --git a/meta/recipes-devtools/ccache/ccache_3.3.3.bb b/meta/recipes-devtools/ccache/ccache_3.3.4.bb similarity index 48% rename from meta/recipes-devtools/ccache/ccache_3.3.3.bb rename to meta/recipes-devtools/ccache/ccache_3.3.4.bb index ded7b309277..45b2899bbeb 100644 --- a/meta/recipes-devtools/ccache/ccache_3.3.3.bb +++ b/meta/recipes-devtools/ccache/ccache_3.3.4.bb @@ -1,10 +1,10 @@ require ccache.inc LICENSE = "GPLv3+" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=938c02728101936f2a74a67d1d82ee25" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7fe21f9470f2305e95e7d8a632255079" -SRC_URI[md5sum] = "ea1f95303749b9ac136c617d1b333eef" -SRC_URI[sha256sum] = "87a399a2267cfac3f36411fbc12ff8959f408cffd050ad15fe423df88e977e8f" +SRC_URI[md5sum] = "61326f1edac7cd211a7018458dfe2d86" +SRC_URI[sha256sum] = "1348b54e7c35dd2f8d17923389e03c546e599cfbde6459d2f31cf6f1521ec538" SRC_URI += " \ file://0002-dev.mk.in-fix-file-name-too-long.patch \ -- 2.11.0.rc2.dirty ^ permalink raw reply related [flat|nested] 19+ messages in thread
* [PATCH 5/5] file: 5.29 -> 5.30 2017-02-22 1:44 [PATCH 0/5] Packages upgrade Robert Yang ` (3 preceding siblings ...) 2017-02-22 1:44 ` [PATCH 4/5] ccache: 3.3.3 -> 3.3.4 Robert Yang @ 2017-02-22 1:44 ` Robert Yang 2017-03-20 9:14 ` Stefano Babic 2017-02-24 9:50 ` [PATCH 0/5] Packages upgrade Robert Yang 5 siblings, 1 reply; 19+ messages in thread From: Robert Yang @ 2017-02-22 1:44 UTC (permalink / raw) To: openembedded-core Signed-off-by: Robert Yang <liezhi.yang@windriver.com> --- meta/recipes-devtools/file/{file_5.29.bb => file_5.30.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/file/{file_5.29.bb => file_5.30.bb} (96%) diff --git a/meta/recipes-devtools/file/file_5.29.bb b/meta/recipes-devtools/file/file_5.30.bb similarity index 96% rename from meta/recipes-devtools/file/file_5.29.bb rename to meta/recipes-devtools/file/file_5.30.bb index 29af8748150..0998fcfa899 100644 --- a/meta/recipes-devtools/file/file_5.29.bb +++ b/meta/recipes-devtools/file/file_5.30.bb @@ -19,7 +19,7 @@ SRC_URI = "git://github.com/file/file.git \ file://0001-Add-P-prompt-into-Usage-info.patch \ " -SRCREV = "015b0cdce1a0abb68ab99510e7fc8d2f77e8ec77" +SRCREV = "79814950aafb81ecd6a910c2a8a3b8ec12f3e4a6" S = "${WORKDIR}/git" inherit autotools -- 2.11.0.rc2.dirty ^ permalink raw reply related [flat|nested] 19+ messages in thread
* Re: [PATCH 5/5] file: 5.29 -> 5.30 2017-02-22 1:44 ` [PATCH 5/5] file: 5.29 -> 5.30 Robert Yang @ 2017-03-20 9:14 ` Stefano Babic 2017-03-20 9:42 ` Jussi Kukkonen 2017-03-20 9:43 ` Robert Yang 0 siblings, 2 replies; 19+ messages in thread From: Stefano Babic @ 2017-03-20 9:14 UTC (permalink / raw) To: Robert Yang, openembedded-core On 22/02/2017 02:44, Robert Yang wrote: > Signed-off-by: Robert Yang <liezhi.yang@windriver.com> > --- > meta/recipes-devtools/file/{file_5.29.bb => file_5.30.bb} | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > rename meta/recipes-devtools/file/{file_5.29.bb => file_5.30.bb} (96%) > > diff --git a/meta/recipes-devtools/file/file_5.29.bb b/meta/recipes-devtools/file/file_5.30.bb > similarity index 96% > rename from meta/recipes-devtools/file/file_5.29.bb > rename to meta/recipes-devtools/file/file_5.30.bb > index 29af8748150..0998fcfa899 100644 > --- a/meta/recipes-devtools/file/file_5.29.bb > +++ b/meta/recipes-devtools/file/file_5.30.bb > @@ -19,7 +19,7 @@ SRC_URI = "git://github.com/file/file.git \ > file://0001-Add-P-prompt-into-Usage-info.patch \ > " > > -SRCREV = "015b0cdce1a0abb68ab99510e7fc8d2f77e8ec77" > +SRCREV = "79814950aafb81ecd6a910c2a8a3b8ec12f3e4a6" > S = "${WORKDIR}/git" > > inherit autotools > Strange enough, it seems that the tree loses the history and all SRCREV are wrong. I tried with -krogoth, -morty, -master, and no revision number is found. In fact, after cloning the tree I see that all revision number were changed, just a couple here: 5.25 is now : 789cfc7d727cee1c7cfb7d29c09162e2399285c5 5.30 (this patch) : 3050419355566d2a96c5be97fef0ffae097bbb96 Ok, I fix this in my layer with a .bbappend, but...Of course, all builds are broken - have you seen the same effect ? Best regards, Stefano -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic@denx.de ===================================================================== ^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [PATCH 5/5] file: 5.29 -> 5.30 2017-03-20 9:14 ` Stefano Babic @ 2017-03-20 9:42 ` Jussi Kukkonen 2017-03-20 9:43 ` Robert Yang 1 sibling, 0 replies; 19+ messages in thread From: Jussi Kukkonen @ 2017-03-20 9:42 UTC (permalink / raw) To: Stefano Babic; +Cc: Patches and discussions about the oe-core layer [-- Attachment #1: Type: text/plain, Size: 2029 bytes --] On 20 March 2017 at 11:14, Stefano Babic <sbabic@denx.de> wrote: > > On 22/02/2017 02:44, Robert Yang wrote: > > Signed-off-by: Robert Yang <liezhi.yang@windriver.com> > > --- > > meta/recipes-devtools/file/{file_5.29.bb => file_5.30.bb} | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > rename meta/recipes-devtools/file/{file_5.29.bb => file_5.30.bb} (96%) > > > > diff --git a/meta/recipes-devtools/file/file_5.29.bb b/meta/recipes-devtools/file/file_5.30.bb > > similarity index 96% > > rename from meta/recipes-devtools/file/file_5.29.bb > > rename to meta/recipes-devtools/file/file_5.30.bb > > index 29af8748150..0998fcfa899 100644 > > --- a/meta/recipes-devtools/file/file_5.29.bb > > +++ b/meta/recipes-devtools/file/file_5.30.bb > > @@ -19,7 +19,7 @@ SRC_URI = "git://github.com/file/file.git \ > > file://0001-Add-P-prompt-into-Usage-info.patch \ > > " > > > > -SRCREV = "015b0cdce1a0abb68ab99510e7fc8d2f77e8ec77" > > +SRCREV = "79814950aafb81ecd6a910c2a8a3b8ec12f3e4a6" > > S = "${WORKDIR}/git" > > > > inherit autotools > > > > Strange enough, it seems that the tree loses the history and all SRCREV > are wrong. I tried with -krogoth, -morty, -master, and no revision > number is found. In fact, after cloning the tree I see that all revision > number were changed, just a couple here: > > 5.25 is now : 789cfc7d727cee1c7cfb7d29c09162e2399285c5 > > 5.30 (this patch) : 3050419355566d2a96c5be97fef0ffae097bbb96 > > Ok, I fix this in my layer with a .bbappend, but...Of course, all builds > are broken - have you seen the same effect ? Paul Gortmakers fix "update SRCREV for 5.30 to fix fetch fail on missing commit" is in master. Similar fixes should be sent to release branches as well. It may have been a mistake to start using an unofficial git repo as the source ... but the original reasoning was that the ftp site was unreliable. The upstream version control being CVS means that we've got three choices, none of them good. [-- Attachment #2: Type: text/html, Size: 2892 bytes --] ^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [PATCH 5/5] file: 5.29 -> 5.30 2017-03-20 9:14 ` Stefano Babic 2017-03-20 9:42 ` Jussi Kukkonen @ 2017-03-20 9:43 ` Robert Yang 2017-03-20 11:29 ` Manjukumar Harthikote Matha 1 sibling, 1 reply; 19+ messages in thread From: Robert Yang @ 2017-03-20 9:43 UTC (permalink / raw) To: Stefano Babic, openembedded-core Yes, file's upstream commit ID has changed, Paul has sent a patch for it: http://lists.openembedded.org/pipermail/openembedded-core/2017-March/134261.html // Robert On 03/20/2017 05:14 PM, Stefano Babic wrote: > On 22/02/2017 02:44, Robert Yang wrote: >> Signed-off-by: Robert Yang <liezhi.yang@windriver.com> >> --- >> meta/recipes-devtools/file/{file_5.29.bb => file_5.30.bb} | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> rename meta/recipes-devtools/file/{file_5.29.bb => file_5.30.bb} (96%) >> >> diff --git a/meta/recipes-devtools/file/file_5.29.bb b/meta/recipes-devtools/file/file_5.30.bb >> similarity index 96% >> rename from meta/recipes-devtools/file/file_5.29.bb >> rename to meta/recipes-devtools/file/file_5.30.bb >> index 29af8748150..0998fcfa899 100644 >> --- a/meta/recipes-devtools/file/file_5.29.bb >> +++ b/meta/recipes-devtools/file/file_5.30.bb >> @@ -19,7 +19,7 @@ SRC_URI = "git://github.com/file/file.git \ >> file://0001-Add-P-prompt-into-Usage-info.patch \ >> " >> >> -SRCREV = "015b0cdce1a0abb68ab99510e7fc8d2f77e8ec77" >> +SRCREV = "79814950aafb81ecd6a910c2a8a3b8ec12f3e4a6" >> S = "${WORKDIR}/git" >> >> inherit autotools >> > > Strange enough, it seems that the tree loses the history and all SRCREV > are wrong. I tried with -krogoth, -morty, -master, and no revision > number is found. In fact, after cloning the tree I see that all revision > number were changed, just a couple here: > > 5.25 is now : 789cfc7d727cee1c7cfb7d29c09162e2399285c5 > > 5.30 (this patch) : 3050419355566d2a96c5be97fef0ffae097bbb96 > > Ok, I fix this in my layer with a .bbappend, but...Of course, all builds > are broken - have you seen the same effect ? > > Best regards, > Stefano > ^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [PATCH 5/5] file: 5.29 -> 5.30 2017-03-20 9:43 ` Robert Yang @ 2017-03-20 11:29 ` Manjukumar Harthikote Matha 2017-03-20 11:35 ` Stefano Babic 2017-03-20 11:42 ` Jussi Kukkonen 0 siblings, 2 replies; 19+ messages in thread From: Manjukumar Harthikote Matha @ 2017-03-20 11:29 UTC (permalink / raw) To: Robert Yang, Stefano Babic, openembedded-core@lists.openembedded.org > -----Original Message----- > From: openembedded-core-bounces@lists.openembedded.org > [mailto:openembedded-core-bounces@lists.openembedded.org] On Behalf Of > Robert Yang > Sent: Monday, March 20, 2017 3:14 PM > To: Stefano Babic; openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [PATCH 5/5] file: 5.29 -> 5.30 > > Yes, file's upstream commit ID has changed, Paul has sent a patch for it: > > http://lists.openembedded.org/pipermail/openembedded-core/2017- > March/134261.html > Is it better to use nobranch=1 ? Changes in this file.git has broken Morty as well, we used nobranch=1 to resolve this issue. I haven't tested this for other released versions of Yocto. Thanks Manju > // Robert > > On 03/20/2017 05:14 PM, Stefano Babic wrote: > > On 22/02/2017 02:44, Robert Yang wrote: > >> Signed-off-by: Robert Yang <liezhi.yang@windriver.com> > >> --- > >> meta/recipes-devtools/file/{file_5.29.bb => file_5.30.bb} | 2 +- > >> 1 file changed, 1 insertion(+), 1 deletion(-) > >> rename meta/recipes-devtools/file/{file_5.29.bb => file_5.30.bb} (96%) > >> > >> diff --git a/meta/recipes-devtools/file/file_5.29.bb b/meta/recipes- > devtools/file/file_5.30.bb > >> similarity index 96% > >> rename from meta/recipes-devtools/file/file_5.29.bb > >> rename to meta/recipes-devtools/file/file_5.30.bb > >> index 29af8748150..0998fcfa899 100644 > >> --- a/meta/recipes-devtools/file/file_5.29.bb > >> +++ b/meta/recipes-devtools/file/file_5.30.bb > >> @@ -19,7 +19,7 @@ SRC_URI = "git://github.com/file/file.git \ > >> file://0001-Add-P-prompt-into-Usage-info.patch \ > >> " > >> > >> -SRCREV = "015b0cdce1a0abb68ab99510e7fc8d2f77e8ec77" > >> +SRCREV = "79814950aafb81ecd6a910c2a8a3b8ec12f3e4a6" > >> S = "${WORKDIR}/git" > >> > >> inherit autotools > >> > > > > Strange enough, it seems that the tree loses the history and all SRCREV > > are wrong. I tried with -krogoth, -morty, -master, and no revision > > number is found. In fact, after cloning the tree I see that all revision > > number were changed, just a couple here: > > > > 5.25 is now : 789cfc7d727cee1c7cfb7d29c09162e2399285c5 > > > > 5.30 (this patch) : 3050419355566d2a96c5be97fef0ffae097bbb96 > > > > Ok, I fix this in my layer with a .bbappend, but...Of course, all builds > > are broken - have you seen the same effect ? > > > > Best regards, > > Stefano > > > -- > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.openembedded.org/mailman/listinfo/openembedded-core This email and any attachments are intended for the sole use of the named recipient(s) and contain(s) confidential information that may be proprietary, privileged or copyrighted under applicable law. If you are not the intended recipient, do not read, copy, or forward this email message or any attachments. Delete this email message and any attachments immediately. ^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [PATCH 5/5] file: 5.29 -> 5.30 2017-03-20 11:29 ` Manjukumar Harthikote Matha @ 2017-03-20 11:35 ` Stefano Babic 2017-03-20 11:39 ` Manjukumar Harthikote Matha 2017-03-20 11:42 ` Jussi Kukkonen 1 sibling, 1 reply; 19+ messages in thread From: Stefano Babic @ 2017-03-20 11:35 UTC (permalink / raw) To: Manjukumar Harthikote Matha, Robert Yang, Stefano Babic, openembedded-core@lists.openembedded.org On 20/03/2017 12:29, Manjukumar Harthikote Matha wrote: > > >> -----Original Message----- >> From: openembedded-core-bounces@lists.openembedded.org >> [mailto:openembedded-core-bounces@lists.openembedded.org] On Behalf Of >> Robert Yang >> Sent: Monday, March 20, 2017 3:14 PM >> To: Stefano Babic; openembedded-core@lists.openembedded.org >> Subject: Re: [OE-core] [PATCH 5/5] file: 5.29 -> 5.30 >> >> Yes, file's upstream commit ID has changed, Paul has sent a patch for it: >> >> http://lists.openembedded.org/pipermail/openembedded-core/2017- >> March/134261.html >> > > Is it better to use nobranch=1 ? Is it ? I would prefer to not skip test, just fix the issues. > Changes in this file.git has broken Morty as well, we used nobranch=1 to resolve this issue. But which revision is taken in your build ? IMHO it is better to fix the revision as Paul does in his patch. > I haven't tested this for other released versions of Yocto. I tested -krogoth, -morty and -master, all of them are broken. Stefano -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic@denx.de ===================================================================== ^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [PATCH 5/5] file: 5.29 -> 5.30 2017-03-20 11:35 ` Stefano Babic @ 2017-03-20 11:39 ` Manjukumar Harthikote Matha 0 siblings, 0 replies; 19+ messages in thread From: Manjukumar Harthikote Matha @ 2017-03-20 11:39 UTC (permalink / raw) To: Stefano Babic, Robert Yang, openembedded-core@lists.openembedded.org > -----Original Message----- > From: Stefano Babic [mailto:sbabic@denx.de] > Sent: Monday, March 20, 2017 5:06 PM > To: Manjukumar Harthikote Matha; Robert Yang; Stefano Babic; openembedded- > core@lists.openembedded.org > Subject: Re: [OE-core] [PATCH 5/5] file: 5.29 -> 5.30 > > On 20/03/2017 12:29, Manjukumar Harthikote Matha wrote: > > > > > >> -----Original Message----- > >> From: openembedded-core-bounces@lists.openembedded.org > >> [mailto:openembedded-core-bounces@lists.openembedded.org] On Behalf > >> Of Robert Yang > >> Sent: Monday, March 20, 2017 3:14 PM > >> To: Stefano Babic; openembedded-core@lists.openembedded.org > >> Subject: Re: [OE-core] [PATCH 5/5] file: 5.29 -> 5.30 > >> > >> Yes, file's upstream commit ID has changed, Paul has sent a patch for it: > >> > >> http://lists.openembedded.org/pipermail/openembedded-core/2017- > >> March/134261.html > >> > > > > Is it better to use nobranch=1 ? > > Is it ? I would prefer to not skip test, just fix the issues. > I kind of agree but if this becomes a practice then it will continue to break released versions. > > Changes in this file.git has broken Morty as well, we used nobranch=1 to resolve > this issue. > > But which revision is taken in your build ? IMHO it is better to fix the revision as Paul > does in his patch. > I agree to use Paul's patch, maybe we should also introduce nobranch=1 was my thinking. Thanks Manju > > I haven't tested this for other released versions of Yocto. > > I tested -krogoth, -morty and -master, all of them are broken. > > Stefano > > > -- > ==================================================================== > = > DENX Software Engineering GmbH, Managing Director: Wolfgang Denk > HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany > Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic@denx.de > ==================================================================== > = This email and any attachments are intended for the sole use of the named recipient(s) and contain(s) confidential information that may be proprietary, privileged or copyrighted under applicable law. If you are not the intended recipient, do not read, copy, or forward this email message or any attachments. Delete this email message and any attachments immediately. ^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [PATCH 5/5] file: 5.29 -> 5.30 2017-03-20 11:29 ` Manjukumar Harthikote Matha 2017-03-20 11:35 ` Stefano Babic @ 2017-03-20 11:42 ` Jussi Kukkonen 1 sibling, 0 replies; 19+ messages in thread From: Jussi Kukkonen @ 2017-03-20 11:42 UTC (permalink / raw) To: Manjukumar Harthikote Matha; +Cc: openembedded-core@lists.openembedded.org [-- Attachment #1: Type: text/plain, Size: 981 bytes --] On 20 March 2017 at 13:29, Manjukumar Harthikote Matha < manjukumar.harthikote-matha@xilinx.com> wrote: > > > > -----Original Message----- > > From: openembedded-core-bounces@lists.openembedded.org > > [mailto:openembedded-core-bounces@lists.openembedded.org] On Behalf Of > > Robert Yang > > Sent: Monday, March 20, 2017 3:14 PM > > To: Stefano Babic; openembedded-core@lists.openembedded.org > > Subject: Re: [OE-core] [PATCH 5/5] file: 5.29 -> 5.30 > > > > Yes, file's upstream commit ID has changed, Paul has sent a patch for it: > > > > http://lists.openembedded.org/pipermail/openembedded-core/2017- > > March/134261.html > > > > Is it better to use nobranch=1 ? > Changes in this file.git has broken Morty as well, we used nobranch=1 to > resolve this issue. > I haven't tested this for other released versions of Yocto. > This is band-aid at best: If you do a "cleanall" to force a new clone the commits likely won't be there anymore. Jussi [-- Attachment #2: Type: text/html, Size: 1804 bytes --] ^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [PATCH 0/5] Packages upgrade 2017-02-22 1:44 [PATCH 0/5] Packages upgrade Robert Yang ` (4 preceding siblings ...) 2017-02-22 1:44 ` [PATCH 5/5] file: 5.29 -> 5.30 Robert Yang @ 2017-02-24 9:50 ` Robert Yang 5 siblings, 0 replies; 19+ messages in thread From: Robert Yang @ 2017-02-24 9:50 UTC (permalink / raw) To: openembedded-core Mike Crowe has done the upgrade for ccache, so I removed it from the PULL: The following changes since commit 65cfc8aca3ff7e39453977a0215a350d13cb85ef: libva: Find the correct wayland-scanner (2017-02-23 12:29:21 -0800) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/PU http://cgit.openembedded.org/openembedded-core-contrib/log/?h=rbt/PU Robert Yang (4): strace: 4.15 -> 4.16 guile: 2.0.13 -> 2.0.14 slang: 2.3.1 -> 2.3.1a file: 5.29 -> 5.30 // Robert On 02/22/2017 09:44 AM, Robert Yang wrote: > The following changes since commit def3800c7e58d9d1b54ea1df27b190a0f6d1d544: > > layer.conf: bump version for change in eSDK selftest behaviour (2017-02-19 09:38:59 -0800) > > are available in the git repository at: > > git://git.openembedded.org/openembedded-core-contrib rbt/PU > http://cgit.openembedded.org/openembedded-core-contrib/log/?h=rbt/PU > > Robert Yang (5): > strace: 4.15 -> 4.16 > guile: 2.0.13 -> 2.0.14 > slang: 2.3.1 -> 2.3.1a > ccache: 3.3.3 -> 3.3.4 > file: 5.29 -> 5.30 > > .../ccache/{ccache_3.3.3.bb => ccache_3.3.4.bb} | 6 +-- > .../file/{file_5.29.bb => file_5.30.bb} | 2 +- > .../guile/{guile_2.0.13.bb => guile_2.0.14.bb} | 4 +- > .../strace/strace/Makefile-ptest.patch | 13 +++--- > .../strace/strace/disable-git-version-gen.patch | 18 ++++---- > .../strace/strace/use-asm-sgidefs.h.patch | 51 ---------------------- > .../strace/{strace_4.15.bb => strace_4.16.bb} | 7 ++- > .../slang/{slang_2.3.1.bb => slang_2.3.1a.bb} | 4 +- > 8 files changed, 27 insertions(+), 78 deletions(-) > rename meta/recipes-devtools/ccache/{ccache_3.3.3.bb => ccache_3.3.4.bb} (48%) > rename meta/recipes-devtools/file/{file_5.29.bb => file_5.30.bb} (96%) > rename meta/recipes-devtools/guile/{guile_2.0.13.bb => guile_2.0.14.bb} (97%) > delete mode 100644 meta/recipes-devtools/strace/strace/use-asm-sgidefs.h.patch > rename meta/recipes-devtools/strace/{strace_4.15.bb => strace_4.16.bb} (84%) > rename meta/recipes-extended/slang/{slang_2.3.1.bb => slang_2.3.1a.bb} (93%) > ^ permalink raw reply [flat|nested] 19+ messages in thread
* [PATCH 0/5] Packages upgrade
@ 2017-08-21 8:00 Robert Yang
0 siblings, 0 replies; 19+ messages in thread
From: Robert Yang @ 2017-08-21 8:00 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 5c9ef0734d23909b5694ed43cdbb205c2ba9ca95:
devtool/copy_buildsystem: adds meta-skeleton layer in the eSDK installation. (2017-08-19 22:15:25 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rbt/PU
http://cgit.openembedded.org/openembedded-core-contrib/log/?h=rbt/PU
Robert Yang (5):
git: 2.13.2 -> 2.13.3
libbsd: 0.8.5 -> 0.8.6
tcl: 8.6.6 -> 0.8.7
e2fsprogs: 1.43.4 -> 1.43.5
strace: 4.17 -> 4.18
...-with-exit-status-0-if-no-errors-were-fix.patch | 255 ---------------------
.../e2fsprogs/e2fsprogs-1.43-sysmacros.patch | 130 -----------
.../{e2fsprogs_1.43.4.bb => e2fsprogs_1.43.5.bb} | 4 +-
meta/recipes-devtools/git/git_2.13.2.bb | 11 -
meta/recipes-devtools/git/git_2.13.3.bb | 11 +
...8-replace-struct-ucontext-with-ucontext_t.patch | 31 ---
.../strace/strace/Makefile-ptest.patch | 2 +-
.../strace/strace/update-gawk-paths.patch | 58 ++---
.../strace/{strace_4.17.bb => strace_4.18.bb} | 7 +-
.../tcltk/{tcl_8.6.6.bb => tcl_8.6.7.bb} | 4 +-
.../libbsd/{libbsd_0.8.5.bb => libbsd_0.8.6.bb} | 4 +-
11 files changed, 49 insertions(+), 468 deletions(-)
delete mode 100644 meta/recipes-devtools/e2fsprogs/e2fsprogs/0001-e2fsck-exit-with-exit-status-0-if-no-errors-were-fix.patch
delete mode 100644 meta/recipes-devtools/e2fsprogs/e2fsprogs/e2fsprogs-1.43-sysmacros.patch
rename meta/recipes-devtools/e2fsprogs/{e2fsprogs_1.43.4.bb => e2fsprogs_1.43.5.bb} (95%)
delete mode 100644 meta/recipes-devtools/git/git_2.13.2.bb
create mode 100644 meta/recipes-devtools/git/git_2.13.3.bb
delete mode 100644 meta/recipes-devtools/strace/strace/0008-replace-struct-ucontext-with-ucontext_t.patch
rename meta/recipes-devtools/strace/{strace_4.17.bb => strace_4.18.bb} (83%)
rename meta/recipes-devtools/tcltk/{tcl_8.6.6.bb => tcl_8.6.7.bb} (95%)
rename meta/recipes-support/libbsd/{libbsd_0.8.5.bb => libbsd_0.8.6.bb} (92%)
--
2.10.2
^ permalink raw reply [flat|nested] 19+ messages in thread* [PATCH 0/5] Packages Upgrade
@ 2016-12-21 6:17 Robert Yang
0 siblings, 0 replies; 19+ messages in thread
From: Robert Yang @ 2016-12-21 6:17 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 5e21afc9395060b489156d3f90505a372b713f37:
Revert "selftest/wic: extending test coverage for WIC script options" (2016-12-20 17:06:01 +0000)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rbt/pu
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/pu
Robert Yang (5):
debianutils: 4.8 -> 4.8.1
mklibs-native: 0.1.41 -> 0.1.43
quilt: 0.64 -> 0.65
guile: 2.0.12 -> 2.0.13
hdparm: 9.48 -> 9.50
...002-Recognize-nios2-as-compilation-target.patch | 32 ----------------------
.../guile/{guile_2.0.12.bb => guile_2.0.13.bb} | 5 ++--
...bs-native_0.1.41.bb => mklibs-native_0.1.43.bb} | 8 ++++--
.../{quilt-native_0.64.bb => quilt-native_0.65.bb} | 0
meta/recipes-devtools/quilt/quilt.inc | 7 ++---
meta/recipes-devtools/quilt/quilt/install.patch | 13 ---------
.../quilt/{quilt_0.64.bb => quilt_0.65.bb} | 0
...-Makefile-use-weak-assignment-for-LDFALGS.patch | 30 ++++++++++++++++++++
.../hdparm/{hdparm_9.48.bb => hdparm_9.50.bb} | 8 ++++--
.../{debianutils_4.8.bb => debianutils_4.8.1.bb} | 7 +++--
10 files changed, 49 insertions(+), 61 deletions(-)
delete mode 100644 meta/recipes-devtools/guile/files/0002-Recognize-nios2-as-compilation-target.patch
rename meta/recipes-devtools/guile/{guile_2.0.12.bb => guile_2.0.13.bb} (95%)
rename meta/recipes-devtools/mklibs/{mklibs-native_0.1.41.bb => mklibs-native_0.1.43.bb} (71%)
rename meta/recipes-devtools/quilt/{quilt-native_0.64.bb => quilt-native_0.65.bb} (100%)
delete mode 100644 meta/recipes-devtools/quilt/quilt/install.patch
rename meta/recipes-devtools/quilt/{quilt_0.64.bb => quilt_0.65.bb} (100%)
create mode 100644 meta/recipes-extended/hdparm/hdparm/0001-Makefile-use-weak-assignment-for-LDFALGS.patch
rename meta/recipes-extended/hdparm/{hdparm_9.48.bb => hdparm_9.50.bb} (80%)
rename meta/recipes-support/debianutils/{debianutils_4.8.bb => debianutils_4.8.1.bb} (86%)
--
2.11.0.rc2.dirty
^ permalink raw reply [flat|nested] 19+ messages in thread* [PATCH 0/5] Packages Upgrade
@ 2015-08-21 10:15 Robert Yang
0 siblings, 0 replies; 19+ messages in thread
From: Robert Yang @ 2015-08-21 10:15 UTC (permalink / raw)
To: openembedded-core
The following changes since commit c38acd720b3f6ffbeb544063692eb471dada8593:
binconfig-disabled: write an message to stderr to help confused developers (2015-08-19 17:57:58 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rbt/PU
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/PU
Robert Yang (5):
gnupg: 2.1.6 -> 2.1.7
man-pages: 4.01 -> 4.02
gnu-efi: 3.0.2 -> 3.0.3
btrfs-tools: 4.1.1 -> 4.1.2
oprofile: 1.0.0 -> 1.1.0
.../gnu-efi/{gnu-efi_3.0.2.bb => gnu-efi_3.0.3.bb} | 5 ++-
.../btrfs-tools/btrfs-tools_git.bb | 2 +-
.../{man-pages_4.01.bb => man-pages_4.02.bb} | 4 +-
meta/recipes-kernel/oprofile/oprofile.inc | 3 +-
.../oprofile/oprofile/filemode-fix.patch | 41 --------------------
.../{oprofile_1.0.0.bb => oprofile_1.1.0.bb} | 5 +--
.../gnupg/{gnupg_2.1.6.bb => gnupg_2.1.7.bb} | 4 +-
7 files changed, 11 insertions(+), 53 deletions(-)
rename meta/recipes-bsp/gnu-efi/{gnu-efi_3.0.2.bb => gnu-efi_3.0.3.bb} (93%)
rename meta/recipes-extended/man-pages/{man-pages_4.01.bb => man-pages_4.02.bb} (86%)
delete mode 100644 meta/recipes-kernel/oprofile/oprofile/filemode-fix.patch
rename meta/recipes-kernel/oprofile/{oprofile_1.0.0.bb => oprofile_1.1.0.bb} (44%)
rename meta/recipes-support/gnupg/{gnupg_2.1.6.bb => gnupg_2.1.7.bb} (89%)
--
1.7.9.5
^ permalink raw reply [flat|nested] 19+ messages in thread* [PATCH 0/5] Packages Upgrade
@ 2015-07-17 2:31 Robert Yang
0 siblings, 0 replies; 19+ messages in thread
From: Robert Yang @ 2015-07-17 2:31 UTC (permalink / raw)
To: openembedded-core
The following changes since commit ff384c084678dab33bbd7eb82ece21a2baa13dfb:
qemu: upgrade to 2.4.0-rc0 (2015-07-16 20:40:00 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rbt/PU
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/PU
Robert Yang (5):
btrfs-tools: 4.0.1 -> 4.1.1
lttng-modules: 2.6.1 -> 2.6.2
lttng-ust: 2.6.1 -> 2.6.2
git: 2.4.4 -> 2.4.5
file: 5.23 -> 5.24
.../btrfs-tools/btrfs-tools_git.bb | 4 +-
...h-long-options-and-explicitly-number-them.patch | 116 --------------------
.../file/0002-fix-bug-with-5.23-long-options.patch | 26 -----
.../file/{file_5.23.bb => file_git.bb} | 17 ++-
meta/recipes-devtools/git/git.inc | 14 +--
meta/recipes-devtools/git/git_2.4.4.bb | 11 --
meta/recipes-devtools/git/git_git.bb | 6 +
...lttng-modules_2.6.1.bb => lttng-modules_git.bb} | 3 +-
.../lttng/lttng-ust/add-aarch64.patch | 19 ----
.../lttng/{lttng-ust_2.6.1.bb => lttng-ust_git.bb} | 6 +-
10 files changed, 26 insertions(+), 196 deletions(-)
delete mode 100644 meta/recipes-devtools/file/file/0001-Fix-bug-with-long-options-and-explicitly-number-them.patch
delete mode 100644 meta/recipes-devtools/file/file/0002-fix-bug-with-5.23-long-options.patch
rename meta/recipes-devtools/file/{file_5.23.bb => file_git.bb} (64%)
delete mode 100644 meta/recipes-devtools/git/git_2.4.4.bb
create mode 100644 meta/recipes-devtools/git/git_git.bb
rename meta/recipes-kernel/lttng/{lttng-modules_2.6.1.bb => lttng-modules_git.bb} (93%)
delete mode 100644 meta/recipes-kernel/lttng/lttng-ust/add-aarch64.patch
rename meta/recipes-kernel/lttng/{lttng-ust_2.6.1.bb => lttng-ust_git.bb} (91%)
--
1.7.9.5
^ permalink raw reply [flat|nested] 19+ messages in thread* [PATCH 0/5] Packages Upgrade
@ 2015-06-24 8:55 Robert Yang
0 siblings, 0 replies; 19+ messages in thread
From: Robert Yang @ 2015-06-24 8:55 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 8c73bb7949656d91f138c087b9d261cdce90a94b:
apt-native: Drop obsolete symlinks (2015-06-23 16:06:29 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rbt/PU
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/PU
Robert Yang (5):
file: 5.22 -> 5.23
elfutils: 0.161 -> 0.162
git: 2.4.2 -> 2.4.4
hdparm: 9.45 -> 9.48
gnupg: 2.1.4 -> 2.1.5
...f-Fix-dir-traversal-vuln-in-ar-extraction.patch | 59 ----
...m-Silence-Werror-maybe-uninitialized-fals.patch | 0
.../0001-remove-the-unneed-checking.patch | 0
.../arm_backend.diff | 0
.../arm_func_value.patch | 39 ++-
.../arm_unwind_ret_mask.patch | 0
.../fixheadercheck.patch | 13 +-
.../hppa_backend.diff | 0
.../m68k_backend.diff | 0
.../mips_backend.diff | 0
.../mips_readelf_w.patch | 0
.../non_linux.patch | 0
.../redhat-portability.diff | 282 +++++++++-----------
.../scanf-format.patch | 0
.../testsuite-ignore-elflint.diff | 0
.../uclibc-support-for-elfutils-0.161.patch | 0
.../{elfutils_0.161.bb => elfutils_0.162.bb} | 7 +-
.../file/0001-Add-P-prompt-into-Usage-info.patch | 6 +-
.../file/{file_5.22.bb => file_5.23.bb} | 6 +-
.../git/{git_2.4.2.bb => git_2.4.4.bb} | 8 +-
.../hdparm/{hdparm_9.45.bb => hdparm_9.48.bb} | 6 +-
.../gnupg/{gnupg_2.1.4.bb => gnupg_2.1.5.bb} | 4 +-
22 files changed, 167 insertions(+), 263 deletions(-)
delete mode 100644 meta/recipes-devtools/elfutils/elfutils-0.161/0001-libelf-Fix-dir-traversal-vuln-in-ar-extraction.patch
rename meta/recipes-devtools/elfutils/{elfutils-0.161 => elfutils-0.162}/0001-elf_getarsym-Silence-Werror-maybe-uninitialized-fals.patch (100%)
rename meta/recipes-devtools/elfutils/{elfutils-0.161 => elfutils-0.162}/0001-remove-the-unneed-checking.patch (100%)
rename meta/recipes-devtools/elfutils/{elfutils-0.161 => elfutils-0.162}/arm_backend.diff (100%)
rename meta/recipes-devtools/elfutils/{elfutils-0.161 => elfutils-0.162}/arm_func_value.patch (88%)
rename meta/recipes-devtools/elfutils/{elfutils-0.161 => elfutils-0.162}/arm_unwind_ret_mask.patch (100%)
rename meta/recipes-devtools/elfutils/{elfutils-0.161 => elfutils-0.162}/fixheadercheck.patch (60%)
rename meta/recipes-devtools/elfutils/{elfutils-0.161 => elfutils-0.162}/hppa_backend.diff (100%)
rename meta/recipes-devtools/elfutils/{elfutils-0.161 => elfutils-0.162}/m68k_backend.diff (100%)
rename meta/recipes-devtools/elfutils/{elfutils-0.161 => elfutils-0.162}/mips_backend.diff (100%)
rename meta/recipes-devtools/elfutils/{elfutils-0.161 => elfutils-0.162}/mips_readelf_w.patch (100%)
rename meta/recipes-devtools/elfutils/{elfutils-0.161 => elfutils-0.162}/non_linux.patch (100%)
rename meta/recipes-devtools/elfutils/{elfutils-0.161 => elfutils-0.162}/redhat-portability.diff (84%)
rename meta/recipes-devtools/elfutils/{elfutils-0.161 => elfutils-0.162}/scanf-format.patch (100%)
rename meta/recipes-devtools/elfutils/{elfutils-0.161 => elfutils-0.162}/testsuite-ignore-elflint.diff (100%)
rename meta/recipes-devtools/elfutils/{elfutils-0.161 => elfutils-0.162}/uclibc-support-for-elfutils-0.161.patch (100%)
rename meta/recipes-devtools/elfutils/{elfutils_0.161.bb => elfutils_0.162.bb} (93%)
rename meta/recipes-devtools/file/{file_5.22.bb => file_5.23.bb} (81%)
rename meta/recipes-devtools/git/{git_2.4.2.bb => git_2.4.4.bb} (41%)
rename meta/recipes-extended/hdparm/{hdparm_9.45.bb => hdparm_9.48.bb} (84%)
rename meta/recipes-support/gnupg/{gnupg_2.1.4.bb => gnupg_2.1.5.bb} (89%)
--
1.7.9.5
^ permalink raw reply [flat|nested] 19+ messages in threadend of thread, other threads:[~2017-08-21 8:00 UTC | newest] Thread overview: 19+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2017-02-22 1:44 [PATCH 0/5] Packages upgrade Robert Yang 2017-02-22 1:44 ` [PATCH 1/5] strace: 4.15 -> 4.16 Robert Yang 2017-02-22 1:44 ` [PATCH 2/5] guile: 2.0.13 -> 2.0.14 Robert Yang 2017-02-22 1:44 ` [PATCH 3/5] slang: 2.3.1 -> 2.3.1a Robert Yang 2017-02-22 1:44 ` [PATCH 4/5] ccache: 3.3.3 -> 3.3.4 Robert Yang 2017-02-22 1:44 ` [PATCH 5/5] file: 5.29 -> 5.30 Robert Yang 2017-03-20 9:14 ` Stefano Babic 2017-03-20 9:42 ` Jussi Kukkonen 2017-03-20 9:43 ` Robert Yang 2017-03-20 11:29 ` Manjukumar Harthikote Matha 2017-03-20 11:35 ` Stefano Babic 2017-03-20 11:39 ` Manjukumar Harthikote Matha 2017-03-20 11:42 ` Jussi Kukkonen 2017-02-24 9:50 ` [PATCH 0/5] Packages upgrade Robert Yang -- strict thread matches above, loose matches on Subject: below -- 2017-08-21 8:00 Robert Yang 2016-12-21 6:17 [PATCH 0/5] Packages Upgrade Robert Yang 2015-08-21 10:15 Robert Yang 2015-07-17 2:31 Robert Yang 2015-06-24 8:55 Robert Yang
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox