* Can't build meta-toolchain-sdk
@ 2010-11-28 13:29 Gary Thomas
0 siblings, 0 replies; only message in thread
From: Gary Thomas @ 2010-11-28 13:29 UTC (permalink / raw)
To: Poky
[-- 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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-11-28 13:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-28 13:29 Can't build meta-toolchain-sdk Gary Thomas
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.