From: Gary Thomas <gary@mlbassoc.com>
To: Poky <poky@lists.pokylinux.org>
Subject: Can't build meta-toolchain-sdk
Date: Sun, 28 Nov 2010 06:29:09 -0700 [thread overview]
Message-ID: <4CF25925.6070407@mlbassoc.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1011 bytes --]
This target is currently broken, at least for PowerPC:
OE Build Configuration:
BB_VERSION = "1.11.0"
METADATA_BRANCH = "local_master"
METADATA_REVISION = "94b1fda09671b58aafb54983e4a6e499f6ffc369"
TARGET_ARCH = "powerpc"
TARGET_OS = "linux"
MACHINE = "qemuppc"
DISTRO = "poky"
DISTRO_VERSION = "0.9+snapshot-20101127"
TARGET_FPU = ""
At least two things need to be fixed.
* Pull this change from poky-contrib:
commit 34660ef99020b9e3386df7b388f866fc7aa47d5c
Author: Saul Wold <sgw@linux.intel.com>
Date: Mon Nov 22 22:11:52 2010 -0800
libsndfile: remove patches that are no longer required by upstream
Signed-off-by: Saul Wold <sgw@linux.intel.com>
* Add the attached patch
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
[-- Attachment #2: 0002-Add-missing-config-file-allows-builds-on-PowerPC.patch --]
[-- Type: text/plain, Size: 1042 bytes --]
From cca9c281cb901d4d69ea8d59b08fb57f50db65f2 Mon Sep 17 00:00:00 2001
From: Gary Thomas <gary@mlbassoc.com>
Date: Sun, 28 Nov 2010 06:21:28 -0700
Subject: [PATCH 2/2] Add missing config file - allows builds on PowerPC
Signed-off-by: Gary Thomas <gary@mlbassoc.com>
---
.../gnome/libart-lgpl/powerpc/art_config.h | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
create mode 100644 meta/recipes-gnome/gnome/libart-lgpl/powerpc/art_config.h
diff --git a/meta/recipes-gnome/gnome/libart-lgpl/powerpc/art_config.h b/meta/recipes-gnome/gnome/libart-lgpl/powerpc/art_config.h
new file mode 100644
index 0000000..b0e74ad
--- /dev/null
+++ b/meta/recipes-gnome/gnome/libart-lgpl/powerpc/art_config.h
@@ -0,0 +1,10 @@
+/* Automatically generated by gen_art_config.c */
+
+#define ART_SIZEOF_CHAR 1
+#define ART_SIZEOF_SHORT 2
+#define ART_SIZEOF_INT 4
+#define ART_SIZEOF_LONG 4
+
+typedef unsigned char art_u8;
+typedef unsigned short art_u16;
+typedef unsigned int art_u32;
--
1.6.2.5
reply other threads:[~2010-11-28 13:29 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=4CF25925.6070407@mlbassoc.com \
--to=gary@mlbassoc.com \
--cc=poky@lists.pokylinux.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.