All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrea Adami <andrea.adami@gmail.com>
To: <openembedded-devel@lists.openembedded.org>
Subject: [PATCH 0/2] [meta-oe] add klibc infrastructure for crosscompiling
Date: Fri,  5 Aug 2011 23:30:13 +0200	[thread overview]
Message-ID: <cover.1312578809.git.andrea.adami@gmail.com> (raw)

* We don't consider the case of an SDK yet.
*
* from org.openembedded.dev
* reworked in meta-smartphones/meta-zaurus
*
* Klibc builds against kernel headers thuus is machine-specific.
* The crosscompiler, though, is just a perl wrapper around gcc-cross
* so can have the very same arch.
*
* Initial commit for meta-oe
* Some minor packaging issues (klibc-static-utils-dev.ipk and 
* klibc-static-utils-dbg.ipk are empty and should not be packaged)

Andrea Adami (2):
  klibc: initial commit
  klibc.bbclass: shared include for building against klibc

 meta-oe/classes/klibc.bbclass                      |    9 +
 .../recipes-devtools/klibc/klcc-cross_1.5.24.bb    |   33 +
 .../klibc/klibc-1.5.24/dash_readopt.patch          |  111 ++
 .../fstype-sane-vfat-and-jffs2-for-1.5.patch       |   74 +
 .../klibc/klibc-1.5.24/klcc_prefix.patch           |   24 +
 .../klibc/klibc-1.5.24/klibc-config-eabi.patch     |   14 +
 .../klibc/klibc-1.5.24/modprobe.patch              | 1984 ++++++++++++++++++++
 .../klibc/klibc-1.5.24/no_strip.patch              |   36 +
 .../klibc/klibc-1.5.24/socket.h.patch              |   31 +
 .../klibc/klibc-1.5.24/staging.patch               |  153 ++
 .../klibc/klibc-1.5.24/use-env-for-perl.patch      |   25 +
 .../recipes-devtools/klibc/klibc-1.5.24/wc.patch   |  245 +++
 .../klibc/klibc-checksums_1.5.24.inc               |    2 +
 .../klibc/klibc-static-utils_1.5.24.bb             |   17 +
 meta-oe/recipes-devtools/klibc/klibc-utils.inc     |   64 +
 meta-oe/recipes-devtools/klibc/klibc.inc           |   50 +
 meta-oe/recipes-devtools/klibc/klibc_1.5.24.bb     |   40 +
 17 files changed, 2912 insertions(+), 0 deletions(-)
 create mode 100644 meta-oe/classes/klibc.bbclass
 create mode 100644 meta-oe/recipes-devtools/klibc/klcc-cross_1.5.24.bb
 create mode 100644 meta-oe/recipes-devtools/klibc/klibc-1.5.24/dash_readopt.patch
 create mode 100644 meta-oe/recipes-devtools/klibc/klibc-1.5.24/fstype-sane-vfat-and-jffs2-for-1.5.patch
 create mode 100644 meta-oe/recipes-devtools/klibc/klibc-1.5.24/klcc_prefix.patch
 create mode 100644 meta-oe/recipes-devtools/klibc/klibc-1.5.24/klibc-config-eabi.patch
 create mode 100644 meta-oe/recipes-devtools/klibc/klibc-1.5.24/modprobe.patch
 create mode 100644 meta-oe/recipes-devtools/klibc/klibc-1.5.24/no_strip.patch
 create mode 100644 meta-oe/recipes-devtools/klibc/klibc-1.5.24/socket.h.patch
 create mode 100644 meta-oe/recipes-devtools/klibc/klibc-1.5.24/staging.patch
 create mode 100644 meta-oe/recipes-devtools/klibc/klibc-1.5.24/use-env-for-perl.patch
 create mode 100644 meta-oe/recipes-devtools/klibc/klibc-1.5.24/wc.patch
 create mode 100644 meta-oe/recipes-devtools/klibc/klibc-checksums_1.5.24.inc
 create mode 100644 meta-oe/recipes-devtools/klibc/klibc-static-utils_1.5.24.bb
 create mode 100644 meta-oe/recipes-devtools/klibc/klibc-utils.inc
 create mode 100644 meta-oe/recipes-devtools/klibc/klibc.inc
 create mode 100644 meta-oe/recipes-devtools/klibc/klibc_1.5.24.bb

-- 
1.7.3.4




             reply	other threads:[~2011-08-05 21:40 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-05 21:30 Andrea Adami [this message]
2011-08-05 21:30 ` [PATCH 1/2] klibc: initial commit of version 1.5.24 Andrea Adami
2011-08-05 21:30 ` [PATCH 2/2] klibc.bbclass: shared include for building against klibc Andrea Adami
2011-08-06  8:37   ` Koen Kooi
2011-08-07 22:35     ` Andrea Adami
2011-08-11 22:10   ` [PATCH v2] " Andrea Adami

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.1312578809.git.andrea.adami@gmail.com \
    --to=andrea.adami@gmail.com \
    --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.