From patchwork Wed Dec 5 18:26:02 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [0/5] Small fixes from bitbake world Date: Wed, 05 Dec 2012 18:26:02 -0000 From: Martin Jansa X-Patchwork-Id: 40457 Message-Id: To: openembedded-core@lists.openembedded.org The following changes since commit d84f7d7a12b4271f7b2bfde9fb356d750abff15d: sstate.bbclass: fix detection of owners matching sstate files (2012-12-05 15:34:01 +0000) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib jansa/pull http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=jansa/pull Martin Jansa (5): at: change initscript dependency from build time to runtime scripts/sstate-diff-machines.sh: add simple script to compare sstate checksums between MACHINEs scripts/sstate-sysroot-cruft.sh: add simple script to find files in sysroots not tracked by sstate git: fix unpackaged python files python-smartpm: don't try to remove /usr/share/share twice meta/recipes-devtools/git/git.inc | 4 +- meta/recipes-devtools/git/git_1.7.7.bb | 2 +- .../python/python-smartpm_1.4.1.bb | 5 +- meta/recipes-extended/at/at_3.1.13.bb | 13 ++- scripts/sstate-diff-machines.sh | 107 +++++++++++++++++++++ scripts/sstate-sysroot-cruft.sh | 78 +++++++++++++++ 6 files changed, 198 insertions(+), 11 deletions(-) create mode 100755 scripts/sstate-diff-machines.sh create mode 100755 scripts/sstate-sysroot-cruft.sh