diff mbox series

[3/4] mtd-utils: upgrade 2.0.1 -> 2.0.2

Message ID b3a976f9a497296a3cecd524931f1e8ea048489f.1526944475.git.denys@ti.com
State New
Headers show
Series Package upgrades | expand

Commit Message

Denys Dmytriyenko May 21, 2018, 11:17 p.m. UTC
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(-)

-- 
2.7.4

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Comments

Andrea Adami May 22, 2018, 7:49 a.m. UTC | #1
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

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
Ross Burton May 22, 2018, 12:16 p.m. UTC | #2
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
-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
Denys Dmytriyenko June 19, 2018, 11:53 p.m. UTC | #3
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
Ross Burton June 21, 2018, 10:32 a.m. UTC | #4
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
Martin Jansa June 21, 2018, 11:10 a.m. UTC | #5
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

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

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
Martin Jansa June 21, 2018, 11:30 a.m. UTC | #7
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

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

>>

>
<div dir="ltr">I&#39;m sorry, it&#39;s one of those days where &quot;mtd-utils&quot; and &quot;mdadm&quot; look exactly the same to me - yeah both are in oe-core, both start with m and are related to block devices.<div><br></div><div>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 <a href="http://git.openembedded.org/openembedded-core/commit/?id=b0fdaedc6e9c233f357022b0fb706cb19757f5c4">http://git.openembedded.org/openembedded-core/commit/?id=b0fdaedc6e9c233f357022b0fb706cb19757f5c4</a> )</div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, Jun 21, 2018 at 1:30 PM Martin Jansa &lt;<a href="mailto:martin.jansa@gmail.com">martin.jansa@gmail.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">It might be DEBUG_BUILD enabled in my builds, let me check.</div><br><div class="gmail_quote"><div dir="ltr">On Thu, Jun 21, 2018 at 1:20 PM Burton, Ross &lt;<a href="mailto:ross.burton@intel.com" target="_blank">ross.burton@intel.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Master builds fine for me, but interestingly I don&#39;t see that in my<br>
mtd-utils unpack.  Do you have patches?<br>
<br>
Ross<br>
<br>
On 21 June 2018 at 12:10, Martin Jansa &lt;<a href="mailto:martin.jansa@gmail.com" target="_blank">martin.jansa@gmail.com</a>&gt; wrote:<br>
&gt; Does this upgrade fix the build failure with gcc8?<br>
&gt;<br>
&gt; With current master I&#39;m seeing:<br>
&gt; super0.c:238:32: error: &#39;snprintf&#39; output may be truncated before the last<br>
&gt; format character [-Werror=format-truncation=]<br>
&gt;<br>
&gt; On Thu, Jun 21, 2018 at 12:33 PM Burton, Ross &lt;<a href="mailto:ross.burton@intel.com" target="_blank">ross.burton@intel.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Sorry, no it doesn&#39;t.  I&#39;ve just picked this in ross/mut but a<br>
&gt;&gt; follow-up patch to remove that mystery patch (can&#39;t see it being used<br>
&gt;&gt; in image generation anywhere) would be good.<br>
&gt;&gt;<br>
&gt;&gt; Ross<br>
&gt;&gt;<br>
&gt;&gt; On 20 June 2018 at 00:53, Denys Dmytriyenko &lt;<a href="mailto:denis@denix.org" target="_blank">denis@denix.org</a>&gt; wrote:<br>
&gt;&gt; &gt; On Tue, May 22, 2018 at 01:16:34PM +0100, Burton, Ross wrote:<br>
&gt;&gt; &gt;&gt; On 22 May 2018 at 08:49, Andrea Adami &lt;<a href="mailto:andrea.adami@gmail.com" target="_blank">andrea.adami@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt; &gt; I am just wondering about this patch:we carry it since 2009  [1] and<br>
&gt;&gt; &gt;&gt; &gt; is still marked as pending.<br>
&gt;&gt; &gt;&gt; &gt; Why was it necessary to ignore part of the filesystem? Can you<br>
&gt;&gt; &gt;&gt; &gt; remember?<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Make that at least 2004.  This commit in oe-classic touches it:<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; commit c70605ebdca81412a93b4d867de7931543193f26<br>
&gt;&gt; &gt;&gt; Author: Chris Larson &lt;<a href="mailto:clarson@kergoth.com" target="_blank">clarson@kergoth.com</a>&gt;<br>
&gt;&gt; &gt;&gt; Date:   Thu Dec 23 21:24:57 2004 +0000<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;     Update mtd to a current snapshot, change the mkfs.jffs2 -i cmdline<br>
&gt;&gt; &gt;&gt; option to<br>
&gt;&gt; &gt;&gt;     -I, and rename mtd and mtd-native to mtd-utils and<br>
&gt;&gt; &gt;&gt; mtd-utils-native,<br>
&gt;&gt; &gt;&gt;     respectively.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Prior history is lost to the git/bk migration unless anyone has a<br>
&gt;&gt; &gt;&gt; BitKeeper clone to mine...<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; So, does this prevent the version upgrade from being merged?<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; --<br>
&gt;&gt; &gt; Denys<br>
&gt;&gt; --<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Openembedded-core mailing list<br>
&gt;&gt; <a href="mailto:Openembedded-core@lists.openembedded.org" target="_blank">Openembedded-core@lists.openembedded.org</a><br>
&gt;&gt; <a href="http://lists.openembedded.org/mailman/listinfo/openembedded-core" rel="noreferrer" target="_blank">http://lists.openembedded.org/mailman/listinfo/openembedded-core</a><br>
</blockquote></div>
</blockquote></div>
-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
diff mbox series

Patch

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 \
 "