Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/4] Package upgrades
@ 2018-05-21 23:17 Denys Dmytriyenko
  2018-05-21 23:17 ` [PATCH 1/4] hdparm: upgrade 9.55 -> 9.56 Denys Dmytriyenko
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Denys Dmytriyenko @ 2018-05-21 23:17 UTC (permalink / raw)
  To: openembedded-core; +Cc: Denys Dmytriyenko

From: Denys Dmytriyenko <denys@ti.com>

Upgrades for hdparm, lz4, mtd-utils and wayland-protocols.

The following changes since commit 9611485bba03ef77ff31121e3b1da7cd57990c3e:

  patchreview: don't disable malformed SoB check (2018-05-15 10:00:33 +0100)

are available in the git repository at:

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

Denys Dmytriyenko (4):
  hdparm: upgrade 9.55 -> 9.56
  lz4: upgrade 1.8.1.2 -> 1.8.2
  mtd-utils: upgrade 2.0.1 -> 2.0.2
  wayland-protocols: upgrade 1.13 -> 1.14

 meta/recipes-devtools/mtd/mtd-utils_git.bb                            | 4 ++--
 meta/recipes-extended/hdparm/{hdparm_9.55.bb => hdparm_9.56.bb}       | 4 ++--
 .../wayland/{wayland-protocols_1.13.bb => wayland-protocols_1.14.bb}  | 4 ++--
 meta/recipes-support/lz4/{lz4_1.8.1.2.bb => lz4_1.8.2.bb}             | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)
 rename meta/recipes-extended/hdparm/{hdparm_9.55.bb => hdparm_9.56.bb} (90%)
 rename meta/recipes-graphics/wayland/{wayland-protocols_1.13.bb => wayland-protocols_1.14.bb} (85%)
 rename meta/recipes-support/lz4/{lz4_1.8.1.2.bb => lz4_1.8.2.bb} (94%)

-- 
2.7.4



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

* [PATCH 1/4] hdparm: upgrade 9.55 -> 9.56
  2018-05-21 23:17 [PATCH 0/4] Package upgrades Denys Dmytriyenko
@ 2018-05-21 23:17 ` Denys Dmytriyenko
  2018-05-21 23:17 ` [PATCH 2/4] lz4: upgrade 1.8.1.2 -> 1.8.2 Denys Dmytriyenko
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 14+ messages in thread
From: Denys Dmytriyenko @ 2018-05-21 23:17 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.55.bb => hdparm_9.56.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/hdparm/{hdparm_9.55.bb => hdparm_9.56.bb} (90%)

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



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

* [PATCH 2/4] lz4: upgrade 1.8.1.2 -> 1.8.2
  2018-05-21 23:17 [PATCH 0/4] Package upgrades Denys Dmytriyenko
  2018-05-21 23:17 ` [PATCH 1/4] hdparm: upgrade 9.55 -> 9.56 Denys Dmytriyenko
@ 2018-05-21 23:17 ` Denys Dmytriyenko
  2018-05-21 23:17 ` [PATCH 3/4] mtd-utils: upgrade 2.0.1 -> 2.0.2 Denys Dmytriyenko
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 14+ messages in thread
From: Denys Dmytriyenko @ 2018-05-21 23:17 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-support/lz4/{lz4_1.8.1.2.bb => lz4_1.8.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/lz4/{lz4_1.8.1.2.bb => lz4_1.8.2.bb} (94%)

diff --git a/meta/recipes-support/lz4/lz4_1.8.1.2.bb b/meta/recipes-support/lz4/lz4_1.8.2.bb
similarity index 94%
rename from meta/recipes-support/lz4/lz4_1.8.1.2.bb
rename to meta/recipes-support/lz4/lz4_1.8.2.bb
index 03017b3..5ad17e1 100644
--- a/meta/recipes-support/lz4/lz4_1.8.1.2.bb
+++ b/meta/recipes-support/lz4/lz4_1.8.2.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://lib/LICENSE;md5=ebc2ea4814a64de7708f1571904b32cc \
 
 PE = "1"
 
-SRCREV = "dfed9fa1d77f0434306d377c4da1f7191d3ba08a"
+SRCREV = "b3692db46d2b23a7c0af2d5e69988c94f126e10a"
 
 SRC_URI = "git://github.com/lz4/lz4.git \
            file://run-ptest \
-- 
2.7.4



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

* [PATCH 3/4] mtd-utils: upgrade 2.0.1 -> 2.0.2
  2018-05-21 23:17 [PATCH 0/4] Package upgrades Denys Dmytriyenko
  2018-05-21 23:17 ` [PATCH 1/4] hdparm: upgrade 9.55 -> 9.56 Denys Dmytriyenko
  2018-05-21 23:17 ` [PATCH 2/4] lz4: upgrade 1.8.1.2 -> 1.8.2 Denys Dmytriyenko
@ 2018-05-21 23:17 ` Denys Dmytriyenko
  2018-05-22  7:49   ` Andrea Adami
  2018-05-21 23:17 ` [PATCH 4/4] wayland-protocols: upgrade 1.13 -> 1.14 Denys Dmytriyenko
  2018-05-21 23:21 ` [PATCH 0/4] Package upgrades Denys Dmytriyenko
  4 siblings, 1 reply; 14+ messages in thread
From: Denys Dmytriyenko @ 2018-05-21 23:17 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-devtools/mtd/mtd-utils_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/mtd/mtd-utils_git.bb b/meta/recipes-devtools/mtd/mtd-utils_git.bb
index a0e1cf7..97a3e0c 100644
--- a/meta/recipes-devtools/mtd/mtd-utils_git.bb
+++ b/meta/recipes-devtools/mtd/mtd-utils_git.bb
@@ -10,9 +10,9 @@ inherit autotools pkgconfig update-alternatives
 DEPENDS = "zlib lzo e2fsprogs util-linux"
 RDEPENDS_mtd-utils-tests += "bash"
 
-PV = "2.0.1+${SRCPV}"
+PV = "2.0.2+${SRCPV}"
 
-SRCREV = "9c6173559f95e939e66efb2ec3193d6f3618cf69"
+SRCREV = "bc63d36e39f389c8c17f6a8e9db47f2acc884659"
 SRC_URI = "git://git.infradead.org/mtd-utils.git \
            file://add-exclusion-to-mkfs-jffs2-git-2.patch \
 "
-- 
2.7.4



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

* [PATCH 4/4] wayland-protocols: upgrade 1.13 -> 1.14
  2018-05-21 23:17 [PATCH 0/4] Package upgrades Denys Dmytriyenko
                   ` (2 preceding siblings ...)
  2018-05-21 23:17 ` [PATCH 3/4] mtd-utils: upgrade 2.0.1 -> 2.0.2 Denys Dmytriyenko
@ 2018-05-21 23:17 ` Denys Dmytriyenko
  2018-05-21 23:21 ` [PATCH 0/4] Package upgrades Denys Dmytriyenko
  4 siblings, 0 replies; 14+ messages in thread
From: Denys Dmytriyenko @ 2018-05-21 23:17 UTC (permalink / raw)
  To: openembedded-core; +Cc: Denys Dmytriyenko

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 .../wayland/{wayland-protocols_1.13.bb => wayland-protocols_1.14.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/wayland/{wayland-protocols_1.13.bb => wayland-protocols_1.14.bb} (85%)

diff --git a/meta/recipes-graphics/wayland/wayland-protocols_1.13.bb b/meta/recipes-graphics/wayland/wayland-protocols_1.14.bb
similarity index 85%
rename from meta/recipes-graphics/wayland/wayland-protocols_1.13.bb
rename to meta/recipes-graphics/wayland/wayland-protocols_1.14.bb
index 1ef1ee1..3393a2c 100644
--- a/meta/recipes-graphics/wayland/wayland-protocols_1.13.bb
+++ b/meta/recipes-graphics/wayland/wayland-protocols_1.14.bb
@@ -11,8 +11,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c7b12b6702da38ca028ace54aae3d484 \
 
 SRC_URI = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \
            "
-SRC_URI[md5sum] = "29312149dafcd4a0e739ba94995a574d"
-SRC_URI[sha256sum] = "0758bc8008d5332f431b2a84fea7de64d971ce270ed208206a098ff2ebc68f38"
+SRC_URI[md5sum] = "5d32eaf0f5d6b7da7f5ad0959e2551e6"
+SRC_URI[sha256sum] = "9648896b2462b49b15a69b60f44656593c170c0e73121c890eb16d0c1d9376f6"
 
 inherit allarch autotools pkgconfig
 
-- 
2.7.4



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

* Re: [PATCH 0/4] Package upgrades
  2018-05-21 23:17 [PATCH 0/4] Package upgrades Denys Dmytriyenko
                   ` (3 preceding siblings ...)
  2018-05-21 23:17 ` [PATCH 4/4] wayland-protocols: upgrade 1.13 -> 1.14 Denys Dmytriyenko
@ 2018-05-21 23:21 ` Denys Dmytriyenko
  4 siblings, 0 replies; 14+ messages in thread
From: Denys Dmytriyenko @ 2018-05-21 23:21 UTC (permalink / raw)
  To: openembedded-core

On Mon, May 21, 2018 at 07:17:35PM -0400, Denys Dmytriyenko wrote:
> From: Denys Dmytriyenko <denys@ti.com>
> 
> Upgrades for hdparm, lz4, mtd-utils and wayland-protocols.
> 
> The following changes since commit 9611485bba03ef77ff31121e3b1da7cd57990c3e:
> 
>   patchreview: don't disable malformed SoB check (2018-05-15 10:00:33 +0100)
> 
> are available in the git repository at:
> 
>   git://push.openembedded.org/openembedded-core-contrib denix/master

BTW, create-pull-request doesn't seem to handle push.oe.org vs. git.oe.org


> 
> Denys Dmytriyenko (4):
>   hdparm: upgrade 9.55 -> 9.56
>   lz4: upgrade 1.8.1.2 -> 1.8.2
>   mtd-utils: upgrade 2.0.1 -> 2.0.2
>   wayland-protocols: upgrade 1.13 -> 1.14
> 
>  meta/recipes-devtools/mtd/mtd-utils_git.bb                            | 4 ++--
>  meta/recipes-extended/hdparm/{hdparm_9.55.bb => hdparm_9.56.bb}       | 4 ++--
>  .../wayland/{wayland-protocols_1.13.bb => wayland-protocols_1.14.bb}  | 4 ++--
>  meta/recipes-support/lz4/{lz4_1.8.1.2.bb => lz4_1.8.2.bb}             | 2 +-
>  4 files changed, 7 insertions(+), 7 deletions(-)
>  rename meta/recipes-extended/hdparm/{hdparm_9.55.bb => hdparm_9.56.bb} (90%)
>  rename meta/recipes-graphics/wayland/{wayland-protocols_1.13.bb => wayland-protocols_1.14.bb} (85%)
>  rename meta/recipes-support/lz4/{lz4_1.8.1.2.bb => lz4_1.8.2.bb} (94%)
> 
> -- 
> 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] 14+ messages in thread

* Re: [PATCH 3/4] mtd-utils: upgrade 2.0.1 -> 2.0.2
  2018-05-21 23:17 ` [PATCH 3/4] mtd-utils: upgrade 2.0.1 -> 2.0.2 Denys Dmytriyenko
@ 2018-05-22  7:49   ` Andrea Adami
  2018-05-22 12:16     ` Burton, Ross
  0 siblings, 1 reply; 14+ messages in thread
From: Andrea Adami @ 2018-05-22  7:49 UTC (permalink / raw)
  To: Denys Dmytriyenko
  Cc: Denys Dmytriyenko,
	Patches and discussions about the oe-core layer

On Tue, May 22, 2018 at 1:17 AM, Denys Dmytriyenko <denis@denix.org> wrote:
> From: Denys Dmytriyenko <denys@ti.com>
>
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> ---
>  meta/recipes-devtools/mtd/mtd-utils_git.bb | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta/recipes-devtools/mtd/mtd-utils_git.bb b/meta/recipes-devtools/mtd/mtd-utils_git.bb
> index a0e1cf7..97a3e0c 100644
> --- a/meta/recipes-devtools/mtd/mtd-utils_git.bb
> +++ b/meta/recipes-devtools/mtd/mtd-utils_git.bb
> @@ -10,9 +10,9 @@ inherit autotools pkgconfig update-alternatives
>  DEPENDS = "zlib lzo e2fsprogs util-linux"
>  RDEPENDS_mtd-utils-tests += "bash"
>
> -PV = "2.0.1+${SRCPV}"
> +PV = "2.0.2+${SRCPV}"
>
> -SRCREV = "9c6173559f95e939e66efb2ec3193d6f3618cf69"
> +SRCREV = "bc63d36e39f389c8c17f6a8e9db47f2acc884659"
>  SRC_URI = "git://git.infradead.org/mtd-utils.git \
>             file://add-exclusion-to-mkfs-jffs2-git-2.patch \

Hi Denys,

I am just wondering about this patch:we carry it since 2009  [1] and
is still marked as pending.
Why was it necessary to ignore part of the filesystem? Can you remember?

Just curious...

Cheers
Andrea

[1] Denys Dmytriyenko 2009-03-17
http://cgit.openembedded.org/openembedded/log/recipes/mtd/mtd-utils/add-exclusion-to-mkfs-jffs2-git-2.patch


>  "
> --
> 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] 14+ messages in thread

* Re: [PATCH 3/4] mtd-utils: upgrade 2.0.1 -> 2.0.2
  2018-05-22  7:49   ` Andrea Adami
@ 2018-05-22 12:16     ` Burton, Ross
  2018-06-19 23:53       ` Denys Dmytriyenko
  0 siblings, 1 reply; 14+ messages in thread
From: Burton, Ross @ 2018-05-22 12:16 UTC (permalink / raw)
  To: Andrea Adami
  Cc: Patches and discussions about the oe-core layer,
	Denys Dmytriyenko

On 22 May 2018 at 08:49, Andrea Adami <andrea.adami@gmail.com> wrote:
> I am just wondering about this patch:we carry it since 2009  [1] and
> is still marked as pending.
> Why was it necessary to ignore part of the filesystem? Can you remember?

Make that at least 2004.  This commit in oe-classic touches it:

commit c70605ebdca81412a93b4d867de7931543193f26
Author: Chris Larson <clarson@kergoth.com>
Date:   Thu Dec 23 21:24:57 2004 +0000

    Update mtd to a current snapshot, change the mkfs.jffs2 -i cmdline option to
    -I, and rename mtd and mtd-native to mtd-utils and mtd-utils-native,
    respectively.

Prior history is lost to the git/bk migration unless anyone has a
BitKeeper clone to mine...

Ross


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

* Re: [PATCH 3/4] mtd-utils: upgrade 2.0.1 -> 2.0.2
  2018-05-22 12:16     ` Burton, Ross
@ 2018-06-19 23:53       ` Denys Dmytriyenko
  2018-06-21 10:32         ` Burton, Ross
  0 siblings, 1 reply; 14+ messages in thread
From: Denys Dmytriyenko @ 2018-06-19 23:53 UTC (permalink / raw)
  To: Burton, Ross; +Cc: Patches and discussions about the oe-core layer

On Tue, May 22, 2018 at 01:16:34PM +0100, Burton, Ross wrote:
> On 22 May 2018 at 08:49, Andrea Adami <andrea.adami@gmail.com> wrote:
> > I am just wondering about this patch:we carry it since 2009  [1] and
> > is still marked as pending.
> > Why was it necessary to ignore part of the filesystem? Can you remember?
> 
> Make that at least 2004.  This commit in oe-classic touches it:
> 
> commit c70605ebdca81412a93b4d867de7931543193f26
> Author: Chris Larson <clarson@kergoth.com>
> Date:   Thu Dec 23 21:24:57 2004 +0000
> 
>     Update mtd to a current snapshot, change the mkfs.jffs2 -i cmdline option to
>     -I, and rename mtd and mtd-native to mtd-utils and mtd-utils-native,
>     respectively.
> 
> Prior history is lost to the git/bk migration unless anyone has a
> BitKeeper clone to mine...

So, does this prevent the version upgrade from being merged?

-- 
Denys


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

* Re: [PATCH 3/4] mtd-utils: upgrade 2.0.1 -> 2.0.2
  2018-06-19 23:53       ` Denys Dmytriyenko
@ 2018-06-21 10:32         ` Burton, Ross
  2018-06-21 11:10           ` Martin Jansa
  0 siblings, 1 reply; 14+ messages in thread
From: Burton, Ross @ 2018-06-21 10:32 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: Patches and discussions about the oe-core layer

Sorry, no it doesn't.  I've just picked this in ross/mut but a
follow-up patch to remove that mystery patch (can't see it being used
in image generation anywhere) would be good.

Ross

On 20 June 2018 at 00:53, Denys Dmytriyenko <denis@denix.org> wrote:
> On Tue, May 22, 2018 at 01:16:34PM +0100, Burton, Ross wrote:
>> On 22 May 2018 at 08:49, Andrea Adami <andrea.adami@gmail.com> wrote:
>> > I am just wondering about this patch:we carry it since 2009  [1] and
>> > is still marked as pending.
>> > Why was it necessary to ignore part of the filesystem? Can you remember?
>>
>> Make that at least 2004.  This commit in oe-classic touches it:
>>
>> commit c70605ebdca81412a93b4d867de7931543193f26
>> Author: Chris Larson <clarson@kergoth.com>
>> Date:   Thu Dec 23 21:24:57 2004 +0000
>>
>>     Update mtd to a current snapshot, change the mkfs.jffs2 -i cmdline option to
>>     -I, and rename mtd and mtd-native to mtd-utils and mtd-utils-native,
>>     respectively.
>>
>> Prior history is lost to the git/bk migration unless anyone has a
>> BitKeeper clone to mine...
>
> So, does this prevent the version upgrade from being merged?
>
> --
> Denys


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

* Re: [PATCH 3/4] mtd-utils: upgrade 2.0.1 -> 2.0.2
  2018-06-21 10:32         ` Burton, Ross
@ 2018-06-21 11:10           ` Martin Jansa
  2018-06-21 11:19             ` Burton, Ross
  0 siblings, 1 reply; 14+ messages in thread
From: Martin Jansa @ 2018-06-21 11:10 UTC (permalink / raw)
  To: Burton, Ross; +Cc: Patches and discussions about the oe-core layer

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

Does this upgrade fix the build failure with gcc8?

With current master I'm seeing:
super0.c:238:32: error: 'snprintf' output may be truncated before the last
format character [-Werror=format-truncation=]

On Thu, Jun 21, 2018 at 12:33 PM Burton, Ross <ross.burton@intel.com> wrote:

> Sorry, no it doesn't.  I've just picked this in ross/mut but a
> follow-up patch to remove that mystery patch (can't see it being used
> in image generation anywhere) would be good.
>
> Ross
>
> On 20 June 2018 at 00:53, Denys Dmytriyenko <denis@denix.org> wrote:
> > On Tue, May 22, 2018 at 01:16:34PM +0100, Burton, Ross wrote:
> >> On 22 May 2018 at 08:49, Andrea Adami <andrea.adami@gmail.com> wrote:
> >> > I am just wondering about this patch:we carry it since 2009  [1] and
> >> > is still marked as pending.
> >> > Why was it necessary to ignore part of the filesystem? Can you
> remember?
> >>
> >> Make that at least 2004.  This commit in oe-classic touches it:
> >>
> >> commit c70605ebdca81412a93b4d867de7931543193f26
> >> Author: Chris Larson <clarson@kergoth.com>
> >> Date:   Thu Dec 23 21:24:57 2004 +0000
> >>
> >>     Update mtd to a current snapshot, change the mkfs.jffs2 -i cmdline
> option to
> >>     -I, and rename mtd and mtd-native to mtd-utils and mtd-utils-native,
> >>     respectively.
> >>
> >> Prior history is lost to the git/bk migration unless anyone has a
> >> BitKeeper clone to mine...
> >
> > So, does this prevent the version upgrade from being merged?
> >
> > --
> > Denys
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>

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

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

* Re: [PATCH 3/4] mtd-utils: upgrade 2.0.1 -> 2.0.2
  2018-06-21 11:10           ` Martin Jansa
@ 2018-06-21 11:19             ` Burton, Ross
  2018-06-21 11:30               ` Martin Jansa
  0 siblings, 1 reply; 14+ messages in thread
From: Burton, Ross @ 2018-06-21 11:19 UTC (permalink / raw)
  To: Martin Jansa; +Cc: Patches and discussions about the oe-core layer

Master builds fine for me, but interestingly I don't see that in my
mtd-utils unpack.  Do you have patches?

Ross

On 21 June 2018 at 12:10, Martin Jansa <martin.jansa@gmail.com> wrote:
> Does this upgrade fix the build failure with gcc8?
>
> With current master I'm seeing:
> super0.c:238:32: error: 'snprintf' output may be truncated before the last
> format character [-Werror=format-truncation=]
>
> On Thu, Jun 21, 2018 at 12:33 PM Burton, Ross <ross.burton@intel.com> wrote:
>>
>> Sorry, no it doesn't.  I've just picked this in ross/mut but a
>> follow-up patch to remove that mystery patch (can't see it being used
>> in image generation anywhere) would be good.
>>
>> Ross
>>
>> On 20 June 2018 at 00:53, Denys Dmytriyenko <denis@denix.org> wrote:
>> > On Tue, May 22, 2018 at 01:16:34PM +0100, Burton, Ross wrote:
>> >> On 22 May 2018 at 08:49, Andrea Adami <andrea.adami@gmail.com> wrote:
>> >> > I am just wondering about this patch:we carry it since 2009  [1] and
>> >> > is still marked as pending.
>> >> > Why was it necessary to ignore part of the filesystem? Can you
>> >> > remember?
>> >>
>> >> Make that at least 2004.  This commit in oe-classic touches it:
>> >>
>> >> commit c70605ebdca81412a93b4d867de7931543193f26
>> >> Author: Chris Larson <clarson@kergoth.com>
>> >> Date:   Thu Dec 23 21:24:57 2004 +0000
>> >>
>> >>     Update mtd to a current snapshot, change the mkfs.jffs2 -i cmdline
>> >> option to
>> >>     -I, and rename mtd and mtd-native to mtd-utils and
>> >> mtd-utils-native,
>> >>     respectively.
>> >>
>> >> Prior history is lost to the git/bk migration unless anyone has a
>> >> BitKeeper clone to mine...
>> >
>> > So, does this prevent the version upgrade from being merged?
>> >
>> > --
>> > Denys
>> --
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

* Re: [PATCH 3/4] mtd-utils: upgrade 2.0.1 -> 2.0.2
  2018-06-21 11:19             ` Burton, Ross
@ 2018-06-21 11:30               ` Martin Jansa
  2018-06-21 23:55                 ` Martin Jansa
  0 siblings, 1 reply; 14+ messages in thread
From: Martin Jansa @ 2018-06-21 11:30 UTC (permalink / raw)
  To: Burton, Ross; +Cc: Patches and discussions about the oe-core layer

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

It might be DEBUG_BUILD enabled in my builds, let me check.

On Thu, Jun 21, 2018 at 1:20 PM Burton, Ross <ross.burton@intel.com> wrote:

> Master builds fine for me, but interestingly I don't see that in my
> mtd-utils unpack.  Do you have patches?
>
> Ross
>
> On 21 June 2018 at 12:10, Martin Jansa <martin.jansa@gmail.com> wrote:
> > Does this upgrade fix the build failure with gcc8?
> >
> > With current master I'm seeing:
> > super0.c:238:32: error: 'snprintf' output may be truncated before the
> last
> > format character [-Werror=format-truncation=]
> >
> > On Thu, Jun 21, 2018 at 12:33 PM Burton, Ross <ross.burton@intel.com>
> wrote:
> >>
> >> Sorry, no it doesn't.  I've just picked this in ross/mut but a
> >> follow-up patch to remove that mystery patch (can't see it being used
> >> in image generation anywhere) would be good.
> >>
> >> Ross
> >>
> >> On 20 June 2018 at 00:53, Denys Dmytriyenko <denis@denix.org> wrote:
> >> > On Tue, May 22, 2018 at 01:16:34PM +0100, Burton, Ross wrote:
> >> >> On 22 May 2018 at 08:49, Andrea Adami <andrea.adami@gmail.com>
> wrote:
> >> >> > I am just wondering about this patch:we carry it since 2009  [1]
> and
> >> >> > is still marked as pending.
> >> >> > Why was it necessary to ignore part of the filesystem? Can you
> >> >> > remember?
> >> >>
> >> >> Make that at least 2004.  This commit in oe-classic touches it:
> >> >>
> >> >> commit c70605ebdca81412a93b4d867de7931543193f26
> >> >> Author: Chris Larson <clarson@kergoth.com>
> >> >> Date:   Thu Dec 23 21:24:57 2004 +0000
> >> >>
> >> >>     Update mtd to a current snapshot, change the mkfs.jffs2 -i
> cmdline
> >> >> option to
> >> >>     -I, and rename mtd and mtd-native to mtd-utils and
> >> >> mtd-utils-native,
> >> >>     respectively.
> >> >>
> >> >> Prior history is lost to the git/bk migration unless anyone has a
> >> >> BitKeeper clone to mine...
> >> >
> >> > So, does this prevent the version upgrade from being merged?
> >> >
> >> > --
> >> > Denys
> >> --
> >> _______________________________________________
> >> Openembedded-core mailing list
> >> Openembedded-core@lists.openembedded.org
> >> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>

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

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

* Re: [PATCH 3/4] mtd-utils: upgrade 2.0.1 -> 2.0.2
  2018-06-21 11:30               ` Martin Jansa
@ 2018-06-21 23:55                 ` Martin Jansa
  0 siblings, 0 replies; 14+ messages in thread
From: Martin Jansa @ 2018-06-21 23:55 UTC (permalink / raw)
  To: Burton, Ross; +Cc: Patches and discussions about the oe-core layer

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

I'm sorry, it's one of those days where "mtd-utils" and "mdadm" look
exactly the same to me - yeah both are in oe-core, both start with m and
are related to block devices.

And the build failure with mdadm is reproducible with DEBUG_BUILD, -O2 and
above work fine thanks to -ftree-vrp (similarly like systemd gcc8 issue
fixed in
http://git.openembedded.org/openembedded-core/commit/?id=b0fdaedc6e9c233f357022b0fb706cb19757f5c4
)



On Thu, Jun 21, 2018 at 1:30 PM Martin Jansa <martin.jansa@gmail.com> wrote:

> It might be DEBUG_BUILD enabled in my builds, let me check.
>
> On Thu, Jun 21, 2018 at 1:20 PM Burton, Ross <ross.burton@intel.com>
> wrote:
>
>> Master builds fine for me, but interestingly I don't see that in my
>> mtd-utils unpack.  Do you have patches?
>>
>> Ross
>>
>> On 21 June 2018 at 12:10, Martin Jansa <martin.jansa@gmail.com> wrote:
>> > Does this upgrade fix the build failure with gcc8?
>> >
>> > With current master I'm seeing:
>> > super0.c:238:32: error: 'snprintf' output may be truncated before the
>> last
>> > format character [-Werror=format-truncation=]
>> >
>> > On Thu, Jun 21, 2018 at 12:33 PM Burton, Ross <ross.burton@intel.com>
>> wrote:
>> >>
>> >> Sorry, no it doesn't.  I've just picked this in ross/mut but a
>> >> follow-up patch to remove that mystery patch (can't see it being used
>> >> in image generation anywhere) would be good.
>> >>
>> >> Ross
>> >>
>> >> On 20 June 2018 at 00:53, Denys Dmytriyenko <denis@denix.org> wrote:
>> >> > On Tue, May 22, 2018 at 01:16:34PM +0100, Burton, Ross wrote:
>> >> >> On 22 May 2018 at 08:49, Andrea Adami <andrea.adami@gmail.com>
>> wrote:
>> >> >> > I am just wondering about this patch:we carry it since 2009  [1]
>> and
>> >> >> > is still marked as pending.
>> >> >> > Why was it necessary to ignore part of the filesystem? Can you
>> >> >> > remember?
>> >> >>
>> >> >> Make that at least 2004.  This commit in oe-classic touches it:
>> >> >>
>> >> >> commit c70605ebdca81412a93b4d867de7931543193f26
>> >> >> Author: Chris Larson <clarson@kergoth.com>
>> >> >> Date:   Thu Dec 23 21:24:57 2004 +0000
>> >> >>
>> >> >>     Update mtd to a current snapshot, change the mkfs.jffs2 -i
>> cmdline
>> >> >> option to
>> >> >>     -I, and rename mtd and mtd-native to mtd-utils and
>> >> >> mtd-utils-native,
>> >> >>     respectively.
>> >> >>
>> >> >> Prior history is lost to the git/bk migration unless anyone has a
>> >> >> BitKeeper clone to mine...
>> >> >
>> >> > So, does this prevent the version upgrade from being merged?
>> >> >
>> >> > --
>> >> > Denys
>> >> --
>> >> _______________________________________________
>> >> Openembedded-core mailing list
>> >> Openembedded-core@lists.openembedded.org
>> >> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>>
>

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

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

end of thread, other threads:[~2018-06-21 23:55 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-21 23:17 [PATCH 0/4] Package upgrades Denys Dmytriyenko
2018-05-21 23:17 ` [PATCH 1/4] hdparm: upgrade 9.55 -> 9.56 Denys Dmytriyenko
2018-05-21 23:17 ` [PATCH 2/4] lz4: upgrade 1.8.1.2 -> 1.8.2 Denys Dmytriyenko
2018-05-21 23:17 ` [PATCH 3/4] mtd-utils: upgrade 2.0.1 -> 2.0.2 Denys Dmytriyenko
2018-05-22  7:49   ` Andrea Adami
2018-05-22 12:16     ` Burton, Ross
2018-06-19 23:53       ` Denys Dmytriyenko
2018-06-21 10:32         ` Burton, Ross
2018-06-21 11:10           ` Martin Jansa
2018-06-21 11:19             ` Burton, Ross
2018-06-21 11:30               ` Martin Jansa
2018-06-21 23:55                 ` Martin Jansa
2018-05-21 23:17 ` [PATCH 4/4] wayland-protocols: upgrade 1.13 -> 1.14 Denys Dmytriyenko
2018-05-21 23:21 ` [PATCH 0/4] Package upgrades Denys Dmytriyenko

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