From: Apelete Seketeli <apelete@seketeli.net>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-handheld][PATCH 0/2] Pull request 20130405
Date: Fri, 5 Apr 2013 07:37:53 +0200 [thread overview]
Message-ID: <cover.1365116038.git.apelete@seketeli.net> (raw)
Hello,
Following the patches I sent to the meta-handheld layer a few days ago
to add machine support for the Ben Nanonote, I found out that the
corresponding kernel recipe fails to build on oe-core (builds fine on
oe-classic).
A few settings were missing and, more importantly, the version of gcc
in oe-core seems to enable the -Wunused-but-set-variable switch, which
makes it error on many variables that were indeed 'unused but
set'. After trying to solve this issue the easy way, by setting
'CFLAGS=-Wno-error=unused-but-set-variable -Wno-error=unused-but-set-parameter'
to no avail, I chose to annotate the aforementioned variables in the
kernel code with __attribute__((__unused__)).
The patches that come as a follow-up of this message are what it's all
about; sorry for the inconvenience in the first place.
Please pull into meta-handheld.
The following changes since commit a9b2b63d1f40a75638ee6ddb3599501c6974deb9:
ben-nanonote: import ben-nanonote machine support (2013-04-03 18:13:48 +0100)
are available in the git repository at:
git://seketeli.fr/~apelete/meta-handheld.git fix-nanonote-kernel-build
Apelete Seketeli (2):
linux-jlime-ben-nanonote: fix build errors
ben-nanonote: add DEFAULTTUNE to machine configuration
conf/machine/ben-nanonote.conf | 1 +
.../gcc-attribute-unused.patch | 87 ++++++++++++++++++++
.../linux/linux-jlime-ben-nanonote_2.6.36.bb | 4 +-
3 files changed, 91 insertions(+), 1 deletion(-)
create mode 100644 recipes-kernel/linux/linux-jlime-ben-nanonote-2.6.36/gcc-attribute-unused.patch
--
1.7.10.4
next reply other threads:[~2013-04-05 5:55 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-05 5:37 Apelete Seketeli [this message]
2013-04-05 5:37 ` [meta-handheld][PATCH 1/2] linux-jlime-ben-nanonote: fix build errors Apelete Seketeli
2013-04-05 5:37 ` [meta-handheld][PATCH 2/2] ben-nanonote: add DEFAULTTUNE to machine configuration Apelete Seketeli
2013-04-05 6:57 ` Paul Eggleton
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.1365116038.git.apelete@seketeli.net \
--to=apelete@seketeli.net \
--cc=openembedded-devel@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.