[OE-core] [PATCH 1/2] bmap-tools: change SRC_URI to use tarball instead

Chang, Rebecca Swee Fun rebecca.swee.fun.chang at intel.com
Fri Feb 9 07:14:28 UTC 2018


Hi Alex,

> -----Original Message-----
> From: Alexander Kanavin [mailto:alexander.kanavin at linux.intel.com]
> Sent: Friday, February 9, 2018 2:52 PM
> To: Chang, Rebecca Swee Fun <rebecca.swee.fun.chang at intel.com>;
> openembedded-core at lists.openembedded.org
> Subject: Re: [OE-core] [PATCH 1/2] bmap-tools: change SRC_URI to use tarball
> instead
> 
> On 02/09/2018 06:25 AM, Chang Rebecca Swee Fun wrote:
> > -SRC_URI = "git://github.com/intel/bmap-tools.git"
> > -SRCREV = "9dad724104df265442226972a1e310813f9ffcba"
> > +SRC_URI =
> "https://github.com/intel/${BPN}/releases/download/v${PV}/${BPN}-${PV}.tgz"
> 
> When you switch the upstream source location like this, you need to verify that
> upstream version check still works:
> 
> bitbake -c checkpkg bmap-tools
>
> and inspect tmp/log/checkpkg.csv to see the outcome. If bitbake can no longer
> determine the latest version, set UPSTREAM_CHECK_URI to the webpage where
> all the tarballs are linked from (I think it would be
> https://github.com/intel/${BPN}/releases/). There's plenty of recipes in oe-core
> with similar adjustments, if you need further examples.
> 
Thanks for your input! I will double check and send a new revision.

Rebecca


More information about the Openembedded-core mailing list