Re: [OE-core] [PATCH V2 2/2] libubootenv: uprev to v0.3

2020-08-14 Thread Ming Liu
Got that, will make a V3 dropping PV definition and _git version suffix from recipe. //Ming Liu Richard Purdie 於 2020年8月14日 週五 上午11:04寫道: > On Fri, 2020-08-14 at 10:16 +0200, Ming Liu wrote: > > @Adrian Bunk Sorry, just double checked your comment, are you sure > > "PV = 0.3" without git+SRCPV

Re: [OE-core] [PATCH V2 2/2] libubootenv: uprev to v0.3

2020-08-14 Thread Richard Purdie
On Fri, 2020-08-14 at 10:16 +0200, Ming Liu wrote: > @Adrian Bunk Sorry, just double checked your comment, are you sure > "PV = 0.3" without git+SRCPV is a right way to go? This seems is not > like all other git recipes. Adrian is correct, if this is 0.3, PV should be 0.3. The addition of SRCPV

Re: [OE-core] [PATCH V2 2/2] libubootenv: uprev to v0.3

2020-08-14 Thread Ming Liu
@Adrian Bunk Sorry, just double checked your comment, are you sure "PV = 0.3" without git+SRCPV is a right way to go? This seems is not like all other git recipes. //Ming Liu Ming Liu 於 2020年8月14日 週五 上午10:09寫道: > OK, will change back to 0.3 recipe in V3. > > //Ming Liu > > Adrian Bunk 於

Re: [OE-core] [PATCH V2 2/2] libubootenv: uprev to v0.3

2020-08-14 Thread Ming Liu
OK, will change back to 0.3 recipe in V3. //Ming Liu Adrian Bunk 於 2020年8月13日 週四 下午9:05寫道: > On Thu, Aug 13, 2020 at 12:21:17PM +0200, Ming Liu wrote: > >... > > -PV = "0.2+git${SRCPV}" > > +PV = "0.3+git${SRCPV}" > > SRC_URI = "git://github.com/sbabic/libubootenv;protocol=https" > > -SRCREV

Re: [OE-core] [PATCH V2 2/2] libubootenv: uprev to v0.3

2020-08-14 Thread Ming Liu
Yes, I am on board that RRECOMMENDS_${PN}-bin_append_class-target = " u-boot-default-env" might be better, will change to that in V3, but this error probably due to you dont have RPROVIDES_${PN}-env += "u-boot-default-env" in your uboot recipe? //Ming Liu Khem Raj 於 2020年8月14日 週五 上午7:05寫道: >

Re: [OE-core] [PATCH V2 2/2] libubootenv: uprev to v0.3

2020-08-13 Thread Khem Raj
On Thu, Aug 13, 2020 at 3:21 AM Ming Liu wrote: > > From: Ming Liu > > Update libubootenv to the latest 0.3 release, which comprises the > following commits: > > ``` > 1efed83 Increase max length for device name > 6f4fc1c uboot_env: Use canonicalized pathname when reading device > 23b3086 Fix

Re: [OE-core] [PATCH V2 2/2] libubootenv: uprev to v0.3

2020-08-13 Thread Adrian Bunk
On Thu, Aug 13, 2020 at 12:21:17PM +0200, Ming Liu wrote: >... > -PV = "0.2+git${SRCPV}" > +PV = "0.3+git${SRCPV}" > SRC_URI = "git://github.com/sbabic/libubootenv;protocol=https" > -SRCREV = "86bd30a14e153a18f670b25708795253d8736f0f" > +SRCREV = "ad253cfdb07c8492f2ee46a52fbc607ad0b96414" >...