All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Package upgrades
@ 2018-03-20  1:11 Denys Dmytriyenko
  2018-03-20  1:11 ` [PATCH 1/3] lzip: upgrade 1.19 -> 1.20 Denys Dmytriyenko
                   ` (3 more replies)
  0 siblings, 4 replies; 26+ messages in thread
From: Denys Dmytriyenko @ 2018-03-20  1:11 UTC (permalink / raw)
  To: openembedded-core; +Cc: Denys Dmytriyenko

From: Denys Dmytriyenko <denys@ti.com>

Upgrades for lzip, hdparm and lz4.

The following changes since commit c94271d87d16323f920891344642f76dfb3c994f:

  buildperf: measure the size of core-image-sato rootfs (2018-03-16 03:42:03 -0700)

are available in the git repository at:

  git://push.openembedded.org/openembedded-core-contrib denix/master

Denys Dmytriyenko (3):
  lzip: upgrade 1.19 -> 1.20
  hdparm: upgrade 9.53 -> 9.55
  lz4: upgrade 1.7.4 -> 1.8.1.2

 .../hdparm/{hdparm_9.53.bb => hdparm_9.55.bb}      |  4 +-
 .../lzip/{lzip_1.19.bb => lzip_1.20.bb}            |  4 +-
 ...sts-Makefile-don-t-use-LIBDIR-as-variable.patch | 82 ----------------------
 .../lz4/{lz4_1.7.4.bb => lz4_1.8.1.2.bb}           | 10 +--
 4 files changed, 9 insertions(+), 91 deletions(-)
 rename meta/recipes-extended/hdparm/{hdparm_9.53.bb => hdparm_9.55.bb} (90%)
 rename meta/recipes-extended/lzip/{lzip_1.19.bb => lzip_1.20.bb} (88%)
 delete mode 100644 meta/recipes-support/lz4/files/0001-tests-Makefile-don-t-use-LIBDIR-as-variable.patch
 rename meta/recipes-support/lz4/{lz4_1.7.4.bb => lz4_1.8.1.2.bb} (79%)

-- 
2.7.4



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

* [PATCH 1/3] lzip: upgrade 1.19 -> 1.20
  2018-03-20  1:11 [PATCH 0/3] Package upgrades Denys Dmytriyenko
@ 2018-03-20  1:11 ` Denys Dmytriyenko
  2018-03-20  1:11 ` [PATCH 2/3] hdparm: upgrade 9.53 -> 9.55 Denys Dmytriyenko
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 26+ messages in thread
From: Denys Dmytriyenko @ 2018-03-20  1:11 UTC (permalink / raw)
  To: openembedded-core; +Cc: Denys Dmytriyenko

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 meta/recipes-extended/lzip/{lzip_1.19.bb => lzip_1.20.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/lzip/{lzip_1.19.bb => lzip_1.20.bb} (88%)

diff --git a/meta/recipes-extended/lzip/lzip_1.19.bb b/meta/recipes-extended/lzip/lzip_1.20.bb
similarity index 88%
rename from meta/recipes-extended/lzip/lzip_1.19.bb
rename to meta/recipes-extended/lzip/lzip_1.20.bb
index 099b364..d1fc2a1 100644
--- a/meta/recipes-extended/lzip/lzip_1.19.bb
+++ b/meta/recipes-extended/lzip/lzip_1.20.bb
@@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=76d6e300ffd8fb9d18bd9b136a9bba13 \
 
 SRC_URI = "${SAVANNAH_GNU_MIRROR}/lzip/lzip-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "4dd8790d7528440d034fc713a8680bd3"
-SRC_URI[sha256sum] = "ffadc4f56be1bc0d3ae155ec4527bd003133bdc703a753b2cc683f610e646ba9"
+SRC_URI[md5sum] = "21c1517da2ace9689fd953918660b3c3"
+SRC_URI[sha256sum] = "c93b81a5a7788ef5812423d311345ba5d3bd4f5ebf1f693911e3a13553c1290c"
 
 CONFIGUREOPTS = "\
     '--srcdir=${S}' \
-- 
2.7.4



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

* [PATCH 2/3] hdparm: upgrade 9.53 -> 9.55
  2018-03-20  1:11 [PATCH 0/3] Package upgrades Denys Dmytriyenko
  2018-03-20  1:11 ` [PATCH 1/3] lzip: upgrade 1.19 -> 1.20 Denys Dmytriyenko
@ 2018-03-20  1:11 ` Denys Dmytriyenko
  2018-03-20  1:11 ` [PATCH 3/3] lz4: upgrade 1.7.4 -> 1.8.1.2 Denys Dmytriyenko
  2018-03-29 22:41 ` [PATCH 0/3] Package upgrades Denys Dmytriyenko
  3 siblings, 0 replies; 26+ messages in thread
From: Denys Dmytriyenko @ 2018-03-20  1:11 UTC (permalink / raw)
  To: openembedded-core; +Cc: Denys Dmytriyenko

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 meta/recipes-extended/hdparm/{hdparm_9.53.bb => hdparm_9.55.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/hdparm/{hdparm_9.53.bb => hdparm_9.55.bb} (90%)

diff --git a/meta/recipes-extended/hdparm/hdparm_9.53.bb b/meta/recipes-extended/hdparm/hdparm_9.55.bb
similarity index 90%
rename from meta/recipes-extended/hdparm/hdparm_9.53.bb
rename to meta/recipes-extended/hdparm/hdparm_9.55.bb
index 4c3ec5c..c50e73f 100644
--- a/meta/recipes-extended/hdparm/hdparm_9.53.bb
+++ b/meta/recipes-extended/hdparm/hdparm_9.55.bb
@@ -25,8 +25,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/hdparm/${BP}.tar.gz \
            file://wiper.sh-fix-stat-path.patch \
           "
 
-SRC_URI[md5sum] = "1e54b52e0c8cb79389d4d47eacba411d"
-SRC_URI[sha256sum] = "2673f591df6916c6a1faec07069a7eb1cb8ee307615a615d808192fb0c0265e5"
+SRC_URI[md5sum] = "adae46e9564075ae288af8082d5ad9fd"
+SRC_URI[sha256sum] = "b5c76b732483df36bf08001a209b95b45558016615f935008e5ea91a7fde6dc7"
 
 EXTRA_OEMAKE = 'STRIP="echo" LDFLAGS="${LDFLAGS}"'
 
-- 
2.7.4



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

* [PATCH 3/3] lz4: upgrade 1.7.4 -> 1.8.1.2
  2018-03-20  1:11 [PATCH 0/3] Package upgrades Denys Dmytriyenko
  2018-03-20  1:11 ` [PATCH 1/3] lzip: upgrade 1.19 -> 1.20 Denys Dmytriyenko
  2018-03-20  1:11 ` [PATCH 2/3] hdparm: upgrade 9.53 -> 9.55 Denys Dmytriyenko
@ 2018-03-20  1:11 ` Denys Dmytriyenko
  2018-03-29 22:41 ` [PATCH 0/3] Package upgrades Denys Dmytriyenko
  3 siblings, 0 replies; 26+ messages in thread
From: Denys Dmytriyenko @ 2018-03-20  1:11 UTC (permalink / raw)
  To: openembedded-core; +Cc: Denys Dmytriyenko

From: Denys Dmytriyenko <denys@ti.com>

0001-tests-Makefile-don-t-use-LIBDIR-as-variable.patch accepted upstream.

License-Update: rephrased clarification regarding lib/ vs. programs/, tests/ and examples/
https://github.com/lz4/lz4/commit/97df1c9789cbc8a7891cadbd49ea5053574e2f72

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 ...sts-Makefile-don-t-use-LIBDIR-as-variable.patch | 82 ----------------------
 .../lz4/{lz4_1.7.4.bb => lz4_1.8.1.2.bb}           | 10 +--
 2 files changed, 5 insertions(+), 87 deletions(-)
 delete mode 100644 meta/recipes-support/lz4/files/0001-tests-Makefile-don-t-use-LIBDIR-as-variable.patch
 rename meta/recipes-support/lz4/{lz4_1.7.4.bb => lz4_1.8.1.2.bb} (79%)

diff --git a/meta/recipes-support/lz4/files/0001-tests-Makefile-don-t-use-LIBDIR-as-variable.patch b/meta/recipes-support/lz4/files/0001-tests-Makefile-don-t-use-LIBDIR-as-variable.patch
deleted file mode 100644
index 00494e8..0000000
--- a/meta/recipes-support/lz4/files/0001-tests-Makefile-don-t-use-LIBDIR-as-variable.patch
+++ /dev/null
@@ -1,82 +0,0 @@
-From d4768d9e29b805096a86aa13c0d30ee8215af4df Mon Sep 17 00:00:00 2001
-From: Jussi Kukkonen <jussi.kukkonen@intel.com>
-Date: Mon, 26 Jun 2017 12:07:09 +0300
-Subject: [PATCH] tests/Makefile: don't use LIBDIR as variable
-
-LIBDIR may be overriden with a environment variable: In this case make
-clean breaks. Use another variable name.
-
-Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
-Upstream-Status: Backport
----
- tests/Makefile | 26 +++++++++++++-------------
- 1 file changed, 13 insertions(+), 13 deletions(-)
-
-diff --git a/tests/Makefile b/tests/Makefile
-index 97fa782..51dd038 100644
---- a/tests/Makefile
-+++ b/tests/Makefile
-@@ -32,7 +32,7 @@ DESTDIR ?=
- PREFIX  ?= /usr/local
- BINDIR  := $(PREFIX)/bin
- MANDIR  := $(PREFIX)/share/man/man1
--LIBDIR  := ../lib
-+LZ4DIR  := ../lib
- PRGDIR  := ../programs
- VOID    := /dev/null
- TESTDIR := versionsTest
-@@ -43,7 +43,7 @@ CFLAGS  += -g -Wall -Wextra -Wundef -Wcast-qual -Wcast-align -Wshadow -Wswitch-e
-            -Wdeclaration-after-statement -Wstrict-prototypes \
-            -Wpointer-arith -Wstrict-aliasing=1
- CFLAGS  += $(MOREFLAGS)
--CPPFLAGS:= -I$(LIBDIR) -I$(PRGDIR) -DXXH_NAMESPACE=LZ4_
-+CPPFLAGS:= -I$(LZ4DIR) -I$(PRGDIR) -DXXH_NAMESPACE=LZ4_
- FLAGS    = $(CFLAGS) $(CPPFLAGS) $(LDFLAGS)
- 
- 
-@@ -79,31 +79,31 @@ lz4c32:   # create a 32-bits version for 32/64 interop tests
- 	$(MAKE) -C $(PRGDIR) clean $@ CFLAGS="-m32 $(CFLAGS)"
- 	cp $(LZ4) $(LZ4)c32
- 
--fullbench  : $(LIBDIR)/lz4.o $(LIBDIR)/lz4hc.o $(LIBDIR)/lz4frame.o $(LIBDIR)/xxhash.o fullbench.c
-+fullbench  : $(LZ4DIR)/lz4.o $(LZ4DIR)/lz4hc.o $(LZ4DIR)/lz4frame.o $(LZ4DIR)/xxhash.o fullbench.c
- 	$(CC) $(FLAGS) $^ -o $@$(EXT)
- 
--fullbench-lib: fullbench.c $(LIBDIR)/xxhash.c
--	$(MAKE) -C $(LIBDIR) liblz4.a
--	$(CC) $(FLAGS) $^ -o $@$(EXT) $(LIBDIR)/liblz4.a
-+fullbench-lib: fullbench.c $(LZ4DIR)/xxhash.c
-+	$(MAKE) -C $(LZ4DIR) liblz4.a
-+	$(CC) $(FLAGS) $^ -o $@$(EXT) $(LZ4DIR)/liblz4.a
- 
--fullbench-dll: fullbench.c $(LIBDIR)/xxhash.c
--	$(MAKE) -C $(LIBDIR) liblz4
--	$(CC) $(FLAGS) $^ -o $@$(EXT) -DLZ4_DLL_IMPORT=1 $(LIBDIR)/dll/liblz4.dll
-+fullbench-dll: fullbench.c $(LZ4DIR)/xxhash.c
-+	$(MAKE) -C $(LZ4DIR) liblz4
-+	$(CC) $(FLAGS) $^ -o $@$(EXT) -DLZ4_DLL_IMPORT=1 $(LZ4DIR)/dll/liblz4.dll
- 
--fuzzer  : $(LIBDIR)/lz4.o $(LIBDIR)/lz4hc.o $(LIBDIR)/xxhash.o fuzzer.c
-+fuzzer  : $(LZ4DIR)/lz4.o $(LZ4DIR)/lz4hc.o $(LZ4DIR)/xxhash.o fuzzer.c
- 	$(CC) $(FLAGS) $^ -o $@$(EXT)
- 
--frametest: $(LIBDIR)/lz4frame.o $(LIBDIR)/lz4.o $(LIBDIR)/lz4hc.o $(LIBDIR)/xxhash.o frametest.c
-+frametest: $(LZ4DIR)/lz4frame.o $(LZ4DIR)/lz4.o $(LZ4DIR)/lz4hc.o $(LZ4DIR)/xxhash.o frametest.c
- 	$(CC) $(FLAGS) $^ -o $@$(EXT)
- 
--fasttest: $(LIBDIR)/lz4.o fasttest.c
-+fasttest: $(LZ4DIR)/lz4.o fasttest.c
- 	$(CC) $(FLAGS) $^ -o $@$(EXT)
- 
- datagen : $(PRGDIR)/datagen.c datagencli.c
- 	$(CC) $(FLAGS) -I$(PRGDIR) $^ -o $@$(EXT)
- 
- clean:
--	@$(MAKE) -C $(LIBDIR) $@ > $(VOID)
-+	@$(MAKE) -C $(LZ4DIR) $@ > $(VOID)
- 	@$(MAKE) -C $(PRGDIR) $@ > $(VOID)
- 	@$(RM) core *.o *.test tmp* \
-         fullbench-dll$(EXT) fullbench-lib$(EXT) \
--- 
-2.1.4
-
diff --git a/meta/recipes-support/lz4/lz4_1.7.4.bb b/meta/recipes-support/lz4/lz4_1.8.1.2.bb
similarity index 79%
rename from meta/recipes-support/lz4/lz4_1.7.4.bb
rename to meta/recipes-support/lz4/lz4_1.8.1.2.bb
index 86a1ab9..03017b3 100644
--- a/meta/recipes-support/lz4/lz4_1.7.4.bb
+++ b/meta/recipes-support/lz4/lz4_1.8.1.2.bb
@@ -2,18 +2,18 @@ SUMMARY = "Extremely Fast Compression algorithm"
 DESCRIPTION = "LZ4 is a very fast lossless compression algorithm, providing compression speed at 400 MB/s per core, scalable with multi-cores CPU. It also features an extremely fast decoder, with speed in multiple GB/s per core, typically reaching RAM speed limits on multi-core systems."
 
 LICENSE = "BSD | BSD-2-Clause | GPL-2.0"
-LIC_FILES_CHKSUM = "file://lib/LICENSE;md5=ebc2ea4814a64de7708f1571904b32cc\
+LIC_FILES_CHKSUM = "file://lib/LICENSE;md5=ebc2ea4814a64de7708f1571904b32cc \
                     file://programs/COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
-                    file://LICENSE;md5=7f2857d58beff6d04137bf9b09e5ffb6"
+                    file://LICENSE;md5=d57c0d21cb917fb4e0af2454aa48b956 \
+                    "
 
 PE = "1"
 
-SRCREV = "7bb64ff2b69a9f8367de9ab483cdadf42b4c1b65"
+SRCREV = "dfed9fa1d77f0434306d377c4da1f7191d3ba08a"
 
 SRC_URI = "git://github.com/lz4/lz4.git \
-           file://0001-tests-Makefile-don-t-use-LIBDIR-as-variable.patch \
            file://run-ptest \
-"
+           "
 UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>.*)"
 
 S = "${WORKDIR}/git"
-- 
2.7.4



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

* Re: [PATCH 0/3] Package upgrades
  2018-03-20  1:11 [PATCH 0/3] Package upgrades Denys Dmytriyenko
                   ` (2 preceding siblings ...)
  2018-03-20  1:11 ` [PATCH 3/3] lz4: upgrade 1.7.4 -> 1.8.1.2 Denys Dmytriyenko
@ 2018-03-29 22:41 ` Denys Dmytriyenko
  2018-03-29 23:39   ` Andre McCurdy
  2018-03-30  8:36   ` Richard Purdie
  3 siblings, 2 replies; 26+ messages in thread
From: Denys Dmytriyenko @ 2018-03-29 22:41 UTC (permalink / raw)
  To: openembedded-core; +Cc: Denys Dmytriyenko

Ping. It's been 10 days - are there any issues with these updates?


On Mon, Mar 19, 2018 at 09:11:06PM -0400, Denys Dmytriyenko wrote:
> From: Denys Dmytriyenko <denys@ti.com>
> 
> Upgrades for lzip, hdparm and lz4.
> 
> The following changes since commit c94271d87d16323f920891344642f76dfb3c994f:
> 
>   buildperf: measure the size of core-image-sato rootfs (2018-03-16 03:42:03 -0700)
> 
> are available in the git repository at:
> 
>   git://push.openembedded.org/openembedded-core-contrib denix/master
> 
> Denys Dmytriyenko (3):
>   lzip: upgrade 1.19 -> 1.20
>   hdparm: upgrade 9.53 -> 9.55
>   lz4: upgrade 1.7.4 -> 1.8.1.2
> 
>  .../hdparm/{hdparm_9.53.bb => hdparm_9.55.bb}      |  4 +-
>  .../lzip/{lzip_1.19.bb => lzip_1.20.bb}            |  4 +-
>  ...sts-Makefile-don-t-use-LIBDIR-as-variable.patch | 82 ----------------------
>  .../lz4/{lz4_1.7.4.bb => lz4_1.8.1.2.bb}           | 10 +--
>  4 files changed, 9 insertions(+), 91 deletions(-)
>  rename meta/recipes-extended/hdparm/{hdparm_9.53.bb => hdparm_9.55.bb} (90%)
>  rename meta/recipes-extended/lzip/{lzip_1.19.bb => lzip_1.20.bb} (88%)
>  delete mode 100644 meta/recipes-support/lz4/files/0001-tests-Makefile-don-t-use-LIBDIR-as-variable.patch
>  rename meta/recipes-support/lz4/{lz4_1.7.4.bb => lz4_1.8.1.2.bb} (79%)
> 
> -- 
> 2.7.4
> 
> -- 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

* Re: [PATCH 0/3] Package upgrades
  2018-03-29 22:41 ` [PATCH 0/3] Package upgrades Denys Dmytriyenko
@ 2018-03-29 23:39   ` Andre McCurdy
  2018-03-30  0:17     ` Denys Dmytriyenko
  2018-03-30  8:36   ` Richard Purdie
  1 sibling, 1 reply; 26+ messages in thread
From: Andre McCurdy @ 2018-03-29 23:39 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: Denys Dmytriyenko, OE Core mailing list

On Thu, Mar 29, 2018 at 3:41 PM, Denys Dmytriyenko <denis@denix.org> wrote:
> Ping. It's been 10 days - are there any issues with these updates?

Only 10 days? :-)


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

* Re: [PATCH 0/3] Package upgrades
  2018-03-29 23:39   ` Andre McCurdy
@ 2018-03-30  0:17     ` Denys Dmytriyenko
  2018-03-30  1:38       ` Khem Raj
  0 siblings, 1 reply; 26+ messages in thread
From: Denys Dmytriyenko @ 2018-03-30  0:17 UTC (permalink / raw)
  To: Andre McCurdy; +Cc: OE Core mailing list

On Thu, Mar 29, 2018 at 04:39:27PM -0700, Andre McCurdy wrote:
> On Thu, Mar 29, 2018 at 3:41 PM, Denys Dmytriyenko <denis@denix.org> wrote:
> > Ping. It's been 10 days - are there any issues with these updates?
> 
> Only 10 days? :-)

Yeah, I know, I'm too demanding... :)

-- 
Denys


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

* Re: [PATCH 0/3] Package upgrades
  2018-03-30  0:17     ` Denys Dmytriyenko
@ 2018-03-30  1:38       ` Khem Raj
  2018-03-30  2:34         ` Denys Dmytriyenko
  0 siblings, 1 reply; 26+ messages in thread
From: Khem Raj @ 2018-03-30  1:38 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: OE Core mailing list

On Thu, Mar 29, 2018 at 5:17 PM, Denys Dmytriyenko <denis@denix.org> wrote:
> On Thu, Mar 29, 2018 at 04:39:27PM -0700, Andre McCurdy wrote:
>> On Thu, Mar 29, 2018 at 3:41 PM, Denys Dmytriyenko <denis@denix.org> wrote:
>> > Ping. It's been 10 days - are there any issues with these updates?
>>
>> Only 10 days? :-)
>
> Yeah, I know, I'm too demanding... :)

Ross does pick the patches from ml fairly quickly so always check

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

or OE-Core's master-next

http://git.openembedded.org/openembedded-core/log/?h=master-next

from mut to master it might take a while since there are many patches coming in
so integration takes time and sometimes there are issues with infra
which can delay
things,

10 days seems pretty darn good in some cases its years see

https://github.com/projectNe10/Ne10/pull/143

in the end as long as it makes upstream.


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

* Re: [PATCH 0/3] Package upgrades
  2018-03-30  1:38       ` Khem Raj
@ 2018-03-30  2:34         ` Denys Dmytriyenko
  2018-03-30  2:41           ` Khem Raj
  0 siblings, 1 reply; 26+ messages in thread
From: Denys Dmytriyenko @ 2018-03-30  2:34 UTC (permalink / raw)
  To: Khem Raj; +Cc: OE Core mailing list

On Thu, Mar 29, 2018 at 06:38:58PM -0700, Khem Raj wrote:
> On Thu, Mar 29, 2018 at 5:17 PM, Denys Dmytriyenko <denis@denix.org> wrote:
> > On Thu, Mar 29, 2018 at 04:39:27PM -0700, Andre McCurdy wrote:
> >> On Thu, Mar 29, 2018 at 3:41 PM, Denys Dmytriyenko <denis@denix.org> wrote:
> >> > Ping. It's been 10 days - are there any issues with these updates?
> >>
> >> Only 10 days? :-)
> >
> > Yeah, I know, I'm too demanding... :)
> 
> Ross does pick the patches from ml fairly quickly so always check
> 
> http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=ross/mut
> 
> or OE-Core's master-next
> 
> http://git.openembedded.org/openembedded-core/log/?h=master-next
> 
> from mut to master it might take a while since there are many patches coming in
> so integration takes time and sometimes there are issues with infra
> which can delay
> things,

Yes, I'm quite aware of all the above - you don't have to mention all the 
details to me. Still, it's a standard practice to inquire about own patches 
once in a while. Especially since other similar non-critical updates are 
merged right away. This is the only way to know if there were any issues with 
the patches themselves, but Ross forgot or didn't have time to follow up yet.


> 10 days seems pretty darn good in some cases its years see
> 
> https://github.com/projectNe10/Ne10/pull/143
> 
> in the end as long as it makes upstream.

Heh, I don't think we should take that as an example to follow... :)

-- 
Denys


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

* Re: [PATCH 0/3] Package upgrades
  2018-03-30  2:34         ` Denys Dmytriyenko
@ 2018-03-30  2:41           ` Khem Raj
  2018-03-30  3:30             ` Denys Dmytriyenko
  0 siblings, 1 reply; 26+ messages in thread
From: Khem Raj @ 2018-03-30  2:41 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: OE Core mailing list



On 3/29/18 7:34 PM, Denys Dmytriyenko wrote:
> On Thu, Mar 29, 2018 at 06:38:58PM -0700, Khem Raj wrote:
>> On Thu, Mar 29, 2018 at 5:17 PM, Denys Dmytriyenko <denis@denix.org> wrote:
>>> On Thu, Mar 29, 2018 at 04:39:27PM -0700, Andre McCurdy wrote:
>>>> On Thu, Mar 29, 2018 at 3:41 PM, Denys Dmytriyenko <denis@denix.org> wrote:
>>>>> Ping. It's been 10 days - are there any issues with these updates?
>>>>
>>>> Only 10 days? :-)
>>>
>>> Yeah, I know, I'm too demanding... :)
>>
>> Ross does pick the patches from ml fairly quickly so always check
>>
>> http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=ross/mut
>>
>> or OE-Core's master-next
>>
>> http://git.openembedded.org/openembedded-core/log/?h=master-next
>>
>> from mut to master it might take a while since there are many patches coming in
>> so integration takes time and sometimes there are issues with infra
>> which can delay
>> things,
> 
> Yes, I'm quite aware of all the above - you don't have to mention all the
> details to me. 

I am glad thats the case. It was not clear from the message and some 
times this can be misconstrued.

Still, it's a standard practice to inquire about own patches
> once in a while. Especially since other similar non-critical updates are
> merged right away. This is the only way to know if there were any issues with
> the patches themselves, but Ross forgot or didn't have time to follow up yet.
> 
> 
>> 10 days seems pretty darn good in some cases its years see
>>
>> https://github.com/projectNe10/Ne10/pull/143
>>
>> in the end as long as it makes upstream.
> 
> Heh, I don't think we should take that as an example to follow... :)
> 


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

* Re: [PATCH 0/3] Package upgrades
  2018-03-30  2:41           ` Khem Raj
@ 2018-03-30  3:30             ` Denys Dmytriyenko
  0 siblings, 0 replies; 26+ messages in thread
From: Denys Dmytriyenko @ 2018-03-30  3:30 UTC (permalink / raw)
  To: Khem Raj; +Cc: OE Core mailing list

On Thu, Mar 29, 2018 at 07:41:46PM -0700, Khem Raj wrote:
> On 3/29/18 7:34 PM, Denys Dmytriyenko wrote:
> >On Thu, Mar 29, 2018 at 06:38:58PM -0700, Khem Raj wrote:
> >>On Thu, Mar 29, 2018 at 5:17 PM, Denys Dmytriyenko <denis@denix.org> wrote:
> >>>On Thu, Mar 29, 2018 at 04:39:27PM -0700, Andre McCurdy wrote:
> >>>>On Thu, Mar 29, 2018 at 3:41 PM, Denys Dmytriyenko <denis@denix.org> wrote:
> >>>>>Ping. It's been 10 days - are there any issues with these updates?
> >>>>
> >>>>Only 10 days? :-)
> >>>
> >>>Yeah, I know, I'm too demanding... :)
> >>
> >>Ross does pick the patches from ml fairly quickly so always check
> >>
> >>http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=ross/mut
> >>
> >>or OE-Core's master-next
> >>
> >>http://git.openembedded.org/openembedded-core/log/?h=master-next
> >>
> >>from mut to master it might take a while since there are many patches coming in
> >>so integration takes time and sometimes there are issues with infra
> >>which can delay
> >>things,
> >
> >Yes, I'm quite aware of all the above - you don't have to mention all the
> >details to me.
> 
> I am glad thats the case. It was not clear from the message and some
> times this can be misconstrued.

You are absolutely right! After 10+ years in the OE community my mind and 
memory are not as sharp as they used to be - I keep forgetting things and do 
not communicate as clearly as before... :-P


> Still, it's a standard practice to inquire about own patches
> >once in a while. Especially since other similar non-critical updates are
> >merged right away. This is the only way to know if there were any issues with
> >the patches themselves, but Ross forgot or didn't have time to follow up yet.
> >
> >
> >>10 days seems pretty darn good in some cases its years see
> >>
> >>https://github.com/projectNe10/Ne10/pull/143
> >>
> >>in the end as long as it makes upstream.
> >
> >Heh, I don't think we should take that as an example to follow... :)
> >
> 


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

* Re: [PATCH 0/3] Package upgrades
  2018-03-29 22:41 ` [PATCH 0/3] Package upgrades Denys Dmytriyenko
  2018-03-29 23:39   ` Andre McCurdy
@ 2018-03-30  8:36   ` Richard Purdie
  1 sibling, 0 replies; 26+ messages in thread
From: Richard Purdie @ 2018-03-30  8:36 UTC (permalink / raw)
  To: Denys Dmytriyenko, openembedded-core; +Cc: Denys Dmytriyenko

On Thu, 2018-03-29 at 18:41 -0400, Denys Dmytriyenko wrote:
> Ping. It's been 10 days - are there any issues with these updates?

We're past feature freeze at this point and M3 was built (finally, and
late). During stabilisation we're only taking upgrades "with a good
reason". Security fixes, bug fixes and issues with maintenance windows
(e.g. bind) are reasons we might see some upgrades going in now but in
general we're holding upgrades until 2.6 opens.

I think Ross has a "post sumo" branch which he may pull some of these
into but I'd really like people to focus on bug fixing for sumo right
now.

Ross is also on vacation so I'll be handling things over the next week
or so (when do I get one?!). I might push a master-next-2.6 to queue
things just to make it clearer what is being deferred. Rebasing can be
a nightmare though.

Cheers,

Richard




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

* [PATCH 0/3] Package Upgrades
@ 2015-05-11  6:48 Robert Yang
  0 siblings, 0 replies; 26+ messages in thread
From: Robert Yang @ 2015-05-11  6:48 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 7ffe10df73cc20d10fcd41b121074445273bd60e:

  license_class: license_create_manifest improvment (2015-05-09 22:26:02 +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 (3):
  libpcre: 8.36 -> 8.37
  apr: 1.5.1 -> 1.5.2
  ghostscript: 9.15 -> 9.16

 .../ghostscript-9.02-parallel-make.patch           |  932 --------------------
 .../ghostscript-9.02-prevent_recompiling.patch     |   20 +-
 .../ghostscript-9.16-Werror-return-type.patch      |   30 +
 .../{ghostscript_9.15.bb => ghostscript_9.16.bb}   |   15 +-
 .../apr/apr/upgrade-and-fix-1.5.1.patch            |   11 +-
 .../apr/{apr_1.5.1.bb => apr_1.5.2.bb}             |    4 +-
 .../libpcre/{libpcre_8.36.bb => libpcre_8.37.bb}   |    6 +-
 7 files changed, 58 insertions(+), 960 deletions(-)
 delete mode 100644 meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.02-parallel-make.patch
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.16-Werror-return-type.patch
 rename meta/recipes-extended/ghostscript/{ghostscript_9.15.bb => ghostscript_9.16.bb} (90%)
 rename meta/recipes-support/apr/{apr_1.5.1.bb => apr_1.5.2.bb} (95%)
 rename meta/recipes-support/libpcre/{libpcre_8.36.bb => libpcre_8.37.bb} (91%)

-- 
1.7.9.5



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

* [PATCH 0/3] Package Upgrades
@ 2015-04-10  8:31 Robert Yang
  0 siblings, 0 replies; 26+ messages in thread
From: Robert Yang @ 2015-04-10  8:31 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 75ae0b7cf3863eb2857a2b6a7073beea626f751d:

  wic: Implement --build-rootfs command line option (2015-04-08 23:11:08 +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 (3):
  groff: 1.22.2 -> 1.22.3
  wget: 1.16.2 -> 1.16.3
  git: 2.3.1 -> 2.3.5

 .../git/{git_2.3.1.bb => git_2.3.5.bb}             |    8 ++---
 ...off-1.22.2-correct-man.local-install-path.patch |   36 +++++++++++---------
 .../groff/{groff_1.22.2.bb => groff_1.22.3.bb}     |    9 ++---
 .../wget/{wget_1.16.2.bb => wget_1.16.3.bb}        |    4 +--
 4 files changed, 30 insertions(+), 27 deletions(-)
 rename meta/recipes-devtools/git/{git_2.3.1.bb => git_2.3.5.bb} (41%)
 rename meta/recipes-extended/groff/{groff-1.22.2 => groff-1.22.3}/groff-1.22.2-correct-man.local-install-path.patch (40%)
 rename meta/recipes-extended/groff/{groff_1.22.2.bb => groff_1.22.3.bb} (89%)
 rename meta/recipes-extended/wget/{wget_1.16.2.bb => wget_1.16.3.bb} (45%)

-- 
1.7.9.5



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

* [PATCH 0/3] Package Upgrades
@ 2014-06-03  1:41 Chen Qi
  0 siblings, 0 replies; 26+ messages in thread
From: Chen Qi @ 2014-06-03  1:41 UTC (permalink / raw)
  To: openembedded-core

This patchset upgrades three packages, gawk, grep and shadow.

There's a remaining problem here.
After upgrading the shadow package, the 'pwconv' and 'grpconv' commands cannot
run successfully in pkg_postinst.
I tried to run them in the devshell environment, they succeeded.
I digged into the codes but still had no idea.
Hope somebody could help me out here.

Best Regards,
Chen Qi

The following changes since commit 3fa9508521d27e17bfe1a0aeb15d7fc2377218cd:

  Update tzcode to 2014c (2014-05-29 10:32:29 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib ChenQi/package-upgrades
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/package-upgrades

Chen Qi (3):
  gawk: upgrade from 4.0.2 to 4.1.1
  grep: upgrade 2.18 to 2.19
  shadow: upgrade from 4.1.4.3 to 4.2.1

 .../gawk/{gawk-4.0.2 => gawk-4.1.1}/run-ptest      |    0
 .../gawk/{gawk_4.0.2.bb => gawk_4.1.1.bb}          |    6 +-
 .../grep/{grep_2.18.bb => grep_2.19.bb}            |    4 +-
 .../shadow/files/add_root_cmd_groupmems.patch      |   75 --
 .../shadow/files/add_root_cmd_options.patch        | 1384 --------------------
 .../allow-for-setting-password-in-clear-text.patch |  215 ++-
 ...fix-unexpected-open-failure-in-chroot-env.patch |   46 +
 .../shadow/files/fix-etc-gshadow-reading.patch     |   36 -
 ...installation-failure-with-subids-disabled.patch |   28 +
 .../shadow-4.1.4.2-env-reset-keep-locale.patch     |   31 -
 .../files/shadow-4.1.4.2-groupmod-pam-check.patch  |   36 -
 .../files/shadow-4.1.4.2-su_no_sanitize_env.patch  |   31 -
 .../shadow/files/shadow.automake-1.11.patch        |  106 --
 .../files/shadow_fix_for_automake-1.12.patch       |   23 -
 .../files/slackware_fix_for_glib-2.17_crypt.patch  |   63 -
 meta/recipes-extended/shadow/files/useradd.patch   |   17 -
 ...-compilation-failure-with-subids-disabled.patch |   33 +
 ...uretty_4.1.4.3.bb => shadow-securetty_4.2.1.bb} |    0
 ...-sysroot_4.1.4.3.bb => shadow-sysroot_4.2.1.bb} |    0
 meta/recipes-extended/shadow/shadow.inc            |   33 +-
 .../shadow/{shadow_4.1.4.3.bb => shadow_4.2.1.bb}  |    0
 21 files changed, 227 insertions(+), 1940 deletions(-)
 rename meta/recipes-extended/gawk/{gawk-4.0.2 => gawk-4.1.1}/run-ptest (100%)
 rename meta/recipes-extended/gawk/{gawk_4.0.2.bb => gawk_4.1.1.bb} (84%)
 rename meta/recipes-extended/grep/{grep_2.18.bb => grep_2.19.bb} (86%)
 delete mode 100644 meta/recipes-extended/shadow/files/add_root_cmd_groupmems.patch
 delete mode 100644 meta/recipes-extended/shadow/files/add_root_cmd_options.patch
 create mode 100644 meta/recipes-extended/shadow/files/commonio.c-fix-unexpected-open-failure-in-chroot-env.patch
 delete mode 100644 meta/recipes-extended/shadow/files/fix-etc-gshadow-reading.patch
 create mode 100644 meta/recipes-extended/shadow/files/fix-installation-failure-with-subids-disabled.patch
 delete mode 100644 meta/recipes-extended/shadow/files/shadow-4.1.4.2-env-reset-keep-locale.patch
 delete mode 100644 meta/recipes-extended/shadow/files/shadow-4.1.4.2-groupmod-pam-check.patch
 delete mode 100644 meta/recipes-extended/shadow/files/shadow-4.1.4.2-su_no_sanitize_env.patch
 delete mode 100644 meta/recipes-extended/shadow/files/shadow.automake-1.11.patch
 delete mode 100644 meta/recipes-extended/shadow/files/shadow_fix_for_automake-1.12.patch
 delete mode 100644 meta/recipes-extended/shadow/files/slackware_fix_for_glib-2.17_crypt.patch
 delete mode 100644 meta/recipes-extended/shadow/files/useradd.patch
 create mode 100644 meta/recipes-extended/shadow/files/usermod-fix-compilation-failure-with-subids-disabled.patch
 rename meta/recipes-extended/shadow/{shadow-securetty_4.1.4.3.bb => shadow-securetty_4.2.1.bb} (100%)
 rename meta/recipes-extended/shadow/{shadow-sysroot_4.1.4.3.bb => shadow-sysroot_4.2.1.bb} (100%)
 rename meta/recipes-extended/shadow/{shadow_4.1.4.3.bb => shadow_4.2.1.bb} (100%)

-- 
1.7.9.5



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

* [PATCH 0/3] Package Upgrades
@ 2014-03-12  1:57 Chen Qi
  0 siblings, 0 replies; 26+ messages in thread
From: Chen Qi @ 2014-03-12  1:57 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 82c773e88aaefd9321481ad297554d5b4a3ae0b2:

  Revert "ncurses: use ln -r to generate relative symlink" (2014-03-03 15:52:26 +0000)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib ChenQi/package-upgrades
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/package-upgrades

Chen Qi (3):
  sudo: upgrade to 1.8.9p5
  grep: upgrade from 2.16 to 2.18
  gettext: upgrade from 0.18.3.1 to 0.18.3.2

 .../parallel.patch                                 |    0
 .../COPYING                                        |    0
 .../Makefile.in.in                                 |    0
 .../Makevars.template                              |    0
 .../aclocal.tgz                                    |  Bin 37591 -> 37591 bytes
 .../config.rpath                                   |    0
 ...conv-m4-remove-the-test-to-convert-euc-jp.patch |    0
 .../remove-potcdate.sin                            |    0
 ...8.3.1.bb => gettext-minimal-native_0.18.3.2.bb} |    0
 .../{gettext_0.18.3.1.bb => gettext_0.18.3.2.bb}   |    4 ++--
 .../grep/{grep_2.16.bb => grep_2.18.bb}            |    4 ++--
 .../sudo/{sudo_1.8.9p1.bb => sudo_1.8.9p5.bb}      |    4 ++--
 12 files changed, 6 insertions(+), 6 deletions(-)
 rename meta/recipes-core/gettext/{gettext-0.18.3.1 => gettext-0.18.3.2}/parallel.patch (100%)
 rename meta/recipes-core/gettext/{gettext-minimal-0.18.3.1 => gettext-minimal-0.18.3.2}/COPYING (100%)
 rename meta/recipes-core/gettext/{gettext-minimal-0.18.3.1 => gettext-minimal-0.18.3.2}/Makefile.in.in (100%)
 rename meta/recipes-core/gettext/{gettext-minimal-0.18.3.1 => gettext-minimal-0.18.3.2}/Makevars.template (100%)
 rename meta/recipes-core/gettext/{gettext-minimal-0.18.3.1 => gettext-minimal-0.18.3.2}/aclocal.tgz (100%)
 rename meta/recipes-core/gettext/{gettext-minimal-0.18.3.1 => gettext-minimal-0.18.3.2}/config.rpath (100%)
 rename meta/recipes-core/gettext/{gettext-minimal-0.18.3.1 => gettext-minimal-0.18.3.2}/iconv-m4-remove-the-test-to-convert-euc-jp.patch (100%)
 rename meta/recipes-core/gettext/{gettext-minimal-0.18.3.1 => gettext-minimal-0.18.3.2}/remove-potcdate.sin (100%)
 rename meta/recipes-core/gettext/{gettext-minimal-native_0.18.3.1.bb => gettext-minimal-native_0.18.3.2.bb} (100%)
 rename meta/recipes-core/gettext/{gettext_0.18.3.1.bb => gettext_0.18.3.2.bb} (97%)
 rename meta/recipes-extended/grep/{grep_2.16.bb => grep_2.18.bb} (86%)
 rename meta/recipes-extended/sudo/{sudo_1.8.9p1.bb => sudo_1.8.9p5.bb} (83%)

-- 
1.7.9.5



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

* [PATCH 0/3] Package upgrades
@ 2013-11-26 12:39 Cristiana Voicu
  0 siblings, 0 replies; 26+ messages in thread
From: Cristiana Voicu @ 2013-11-26 12:39 UTC (permalink / raw)
  To: openembedded-core

Hi,

Tests done:
 * build tested on AB running following nightlies: build-appliance, x86, x86_64, ppc, mips, arm;
 * checked with dpkg if the packages were installed and their version on a sato image;
test --version functionality

Thanks,
Cristiana


The following changes since commit 6ddb9bf0976169fde7eee16d70a83210aa354416:

  bitbake: perforce: Fix path subdirectory issues (2013-11-24 12:25:37 +0000)

are available in the git repository at:

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

Cristiana Voicu (3):
  apr: upgrade to 1.5.0
  apr-util: upgrade to 1.5.3
  systemtap: upgrade to 2.4

 meta/recipes-kernel/systemtap/systemtap_git.inc    |    4 ++--
 .../apr/{apr-util_1.5.2.bb => apr-util_1.5.3.bb}   |    4 ++--
 .../apr/{apr_1.4.8.bb => apr_1.5.0.bb}             |    6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)
 rename meta/recipes-support/apr/{apr-util_1.5.2.bb => apr-util_1.5.3.bb} (92%)
 rename meta/recipes-support/apr/{apr_1.4.8.bb => apr_1.5.0.bb} (89%)

-- 
1.7.9.5



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

* [PATCH 0/3] Package upgrades
@ 2013-10-24 18:29 Marko Lindqvist
  0 siblings, 0 replies; 26+ messages in thread
From: Marko Lindqvist @ 2013-10-24 18:29 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 843a5dd8f8f0461e286d9fdb3ba55205b4275f88:

  base.bbclass: fix nondeterministic PACKAGECONFIG processing order (2013-10-24 08:38:24 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib cazfi/up
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=cazfi/up

Marko Lindqvist (3):
  gtk+: upgrade gtk+ to upstream version 2.24.22
  cairo: upgrade to upstream version 1.12.16
  harfbuzz: upgrade to upstream version 0.9.22

 ...utton-do-not-prelight-in-touchscreen-mode.patch |  0
 ...Duplicate-the-exec-string-returned-by-gtk.patch |  0
 .../cellrenderer-cairo.patch                       |  0
 .../configure-nm.patch                             |  0
 .../configurefix.patch                             |  0
 .../{gtk+-2.24.20 => gtk+-2.24.22}/doc-fixes.patch |  0
 .../entry-cairo.patch                              |  0
 .../hardcoded_libtool.patch                        |  0
 .../{gtk+-2.24.20 => gtk+-2.24.22}/no-demos.patch  |  0
 .../run-iconcache.patch                            |  0
 .../toggle-font.diff                               |  0
 .../{gtk+-2.24.20 => gtk+-2.24.22}/xsettings.patch |  0
 .../gtk+/{gtk+_2.24.20.bb => gtk+_2.24.22.bb}      |  4 +-
 meta/recipes-graphics/cairo/cairo/png.patch        | 52 ----------------------
 .../cairo/{cairo_1.12.14.bb => cairo_1.12.16.bb}   |  9 ++--
 .../{harfbuzz_0.9.19.bb => harfbuzz_0.9.22.bb}     |  9 ++--
 16 files changed, 8 insertions(+), 66 deletions(-)
 rename meta/recipes-gnome/gtk+/{gtk+-2.24.20 => gtk+-2.24.22}/0001-GtkButton-do-not-prelight-in-touchscreen-mode.patch (100%)
 rename meta/recipes-gnome/gtk+/{gtk+-2.24.20 => gtk+-2.24.22}/0001-bgo-584832-Duplicate-the-exec-string-returned-by-gtk.patch (100%)
 rename meta/recipes-gnome/gtk+/{gtk+-2.24.20 => gtk+-2.24.22}/cellrenderer-cairo.patch (100%)
 rename meta/recipes-gnome/gtk+/{gtk+-2.24.20 => gtk+-2.24.22}/configure-nm.patch (100%)
 rename meta/recipes-gnome/gtk+/{gtk+-2.24.20 => gtk+-2.24.22}/configurefix.patch (100%)
 rename meta/recipes-gnome/gtk+/{gtk+-2.24.20 => gtk+-2.24.22}/doc-fixes.patch (100%)
 rename meta/recipes-gnome/gtk+/{gtk+-2.24.20 => gtk+-2.24.22}/entry-cairo.patch (100%)
 rename meta/recipes-gnome/gtk+/{gtk+-2.24.20 => gtk+-2.24.22}/hardcoded_libtool.patch (100%)
 rename meta/recipes-gnome/gtk+/{gtk+-2.24.20 => gtk+-2.24.22}/no-demos.patch (100%)
 rename meta/recipes-gnome/gtk+/{gtk+-2.24.20 => gtk+-2.24.22}/run-iconcache.patch (100%)
 rename meta/recipes-gnome/gtk+/{gtk+-2.24.20 => gtk+-2.24.22}/toggle-font.diff (100%)
 rename meta/recipes-gnome/gtk+/{gtk+-2.24.20 => gtk+-2.24.22}/xsettings.patch (100%)
 rename meta/recipes-gnome/gtk+/{gtk+_2.24.20.bb => gtk+_2.24.22.bb} (93%)
 delete mode 100644 meta/recipes-graphics/cairo/cairo/png.patch
 rename meta/recipes-graphics/cairo/{cairo_1.12.14.bb => cairo_1.12.16.bb} (87%)
 rename meta/recipes-graphics/harfbuzz/{harfbuzz_0.9.19.bb => harfbuzz_0.9.22.bb} (70%)

-- 
1.8.4.rc3



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

* [PATCH 0/3] Package upgrades
@ 2013-08-05  8:28 Cristiana Voicu
  0 siblings, 0 replies; 26+ messages in thread
From: Cristiana Voicu @ 2013-08-05  8:28 UTC (permalink / raw)
  To: openembedded-core

Hi,

Tests done:
 * build tested on AB running following nightlies: x86, x86_64, ppc, mips, arm;
 * checked with rpm if the packages were installed; basic functionality for
curl, lttng (which is depending on liburcu) and tzdata

Thanks,
Cristiana

The following changes since commit 9de0ad47462c13ac4a2d73e12e92be6c1b4e0415:

  genericx86: ship all the driver firmware by default (2013-07-31 07:00:00 +0100)

are available in the git repository at:

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

Cristiana Voicu (3):
  tzdata: upgrade to 2013d
  liburcu: upgrade to 0.7.7
  curl: upgrade to 7.31.0

 .../recipes-extended/tzcode/tzcode-native_2013d.bb |    4 ++--
 .../tzdata/{tzdata_2013b.bb => tzdata_2013d.bb}    |    4 ++--
 .../curl/{curl_7.30.0.bb => curl_7.31.0.bb}        |    5 ++---
 .../liburcu/{liburcu_0.7.6.bb => liburcu_0.7.7.bb} |    6 ++----
 4 files changed, 8 insertions(+), 11 deletions(-)
 rename meta/recipes-extended/tzdata/{tzdata_2013b.bb => tzdata_2013d.bb} (98%)
 rename meta/recipes-support/curl/{curl_7.30.0.bb => curl_7.31.0.bb} (92%)
 rename meta/recipes-support/liburcu/{liburcu_0.7.6.bb => liburcu_0.7.7.bb} (80%)

-- 
1.7.9.5



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

* [PATCH 0/3] Package upgrades
@ 2012-12-10  8:08 Constantin Musca
  0 siblings, 0 replies; 26+ messages in thread
From: Constantin Musca @ 2012-12-10  8:08 UTC (permalink / raw)
  To: openembedded-core

This represents another set of package upgrades (pixman, qemu) tested using
core-image-sato on all architectures. We need to update the DEPENDS variable
and enable the missing nativesdk packages because now QEMU uses pixman.
The following changes since commit c607095894cab60493ddfc4b967b0325e1c313b4:

  bitbake: Revert "BBHandler: Ensure parser state engine is correctly reset for new parsing" (2012-12-07 18:09:01 +0000)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib cmuscax/pus2
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=cmuscax/pus2

Constantin Musca (3):
  libpng: enable nativesdk variant
  pixman: upgrade to 0.28.0
  qemu: upgrade to 1.3.0

 ...re_vga-Add-back-some-info-in-local-state-.patch | 114 ++++++++++++++++++
 .../qemu/{qemu-1.2.0 => files}/arm-bgr.patch       |   0
 .../enable-i386-linux-user.patch                   |   0
 .../fallback-to-safe-mmap_min_addr.patch           |   0
 .../fix-configure-checks.patch                     |   0
 .../qemu/{qemu-1.2.0 => files}/init-info.patch     |   0
 .../larger_default_ram_size.patch                  |   0
 .../qemu/{qemu-1.2.0 => files}/linker-flags.patch  |   0
 .../qemu/{qemu-1.2.0 => files}/no-strip.patch      |   0
 .../qemu/{qemu-1.2.0 => files}/powerpc_rom.bin     | Bin
 .../{qemu-1.2.0 => files}/relocatable_sdk.patch    |   0
 .../qemu/qemu-1.2.0/qemu-vmware-vga-depth.patch    | 106 -----------------
 .../qemu/qemu-1.2.0/remove-hardcoded-libexec.patch |  41 -------
 .../qemu/qemu-git/enable-i386-linux-user.patch     |  55 ---------
 .../qemu/qemu-git/linker-flags.patch               |  25 ----
 meta/recipes-devtools/qemu/qemu-git/no-strip.patch |  15 ---
 .../recipes-devtools/qemu/qemu-git/powerpc_rom.bin | Bin 4096 -> 0 bytes
 .../qemu/qemu-git/qemu-vmware-vga-depth.patch      | 118 -------------------
 .../qemu/qemu-git/remove-hardcoded-libexec.patch   |  41 -------
 meta/recipes-devtools/qemu/qemu.inc                |  66 ++++++++---
 meta/recipes-devtools/qemu/qemu_1.2.0.bb           |  52 --------
 meta/recipes-devtools/qemu/qemu_1.3.0.bb           |  10 ++
 meta/recipes-devtools/qemu/qemu_git.bb             |  11 +-
 ...plementation-of-pixman_blt-with-overlapp.patch} | 131 ++++++++++-----------
 .../{pixman_0.27.2.bb => pixman_0.28.0.bb}         |  10 +-
 meta/recipes-multimedia/libpng/libpng_1.2.50.bb    |   4 +-
 26 files changed, 249 insertions(+), 550 deletions(-)
 create mode 100644 meta/recipes-devtools/qemu/files/Revert-vmware_vga-Add-back-some-info-in-local-state-.patch
 rename meta/recipes-devtools/qemu/{qemu-1.2.0 => files}/arm-bgr.patch (100%)
 rename meta/recipes-devtools/qemu/{qemu-1.2.0 => files}/enable-i386-linux-user.patch (100%)
 rename meta/recipes-devtools/qemu/{qemu-1.2.0 => files}/fallback-to-safe-mmap_min_addr.patch (100%)
 rename meta/recipes-devtools/qemu/{qemu-1.2.0 => files}/fix-configure-checks.patch (100%)
 rename meta/recipes-devtools/qemu/{qemu-1.2.0 => files}/init-info.patch (100%)
 rename meta/recipes-devtools/qemu/{qemu-1.2.0 => files}/larger_default_ram_size.patch (100%)
 rename meta/recipes-devtools/qemu/{qemu-1.2.0 => files}/linker-flags.patch (100%)
 rename meta/recipes-devtools/qemu/{qemu-1.2.0 => files}/no-strip.patch (100%)
 rename meta/recipes-devtools/qemu/{qemu-1.2.0 => files}/powerpc_rom.bin (100%)
 rename meta/recipes-devtools/qemu/{qemu-1.2.0 => files}/relocatable_sdk.patch (100%)
 delete mode 100644 meta/recipes-devtools/qemu/qemu-1.2.0/qemu-vmware-vga-depth.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu-1.2.0/remove-hardcoded-libexec.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu-git/enable-i386-linux-user.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu-git/linker-flags.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu-git/no-strip.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu-git/powerpc_rom.bin
 delete mode 100644 meta/recipes-devtools/qemu/qemu-git/qemu-vmware-vga-depth.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu-git/remove-hardcoded-libexec.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu_1.2.0.bb
 create mode 100644 meta/recipes-devtools/qemu/qemu_1.3.0.bb
 rename meta/recipes-graphics/xorg-lib/pixman/{0002-Generic-C-implementation-of-pixman_blt-with-overlapp.patch => Generic-C-implementation-of-pixman_blt-with-overlapp.patch} (45%)
 rename meta/recipes-graphics/xorg-lib/{pixman_0.27.2.bb => pixman_0.28.0.bb} (80%)

-- 
1.7.11.7




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

* Re: [PATCH 0/3] Package upgrades
  2012-08-23 11:44 Constantin Musca
@ 2012-08-24 18:36 ` Saul Wold
  0 siblings, 0 replies; 26+ messages in thread
From: Saul Wold @ 2012-08-24 18:36 UTC (permalink / raw)
  To: Constantin Musca; +Cc: openembedded-core

On 08/23/2012 04:44 AM, Constantin Musca wrote:
> This is another set of package upgrades compiled on all architectures
> and tested using core-image-sato.
>
> Constantin Musca (3):
>    foomatic-filters: upgrade to 4.0.17
>    libnfsidmap: upgrade to 0.25
>    dbus-glib: upgrade to 0.100
>
>   .../nfs-utils/files/fix-ac-prereq.patch            |    6 ++----
>   .../{libnfsidmap_0.24.bb => libnfsidmap_0.25.bb}   |    6 +++---
>   .../no-examples.patch                              |    0
>   .../test-install-makefile.patch                    |    0
>   .../test-service-glib-include-glib-only.patch      |   20 --------------------
>   meta/recipes-core/dbus/dbus-glib.inc               |    1 -
>   .../dbus/{dbus-glib_0.98.bb => dbus-glib_0.100.bb} |    6 +++---
>   ...ilters_4.0.16.bb => foomatic-filters_4.0.17.bb} |    6 +++---
>   8 files changed, 11 insertions(+), 34 deletions(-)
>   rename meta/recipes-connectivity/nfs-utils/{libnfsidmap_0.24.bb => libnfsidmap_0.25.bb} (74%)
>   rename meta/recipes-core/dbus/{dbus-glib-0.98 => dbus-glib-0.100}/no-examples.patch (100%)
>   rename meta/recipes-core/dbus/{dbus-glib-0.98 => dbus-glib-0.100}/test-install-makefile.patch (100%)
>   delete mode 100644 meta/recipes-core/dbus/dbus-glib-0.98/test-service-glib-include-glib-only.patch
>   rename meta/recipes-core/dbus/{dbus-glib_0.98.bb => dbus-glib_0.100.bb} (13%)
>   rename meta/recipes-extended/foomatic/{foomatic-filters_4.0.16.bb => foomatic-filters_4.0.17.bb} (90%)
>
Merged into OE-Core

Thanks
	Sau!




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

* [PATCH 0/3] Package upgrades
@ 2012-08-23 11:44 Constantin Musca
  2012-08-24 18:36 ` Saul Wold
  0 siblings, 1 reply; 26+ messages in thread
From: Constantin Musca @ 2012-08-23 11:44 UTC (permalink / raw)
  To: openembedded-core; +Cc: Constantin Musca

This is another set of package upgrades compiled on all architectures
and tested using core-image-sato.

Constantin Musca (3):
  foomatic-filters: upgrade to 4.0.17
  libnfsidmap: upgrade to 0.25
  dbus-glib: upgrade to 0.100

 .../nfs-utils/files/fix-ac-prereq.patch            |    6 ++----
 .../{libnfsidmap_0.24.bb => libnfsidmap_0.25.bb}   |    6 +++---
 .../no-examples.patch                              |    0
 .../test-install-makefile.patch                    |    0
 .../test-service-glib-include-glib-only.patch      |   20 --------------------
 meta/recipes-core/dbus/dbus-glib.inc               |    1 -
 .../dbus/{dbus-glib_0.98.bb => dbus-glib_0.100.bb} |    6 +++---
 ...ilters_4.0.16.bb => foomatic-filters_4.0.17.bb} |    6 +++---
 8 files changed, 11 insertions(+), 34 deletions(-)
 rename meta/recipes-connectivity/nfs-utils/{libnfsidmap_0.24.bb => libnfsidmap_0.25.bb} (74%)
 rename meta/recipes-core/dbus/{dbus-glib-0.98 => dbus-glib-0.100}/no-examples.patch (100%)
 rename meta/recipes-core/dbus/{dbus-glib-0.98 => dbus-glib-0.100}/test-install-makefile.patch (100%)
 delete mode 100644 meta/recipes-core/dbus/dbus-glib-0.98/test-service-glib-include-glib-only.patch
 rename meta/recipes-core/dbus/{dbus-glib_0.98.bb => dbus-glib_0.100.bb} (13%)
 rename meta/recipes-extended/foomatic/{foomatic-filters_4.0.16.bb => foomatic-filters_4.0.17.bb} (90%)

-- 
1.7.9.5




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

* Re: [PATCH 0/3] Package upgrades
  2012-08-14 12:50 Constantin Musca
@ 2012-08-17 21:09 ` Saul Wold
  0 siblings, 0 replies; 26+ messages in thread
From: Saul Wold @ 2012-08-17 21:09 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: Constantin Musca

On 08/14/2012 05:50 AM, Constantin Musca wrote:
> This is another set of package upgrades compiled on all architectures
> and tested using core-image-sato-sdk. Beware that the libxrandr package upgrade
> must be applied after applying the randrproto package upgrade.
>
> Constantin Musca (3):
>    pciutils: upgrade to 3.1.10
Merged into OE-Core

>    randrproto: upgrade to 1.4.0
>    libxrandr: upgrade to 1.4.0
>
These 2 need commit message updates explaining what changed in their 
license files.  It could be as simple as saying the Year changed, but we 
need to know.

Thanks
	Sau!


>   .../configure.patch                                |    0
>   .../guess-fix.patch                                |    0
>   .../lib-build-fix.patch                            |    0
>   .../makefile.patch                                 |    0
>   .../pcimodules-pciutils.diff                       |    0
>   .../{pciutils_3.1.9.bb => pciutils_3.1.10.bb}      |    4 ++--
>   .../{libxrandr_1.3.2.bb => libxrandr_1.4.0.bb}     |    6 +++---
>   .../{randrproto_1.3.2.bb => randrproto_1.4.0.bb}   |    8 ++++----
>   8 files changed, 9 insertions(+), 9 deletions(-)
>   rename meta/recipes-bsp/pciutils/{pciutils-3.1.9 => pciutils-3.1.10}/configure.patch (100%)
>   rename meta/recipes-bsp/pciutils/{pciutils-3.1.9 => pciutils-3.1.10}/guess-fix.patch (100%)
>   rename meta/recipes-bsp/pciutils/{pciutils-3.1.9 => pciutils-3.1.10}/lib-build-fix.patch (100%)
>   rename meta/recipes-bsp/pciutils/{pciutils-3.1.9 => pciutils-3.1.10}/makefile.patch (100%)
>   rename meta/recipes-bsp/pciutils/{pciutils-3.1.9 => pciutils-3.1.10}/pcimodules-pciutils.diff (100%)
>   rename meta/recipes-bsp/pciutils/{pciutils_3.1.9.bb => pciutils_3.1.10.bb} (92%)
>   rename meta/recipes-graphics/xorg-lib/{libxrandr_1.3.2.bb => libxrandr_1.4.0.bb} (72%)
>   rename meta/recipes-graphics/xorg-proto/{randrproto_1.3.2.bb => randrproto_1.4.0.bb} (68%)
>



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

* Re: [PATCH 0/3] Package upgrades
  2012-08-13 14:27 Constantin Musca
@ 2012-08-17 20:56 ` Saul Wold
  0 siblings, 0 replies; 26+ messages in thread
From: Saul Wold @ 2012-08-17 20:56 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: Constantin Musca

On 08/13/2012 07:27 AM, Constantin Musca wrote:
> The set contains package upgrades compiled successfully on all architectures
> and tested using the xorg-server.
>
> Constantin Musca (3):
>    pixman: upgrade to 0.27.2
>    glproto: upgrade to 1.4.16
>    dri2proto: upgrade to 2.8
>
>   .../{pixman_0.26.2.bb => pixman_0.27.2.bb}         |    4 ++--
>   .../{dri2proto_2.6.bb => dri2proto_2.8.bb}         |    4 ++--
>   .../{glproto_1.4.15.bb => glproto_1.4.16.bb}       |    4 ++--
>   3 files changed, 6 insertions(+), 6 deletions(-)
>   rename meta/recipes-graphics/xorg-lib/{pixman_0.26.2.bb => pixman_0.27.2.bb} (86%)
>   rename meta/recipes-graphics/xorg-proto/{dri2proto_2.6.bb => dri2proto_2.8.bb} (76%)
>   rename meta/recipes-graphics/xorg-proto/{glproto_1.4.15.bb => glproto_1.4.16.bb} (77%)
>
Merged these into OE-Core

In the future when making multiple updates if you can use the 
create-pull-request script and use a branch in poky-contrib that would 
be very useful to me as then I can pull all your changes in on branch.

Thanks
	Sau!




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

* [PATCH 0/3] Package upgrades
@ 2012-08-14 12:50 Constantin Musca
  2012-08-17 21:09 ` Saul Wold
  0 siblings, 1 reply; 26+ messages in thread
From: Constantin Musca @ 2012-08-14 12:50 UTC (permalink / raw)
  To: openembedded-core; +Cc: openembedded-core, Constantin Musca

This is another set of package upgrades compiled on all architectures
and tested using core-image-sato-sdk. Beware that the libxrandr package upgrade
must be applied after applying the randrproto package upgrade.

Constantin Musca (3):
  pciutils: upgrade to 3.1.10
  randrproto: upgrade to 1.4.0
  libxrandr: upgrade to 1.4.0

 .../configure.patch                                |    0
 .../guess-fix.patch                                |    0
 .../lib-build-fix.patch                            |    0
 .../makefile.patch                                 |    0
 .../pcimodules-pciutils.diff                       |    0
 .../{pciutils_3.1.9.bb => pciutils_3.1.10.bb}      |    4 ++--
 .../{libxrandr_1.3.2.bb => libxrandr_1.4.0.bb}     |    6 +++---
 .../{randrproto_1.3.2.bb => randrproto_1.4.0.bb}   |    8 ++++----
 8 files changed, 9 insertions(+), 9 deletions(-)
 rename meta/recipes-bsp/pciutils/{pciutils-3.1.9 => pciutils-3.1.10}/configure.patch (100%)
 rename meta/recipes-bsp/pciutils/{pciutils-3.1.9 => pciutils-3.1.10}/guess-fix.patch (100%)
 rename meta/recipes-bsp/pciutils/{pciutils-3.1.9 => pciutils-3.1.10}/lib-build-fix.patch (100%)
 rename meta/recipes-bsp/pciutils/{pciutils-3.1.9 => pciutils-3.1.10}/makefile.patch (100%)
 rename meta/recipes-bsp/pciutils/{pciutils-3.1.9 => pciutils-3.1.10}/pcimodules-pciutils.diff (100%)
 rename meta/recipes-bsp/pciutils/{pciutils_3.1.9.bb => pciutils_3.1.10.bb} (92%)
 rename meta/recipes-graphics/xorg-lib/{libxrandr_1.3.2.bb => libxrandr_1.4.0.bb} (72%)
 rename meta/recipes-graphics/xorg-proto/{randrproto_1.3.2.bb => randrproto_1.4.0.bb} (68%)

-- 
1.7.9.5




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

* [PATCH 0/3] Package upgrades
@ 2012-08-13 14:27 Constantin Musca
  2012-08-17 20:56 ` Saul Wold
  0 siblings, 1 reply; 26+ messages in thread
From: Constantin Musca @ 2012-08-13 14:27 UTC (permalink / raw)
  To: openembedded-core; +Cc: openembedded-core, Constantin Musca

The set contains package upgrades compiled successfully on all architectures
and tested using the xorg-server.

Constantin Musca (3):
  pixman: upgrade to 0.27.2
  glproto: upgrade to 1.4.16
  dri2proto: upgrade to 2.8

 .../{pixman_0.26.2.bb => pixman_0.27.2.bb}         |    4 ++--
 .../{dri2proto_2.6.bb => dri2proto_2.8.bb}         |    4 ++--
 .../{glproto_1.4.15.bb => glproto_1.4.16.bb}       |    4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{pixman_0.26.2.bb => pixman_0.27.2.bb} (86%)
 rename meta/recipes-graphics/xorg-proto/{dri2proto_2.6.bb => dri2proto_2.8.bb} (76%)
 rename meta/recipes-graphics/xorg-proto/{glproto_1.4.15.bb => glproto_1.4.16.bb} (77%)

-- 
1.7.9.5




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

end of thread, other threads:[~2018-03-30  8:37 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-20  1:11 [PATCH 0/3] Package upgrades Denys Dmytriyenko
2018-03-20  1:11 ` [PATCH 1/3] lzip: upgrade 1.19 -> 1.20 Denys Dmytriyenko
2018-03-20  1:11 ` [PATCH 2/3] hdparm: upgrade 9.53 -> 9.55 Denys Dmytriyenko
2018-03-20  1:11 ` [PATCH 3/3] lz4: upgrade 1.7.4 -> 1.8.1.2 Denys Dmytriyenko
2018-03-29 22:41 ` [PATCH 0/3] Package upgrades Denys Dmytriyenko
2018-03-29 23:39   ` Andre McCurdy
2018-03-30  0:17     ` Denys Dmytriyenko
2018-03-30  1:38       ` Khem Raj
2018-03-30  2:34         ` Denys Dmytriyenko
2018-03-30  2:41           ` Khem Raj
2018-03-30  3:30             ` Denys Dmytriyenko
2018-03-30  8:36   ` Richard Purdie
  -- strict thread matches above, loose matches on Subject: below --
2015-05-11  6:48 [PATCH 0/3] Package Upgrades Robert Yang
2015-04-10  8:31 Robert Yang
2014-06-03  1:41 Chen Qi
2014-03-12  1:57 Chen Qi
2013-11-26 12:39 [PATCH 0/3] Package upgrades Cristiana Voicu
2013-10-24 18:29 Marko Lindqvist
2013-08-05  8:28 Cristiana Voicu
2012-12-10  8:08 Constantin Musca
2012-08-23 11:44 Constantin Musca
2012-08-24 18:36 ` Saul Wold
2012-08-14 12:50 Constantin Musca
2012-08-17 21:09 ` Saul Wold
2012-08-13 14:27 Constantin Musca
2012-08-17 20:56 ` Saul Wold

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.