<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/classes/gitver.bbclass, branch mickledore</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=mickledore</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=mickledore'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2019-06-16T00:17:09+00:00</updated>
<entry>
<title>gitver: Pass git directory argument to gitrev_run</title>
<updated>2019-06-16T00:17:09+00:00</updated>
<author>
<name>Saikiran Madugula</name>
<email>hummerbliss@gmail.com</email>
</author>
<published>2019-06-10T11:43:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=0e342ecaa48e43c406df0f3c754b31c12fe56d8b'/>
<id>urn:sha1:0e342ecaa48e43c406df0f3c754b31c12fe56d8b</id>
<content type='text'>
${GITSHA} gives the following error otherwise
gitrev_run() missing 1 required positional argument: 'path'

Signed-off-by: Saikiran Madugula &lt;hummerbliss@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>classes/recipes: Convert SkipPackage -&gt; SkipRecipe</title>
<updated>2018-03-05T16:45:40+00:00</updated>
<author>
<name>Maxin John</name>
<email>maxin.john@intel.com</email>
</author>
<published>2018-01-26T11:00:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=3b3c4c8426f63eb2ae69e8c5c8c3040c41052c63'/>
<id>urn:sha1:3b3c4c8426f63eb2ae69e8c5c8c3040c41052c63</id>
<content type='text'>
Update following the SkipPackage -&gt; SkipRecipe change in oe-core.

Signed-off-by: Maxin B. John &lt;maxin.john@intel.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
Signed-off-by: Joe MacDonald &lt;joe_macdonald@mentor.com&gt;
</content>
</entry>
<entry>
<title>gitver: skip packages instead of panic()ing if ${GITVER} fails to expand</title>
<updated>2017-06-22T14:03:00+00:00</updated>
<author>
<name>Alejandro Mery</name>
<email>amery@hanoverdisplays.com</email>
</author>
<published>2017-06-20T12:13:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=251547bd2ee9417175cf8d4349f83cdbd7f8479e'/>
<id>urn:sha1:251547bd2ee9417175cf8d4349f83cdbd7f8479e</id>
<content type='text'>
`inherit externalsrc gitver` is a very useful combo to get development trees
in your workspace having a ${PN}_git.bb with PV=${GITVER} coexisting with a regular
${PN}_${PV}.bb

but not everyone wants to checkout all developments sources and managinging different
layers for each options is quite troublesome.

making `gitver` skip the .bb instead of panic()ing every time EXTERNALSRC is missing
allows people to have a single development layer where packages get enabled if
the right sources are present or falling back to the last release if not

Signed-off-by: Alejandro Mery &lt;amery@hanoverdisplays.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>gitver: fix broken ${GITSHA} and recursion in S when PV="${GITVER}"</title>
<updated>2017-06-14T12:51:17+00:00</updated>
<author>
<name>Alejandro Mery</name>
<email>amery@hanoverdisplays.com</email>
</author>
<published>2017-06-13T09:47:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=0ce424ded8c28a0122cbcde1836b341bca53e8dd'/>
<id>urn:sha1:0ce424ded8c28a0122cbcde1836b341bca53e8dd</id>
<content type='text'>
Signed-off-by: Alejandro Mery &lt;amery@hanoverdisplays.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>gitver: extend class to use EXTERNALSRC if set</title>
<updated>2017-06-14T12:51:17+00:00</updated>
<author>
<name>Alejandro Mery</name>
<email>amery@hanoverdisplays.com</email>
</author>
<published>2017-06-13T09:47:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c4731b2a5a8af54d78ce2735c1c488e5b8183863'/>
<id>urn:sha1:c4731b2a5a8af54d78ce2735c1c488e5b8183863</id>
<content type='text'>
Signed-off-by: Alejandro Mery &lt;amery@hanoverdisplays.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>gitver: fix try/except syntax for python3 support</title>
<updated>2017-03-07T12:30:26+00:00</updated>
<author>
<name>Alejandro Mery</name>
<email>amery@hanoverdisplays.com</email>
</author>
<published>2017-03-01T14:19:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=b17bbbe2245f72144e3d036aa273c1b67434fa1c'/>
<id>urn:sha1:b17bbbe2245f72144e3d036aa273c1b67434fa1c</id>
<content type='text'>
https://www.python.org/dev/peps/pep-3110/

It's backward compatible with 2.6+

Signed-off-by: Alejandro Mery &lt;amery@hanoverdisplays.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>remove True option to getVar calls</title>
<updated>2016-12-02T08:16:17+00:00</updated>
<author>
<name>Joshua Lock</name>
<email>joshua.g.lock@intel.com</email>
</author>
<published>2016-11-25T15:28:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=efd3696e70a6603f1a45faa4a172433514f0a487'/>
<id>urn:sha1:efd3696e70a6603f1a45faa4a172433514f0a487</id>
<content type='text'>
getVar() now defaults to expanding by default, thus remove the True
option from getVar() calls with a regex search and replace.

Search made with the following regex: getVar ?\(( ?[^,()]*), True\)

Signed-off-by: Joshua Lock &lt;joshua.g.lock@intel.com&gt;
</content>
</entry>
<entry>
<title>gitver: fix gitver to work with yocto 1.3</title>
<updated>2012-10-30T08:51:51+00:00</updated>
<author>
<name>Radek Dostal</name>
<email>rd@radekdostal.com</email>
</author>
<published>2012-10-29T07:53:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=36f85eee821565c5bc197e7215ba13411a5605b4'/>
<id>urn:sha1:36f85eee821565c5bc197e7215ba13411a5605b4</id>
<content type='text'>
replace oe_run and oe.process with bb.process
gitver got broken by following oe-core commits:
  15ad62ab1be060d8a7cdc2d28167ea3af4cfd5d5
  d56062cbf92ef206bf06c767befacb66927a9a36

Signed-off-by: Radek Dostal &lt;rd@radekdostal.com&gt;
Signed-off-by: Koen Kooi &lt;koen@dominion.thruhere.net&gt;
</content>
</entry>
<entry>
<title>recipes,classes: import a lot of recipes from meta-shr</title>
<updated>2011-04-10T12:43:41+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2011-04-10T11:24:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=89500c583e0f1dc1b4ffdf72914e08e505e427e0'/>
<id>urn:sha1:89500c583e0f1dc1b4ffdf72914e08e505e427e0</id>
<content type='text'>
* tested on shr-lite-image for om-gta02 and nokia900 (with meta-shr layer)
</content>
</entry>
</feed>
