[OE-core] [PATCH 4/5] u-boot: Drop PV altogether

Alexander Kanavin alexander.kanavin at linux.intel.com
Wed Oct 19 12:09:26 UTC 2016


On 10/19/2016 12:55 AM, Marek Vasut wrote:
> Drop the explicit setting of PV altogether. This changes the U-Boot
> version string from "v20yy.mm" to "20yy.mm" , so layer setting the
> PREFERRED_VERSION_u-boot must be updated by removing the leading 'v'.

Don't drop the 'v'. Package versions need to monotonically increase, and 
also package version needs to match git tags so that upstream version 
check can work.

Basically, rename the recipe filenames so that 'v' is in their versions, 
and then you can drop the PV from the recipes. All in a single patch.

Alex




More information about the Openembedded-core mailing list