]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
oe-publish-sdk: add pyshtables.py to .gitignore
authorRobert Yang <liezhi.yang@windriver.com>
Wed, 16 Nov 2016 05:55:44 +0000 (21:55 -0800)
committerRobert Yang <liezhi.yang@windriver.com>
Wed, 21 Dec 2016 06:18:56 +0000 (06:18 +0000)
commit60a58a2c83ad7383816a2fcd34f4022b26e36d53
treee34779ca217bb6de909db2b88d816cdc555ea066
parent60659ebc25824ef806750aea16c822c3995974eb
oe-publish-sdk: add pyshtables.py to .gitignore

Fixed:
MACHINE = "qemux86-64"
require conf/multilib.conf
MULTILIBS = "multilib:lib32"
DEFAULTTUNE_virtclass-multilib-lib32 = "x86"

$ bitbake core-image-minimal -cpopulate_sdk_ext
[snip]
ERROR: Failed to update metadata as there have been changes made to it. Aborting.\nERROR: Changed files:\nb' M poky/bitbake/lib/bb/pysh/pyshtables.py\\n'\n"
[snip]

This is because the test case will run twice
(environment-setup-core2-64-poky-linux and
environment-setup-x86-pokymllib32-linux), it would fail in the second
run since pyshtables.py is regenerated in the first run. This file is
generated automatically, publish it doesn't make any sense, so add it to
.gitignore.

[YOCTO #10796]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
scripts/oe-publish-sdk