From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/10] Pending patches
Date: Sat, 15 Dec 2012 00:40:38 +0100 [thread overview]
Message-ID: <cover.1355475937.git.Martin.Jansa@gmail.com> (raw)
The following changes since commit a24a5e5c9ede4275f7188935a9410b84d406ed19:
libacpi: Remove QA warning: No GNU_HASH in the elf binary (2012-12-13 14:48:13 +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 (9):
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
rootfs_*.bbclass: exclude BUILDNAME var dependency from do_rootfs
bitbake.conf: exclude DATETIME var dependency from IMAGE_NAME
kernel.bbclass: include PE in KERNEL_IMAGE_BASE_NAME
kernel.bbclass: use the same versioning schema for modules.tgz and
provide link to latest
autotools: copy also remove-potcdate.sin from
${STAGING_DATADIR_NATIVE}/gettext/po
gettext: move remove-potcdate.sin from gettext-native to
gettext-minimal-native
iptables: include /usr/share/xtables/pf.os in PN if it's build
Phil Blundell (1):
kernel.bbclass: Allow modules*.tar.gz generation to be inhibited
meta/classes/autotools.bbclass | 3 +
meta/classes/kernel.bbclass | 12 ++-
meta/classes/rootfs_deb.bbclass | 1 +
meta/classes/rootfs_ipk.bbclass | 1 +
meta/classes/rootfs_rpm.bbclass | 1 +
meta/conf/bitbake.conf | 1 +
.../gettext-minimal-0.18.1.1/remove-potcdate.sin | 19 ++++
.../gettext/gettext-minimal-native_0.18.1.1.bb | 4 +-
meta/recipes-core/gettext/gettext_0.18.1.1.bb | 3 +-
meta/recipes-extended/iptables/iptables_1.4.15.bb | 4 +-
scripts/sstate-diff-machines.sh | 107 +++++++++++++++++++++
scripts/sstate-sysroot-cruft.sh | 78 +++++++++++++++
12 files changed, 227 insertions(+), 7 deletions(-)
create mode 100644 meta/recipes-core/gettext/gettext-minimal-0.18.1.1/remove-potcdate.sin
create mode 100755 scripts/sstate-diff-machines.sh
create mode 100755 scripts/sstate-sysroot-cruft.sh
--
1.8.0.2
next reply other threads:[~2012-12-14 23:55 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-14 23:40 Martin Jansa [this message]
2012-12-14 23:40 ` [PATCH 01/10] scripts/sstate-diff-machines.sh: add simple script to compare sstate checksums between MACHINEs Martin Jansa
2012-12-14 23:40 ` [PATCH 02/10] scripts/sstate-sysroot-cruft.sh: add simple script to find files in sysroots not tracked by sstate Martin Jansa
2012-12-14 23:40 ` [PATCH 03/10] rootfs_*.bbclass: exclude BUILDNAME var dependency from do_rootfs Martin Jansa
2012-12-14 23:40 ` [PATCH 04/10] bitbake.conf: exclude DATETIME var dependency from IMAGE_NAME Martin Jansa
2012-12-14 23:40 ` [PATCH 05/10] kernel.bbclass: include PE in KERNEL_IMAGE_BASE_NAME Martin Jansa
2012-12-14 23:40 ` [PATCH 06/10] kernel.bbclass: use the same versioning schema for modules.tgz and provide link to latest Martin Jansa
2012-12-15 1:15 ` Bruce Ashfield
2012-12-14 23:40 ` [PATCH 07/10] kernel.bbclass: Allow modules*.tar.gz generation to be inhibited Martin Jansa
2012-12-14 23:40 ` [PATCH 08/10] autotools: copy also remove-potcdate.sin from ${STAGING_DATADIR_NATIVE}/gettext/po Martin Jansa
2012-12-14 23:40 ` [PATCH 09/10] gettext: move remove-potcdate.sin from gettext-native to gettext-minimal-native Martin Jansa
2012-12-14 23:40 ` [PATCH 10/10] iptables: include /usr/share/xtables/pf.os in PN if it's build Martin Jansa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1355475937.git.Martin.Jansa@gmail.com \
--to=martin.jansa@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.