* AUTOINC ending in filenames in tmp/deploy/images
@ 2013-06-21 6:31 Holger Hans Peter Freyther
2013-06-21 8:04 ` Richard Purdie
0 siblings, 1 reply; 4+ messages in thread
From: Holger Hans Peter Freyther @ 2013-06-21 6:31 UTC (permalink / raw)
To: openembedded-core
Hi,
I am building an U-Boot from git and the file in tmp/deploy/images contains
AUTOINC instead of the replaced git version.
$ ls images/u-boot-sysmobts-v2-v2011.12+gitAUTOINC+40d74c99ac-r17.bin
This is with Poky from yesterday, is this a known issue of the AUTOINC? The
filename is set with 'u-boot-${MACHINE}-${PV}-${PR}' and the PV is like
this 'v2011.12+git${SRCPV}'.
kind regards
holger
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: AUTOINC ending in filenames in tmp/deploy/images
2013-06-21 6:31 AUTOINC ending in filenames in tmp/deploy/images Holger Hans Peter Freyther
@ 2013-06-21 8:04 ` Richard Purdie
2013-06-21 9:53 ` Holger Hans Peter Freyther
0 siblings, 1 reply; 4+ messages in thread
From: Richard Purdie @ 2013-06-21 8:04 UTC (permalink / raw)
To: Holger Hans Peter Freyther; +Cc: openembedded-core
On Fri, 2013-06-21 at 08:31 +0200, Holger Hans Peter Freyther wrote:
> Hi,
>
> I am building an U-Boot from git and the file in tmp/deploy/images contains
> AUTOINC instead of the replaced git version.
>
> $ ls images/u-boot-sysmobts-v2-v2011.12+gitAUTOINC+40d74c99ac-r17.bin
>
> This is with Poky from yesterday, is this a known issue of the AUTOINC? The
> filename is set with 'u-boot-${MACHINE}-${PV}-${PR}' and the PV is like
> this 'v2011.12+git${SRCPV}'.
Use PKGV and PKGR instead of PV and PR and this should work better.
Cheers,
Richard
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: AUTOINC ending in filenames in tmp/deploy/images
2013-06-21 8:04 ` Richard Purdie
@ 2013-06-21 9:53 ` Holger Hans Peter Freyther
2013-06-21 10:50 ` Richard Purdie
0 siblings, 1 reply; 4+ messages in thread
From: Holger Hans Peter Freyther @ 2013-06-21 9:53 UTC (permalink / raw)
To: Richard Purdie; +Cc: openembedded-core
On Fri, Jun 21, 2013 at 09:04:03AM +0100, Richard Purdie wrote:
>
> Use PKGV and PKGR instead of PV and PR and this should work better.
This didn't change anything. I have reduced my u-boot bbappend to the
one below and I have updated the poky u-boot recipe to use PKGV and
PKGR in the filename. Any other idea?
kind regards
holger
bbappend:
SRCREV = "40d74c99ac9d741857d1298617b186b1d4e148de"
PRINC = "11"
LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb \
file://README;beginline=1;endline=22;md5=5ba4218ac89af7846802d0348df3fb90"
UBOOT_MACHINE_sysmobts-v1 = "davinci_sysmobts_v2_config"
COMPATIBLE_MACHINE = "(sysmobts-v1)"
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: AUTOINC ending in filenames in tmp/deploy/images
2013-06-21 9:53 ` Holger Hans Peter Freyther
@ 2013-06-21 10:50 ` Richard Purdie
0 siblings, 0 replies; 4+ messages in thread
From: Richard Purdie @ 2013-06-21 10:50 UTC (permalink / raw)
To: Holger Hans Peter Freyther; +Cc: openembedded-core
On Fri, 2013-06-21 at 11:53 +0200, Holger Hans Peter Freyther wrote:
> On Fri, Jun 21, 2013 at 09:04:03AM +0100, Richard Purdie wrote:
> >
> > Use PKGV and PKGR instead of PV and PR and this should work better.
>
> This didn't change anything. I have reduced my u-boot bbappend to the
> one below and I have updated the poky u-boot recipe to use PKGV and
> PKGR in the filename. Any other idea?
I checked kernel.bbclass which does manage this and noticed:
do_deploy[prefuncs] += "package_get_auto_pr"
I tested adding this locally as well as the other change with the
beagleboard machine and it appears to address the problem.
Cheers,
Richard
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-06-21 10:51 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-21 6:31 AUTOINC ending in filenames in tmp/deploy/images Holger Hans Peter Freyther
2013-06-21 8:04 ` Richard Purdie
2013-06-21 9:53 ` Holger Hans Peter Freyther
2013-06-21 10:50 ` Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox