Signed-off-by: Saul Wold
---
meta/recipes-extended/bash/bash_3.2.48.bb |3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-extended/bash/bash_3.2.48.bb
b/meta/recipes-extended/bash/bash_3.2.48.bb
index 1f70263..f10f687 100644
--- a/meta/recipes-extended/bash/b
From: Nitin A Kamble
Signed-off-by: Nitin A Kamble
---
meta/classes/image_types.bbclass |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types.bbclass
index 489fbe1..6893e38 100644
--- a/meta/classes/image_types.bbcl
From: Nitin A Kamble
The baselib value varies with tune, even when multilib is not
configured. This commit makes the logic to find value of baselib
based on the tune available outside of multilib setup.
This Fixes bug: [YOCTO #1854]
Signed-off-by: Nitin A Kamble
---
meta/conf/bitbake.conf |
From: Scott Garman
Files under exec_prefix (commonly /usr) may not be available during
system recovery. exec_prefix may also be kept on a separate partition
that is mounted late in the boot process.
This QA test throws an warning if a binary in base_[bindir|sbindir|libdir]
is dynamically linked
From: "H.J. Lu"
There is no need to check "$CC $CFLAGS" for x32 in gmp configure. The
way GMP works is that it makes all the ABIs available for the user to
pick from based on the target, but the final ABI is selected based on
the $ABI variable or if compiler passes the ABI test. The test for
x3
From: Ilya Yanok
Set PACKAGE_EXTRA_ARCHS for the generic tunes ("powerpc" and
"powerpc-nf") thus allowing to use them instead of tuning to the
specific CPU.
Signed-off-by: Ilya Yanok
---
meta/conf/machine/include/powerpc/arch-powerpc.inc |6 --
meta/conf/machine/include/tune-ppc603e.in
Due to Augaes adding the libxml2 requirement.
Signed-off-by: Saul Wold
---
.../zypper/zypper/cmake_libxml2.patch | 28
meta/recipes-extended/zypper/zypper_git.bb |3 +-
2 files changed, 30 insertions(+), 1 deletions(-)
create mode 100644 meta/reci
From: Nitin A Kamble
x86_64 opensuse 11.4 has bintuils version 2.21, and when
binutils_2.21 recipe is built for x86_64 target then, the invocation
of distro gcc fails with errors like this:
/usr/lib64/gcc/x86_64-suse-linux/4.5/../../../../x86_64-suse-linux/bin/as:
symbol lookup error: /usr/lib64
From: Scott Garman
udev links to libusb-compat, and so this library needs to be in
base_libdir (/lib) instead of libdir (/usr/lib).
Signed-off-by: Scott Garman
---
meta/recipes-support/libusb/libusb-compat_0.1.3.bb | 12 +++-
1 files changed, 11 insertions(+), 1 deletions(-)
diff --
From: Scott Garman
New version includes:
2011-12-08 Mark Hatle
* rtld/rtld.c: Fix an issue where missing objects would trigger
an assert in dl-version.c
* rtld/rtld.h: Add _dl_new_object prototype
* rtld/rtld.c: Add support for $ORIGIN, $PLATFORM and $LIB.
Note: $PLATFOR
tweak the pycairo.pc correctly.
Signed-off-by: Saul Wold
---
.../python/python-pycairo_1.10.0.bb| 39
.../python/python-pycairo_1.8.10.bb| 31
2 files changed, 39 insertions(+), 31 deletions(-)
create mode 100644 meta/rec
From: Scott Garman
Various util-linux programs in base_sbindir (/sbin) linked to libraries
located under exec_prefix (/usr). Since this is not safe, move these
libraries from libdir (/usr/lib) to base_libdir (/lib).
Signed-off-by: Scott Garman
---
meta/recipes-core/util-linux/util-linux.inc
From: Scott Garman
udev links to libusb1, and so these libraries need to be in
base_libdir (/lib) instead of libdir (/usr/lib).
Signed-off-by: Scott Garman
---
meta/recipes-support/libusb/libusb1_1.0.8.bb | 16 ++--
1 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/
From: Dexuan Cui
socat is useful for the self-hosted-image work.
The original recipe is from OE:
http://git.openembedded.org/openembedded/tree/recipes/socat/
and I upgraded it to 1.7.2.0.
Thank Koen Kooi for suggesting
how to assign the LICENSE field with a proper value.
Signed-off-by: Dexuan
From: Scott Garman
ls from coreutils links to libcap, so move the libcap library
from libdir (/usr/lib) to base_libdir (/lib).
Signed-off-by: Scott Garman
---
meta/recipes-support/libcap/libcap.inc | 15 +--
meta/recipes-support/libcap/libcap_2.22.bb |2 +-
2 files change
From: Scott Garman
The e2fsprogs utilities are installed into base_sbindir (/sbin)
and should not link to libraries under exec_prefix (/usr). So move
these libraries from libdir (/usr/lib) to base_libdir (/lib).
Signed-off-by: Scott Garman
---
.../e2fsprogs/e2fsprogs_1.41.14.bb
From: Paul Eggleton
* Repositories on svn.o-hand.com have been converted to Git and are now
hosted on git.yoctoproject.org.
* Set LICENSE to LGPLv2 as there is an LGPLv2 COPYING file but no notice
with "or later" in the source code
Signed-off-by: Paul Eggleton
---
.../opensync/{libsync_svn
From: Dexuan Cui
On my x86-64 Ubuntu 11.04, with MACHINE=qemux86, "bitbake wget" fails. The
config.log shows:
configure:30072: i586-poky-linux-gcc -m32 -march=i586
--sysroot=/distro/dcui/1212/p1/build/tmp/sysroots/qemux86 -o conftest -O2
-pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,
From: Scott Garman
Various utilities (including bash and the util-linux programs) located
in base_bindir (/bin) or base_sbindir (/sbin) dynamically link against
many of the ncurses libraries. So move these libraries from libdir
(/usr/lib) to base_libdir (/lib).
Signed-off-by: Scott Garman
---
Updated the following:
- libdrm
- texi2html
- mc
- libidn
- augeas
- python-pycairo
Signed-off-by: Saul Wold
---
.../conf/distro/include/distro_tracking_fields.inc | 50 +++
1 files changed, 29 insertions(+), 21 deletions(-)
diff --git a/meta/conf/distro/include/distro_t
Richard & Community:
Here are some package updates along with fixes from various folks
that have been pending for a couple of days. BTW, this does build
world and gpl, although I have heard about some gettext issue I am
still working.
FYI: things might slow down a little over the next week as var
Signed-off-by: Saul Wold
---
.../drm/{libdrm_2.4.27.bb => libdrm_2.4.29.bb} |8
1 files changed, 4 insertions(+), 4 deletions(-)
rename meta/recipes-graphics/drm/{libdrm_2.4.27.bb => libdrm_2.4.29.bb} (54%)
diff --git a/meta/recipes-graphics/drm/libdrm_2.4.27.bb
b/meta/recipes
and libcap
Signed-off-by: Saul Wold
---
.../conf/distro/include/distro_tracking_fields.inc | 25 ++-
1 files changed, 18 insertions(+), 7 deletions(-)
diff --git a/meta/conf/distro/include/distro_tracking_fields.inc
b/meta/conf/distro/include/distro_tracking_fields.inc
index
Signed-off-by: Saul Wold
---
meta/recipes-extended/augeas/augeas_0.10.0.bb |6 ++
meta/recipes-extended/augeas/augeas_0.9.0.bb |7 ---
2 files changed, 6 insertions(+), 7 deletions(-)
create mode 100644 meta/recipes-extended/augeas/augeas_0.10.0.bb
delete mode 100644 meta/recip
Signed-off-by: Saul Wold
---
.../libidn/{libidn_1.22.bb => libidn_1.23.bb} |5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
rename meta/recipes-extended/libidn/{libidn_1.22.bb => libidn_1.23.bb} (86%)
diff --git a/meta/recipes-extended/libidn/libidn_1.22.bb
b/meta/recipes-ex
Signed-off-by: Saul Wold
---
meta/recipes-extended/mc/mc_4.8.1.bb | 25 +
1 files changed, 25 insertions(+), 0 deletions(-)
create mode 100644 meta/recipes-extended/mc/mc_4.8.1.bb
diff --git a/meta/recipes-extended/mc/mc_4.8.1.bb
b/meta/recipes-extended/mc/mc_4.8.1.bb
Add patch to update GETTEXT_MACRO_VERSION to 0.18
Signed-off-by: Saul Wold
---
.../texi2html-5.0/fix_gettext_version.patch| 44
.../{texi2html_1.82.bb => texi2html_5.0.bb}| 19 +++--
2 files changed, 59 insertions(+), 4 deletions(-)
create mode 10064
Signed-off-by: Mei Lei
---
.../conf/distro/include/distro_tracking_fields.inc | 30 ++--
1 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/meta/conf/distro/include/distro_tracking_fields.inc
b/meta/conf/distro/include/distro_tracking_fields.inc
index ba261be..e2e
Signed-off-by: Mei Lei
---
.../curl/{curl_7.22.0.bb => curl_7.23.1.bb}|4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-support/curl/{curl_7.22.0.bb => curl_7.23.1.bb} (92%)
diff --git a/meta/recipes-support/curl/curl_7.22.0.bb
b/meta/recipes-support/cur
Hi all,
Upgrade curl from 7.22.0 to 7.23.1.
Some typo issues exist in distro_tracking_fields.inc reported by
pkg-report system, so fix them in this patch.
Thanks,
Lei
The following changes since commit db446421933d640528328e46a29f828a36d6649b:
Richard Purdie (1):
multil
From: Zhenhua Luo
Signed-off-by: Zhenhua Luo
---
meta/recipes-devtools/valgrind/valgrind_3.6.1.bb |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-devtools/valgrind/valgrind_3.6.1.bb
b/meta/recipes-devtools/valgrind/valgrind_3.6.1.bb
index 021caa8..8c14a
On 12/21/2011 04:52 PM, Zhai, Edwin wrote:
On 12/22/2011 03:38 AM, Saul Wold wrote:
diff --git a/meta/recipes-graphics/minix-session/minix-session_0.1.bb
b/meta/recipes-graphics/minix-session/minix-session_0.1.bb
> new file mode 100644
> index 000..2e912c6
> --- /dev/null
> +++ b/meta/recipe
On 12/22/2011 03:38 AM, Saul Wold wrote:
diff --git a/meta/recipes-graphics/minix-session/minix-session_0.1.bb
b/meta/recipes-graphics/minix-session/minix-session_0.1.bb
> new file mode 100644
> index 000..2e912c6
> --- /dev/null
> +++ b/meta/recipes-graphics/minix-session/minix-session_
On 12/21/2011 06:36 PM, Paul Eggleton wrote:
Hi Edwin,
On Wednesday 21 December 2011 16:18:05 edwin.z...@intel.com wrote:
From: Zhai Edwin
minix-session runs session files on behalf of file owner, so that no
rootless X required.
A bit of a minor nitpick I know, but since "minix" is already t
Hi Eric,
Yes, understand the usage and advantage, but still think apply the patch in
meta-oe first then if later on there's strong demand for this feature we can
pull into oe-core is the right approach.
Thanks,
Jessica
-Original Message-
From: openembedded-core-boun...@lists.openembedd
Hi Dmitry,
Le 21/12/2011 19:22, Dmitry Eremin-Solenikov a écrit :
On 12/21/2011 06:56 PM, Juraj Hercek wrote:
Hello list,
I've two questions:
1) When I build meta-toolchain-qte (c2de8d4 metadata revision) and
install the resulting sdk, I see two directories in /usr/local/:
oecore-i686-arm and
Hi Jessica,
Le 21/12/2011 23:12, Zhang, Jessica a écrit :
Can you submit the patch against qt layer or meta-oe instead of oe-core, since
python enabled gdb shouldn't be turned on by default in oe-core based on its
usage, qtcreator, etc.
I can submit that to meta-oe (as qt is inside oe-core) b
On Wed, Dec 21, 2011 at 11:27:14AM -0800, nitin.a.kam...@intel.com wrote:
> From: Nitin A Kamble
>
> x86_64 opensuse 11.4 has bintuils version 2.21, and when
> binutils_2.21 recipe is built for x86_64 target then, the invocation
> of distro gcc fails with errors like this:
>
> /usr/lib64/gcc/x86
This work was made by Victor Enriquez and then modified by Denis Carikli who
was helped by Mark Hatle comments (who is fray on
#yocto channel on Freenode).
The changes are for adding support to armv6-novfp, for building binaries for
armv6 machines without vfp, for example the htc
dream.
Signe
Hi Eric,
Can you submit the patch against qt layer or meta-oe instead of oe-core, since
python enabled gdb shouldn't be turned on by default in oe-core based on its
usage, qtcreator, etc.
Thanks,
Jessica
-Original Message-
From: openembedded-core-boun...@lists.openembedded.org
[mailto
and a missing real name for the SOB
Op 21 dec. 2011 om 21:06 heeft Otavio Salvador het
volgende geschreven:
> On Wed, Dec 21, 2011 at 17:48, vquicksilver
> wrote:
> This work was made by Victor Enriquez and then modified by
> Denis Carikli who was helped by Mark Hatle comments( who is
> fray
On Wed, Dec 21, 2011 at 17:48, vquicksilver wrote:
> This work was made by Victor Enriquez and then modified by
> Denis Carikli who was helped by Mark Hatle comments( who is
> fray on #yocto channel on Freenode ).
>
> The changes are for adding support to armv6-novfp, forbuilding
> binaries for ar
On 12/21/11 1:48 PM, vquicksilver wrote:
This work was made by Victor Enriquez and then modified by
Denis Carikli who was helped by Mark Hatle comments( who is
fray on #yocto channel on Freenode ).
The changes are for adding support to armv6-novfp, forbuilding
binaries for armv6 machines without
This work was made by Victor Enriquez and then modified by
Denis Carikli who was helped by Mark Hatle comments( who is
fray on #yocto channel on Freenode ).
The changes are for adding support to armv6-novfp, forbuilding
binaries for armv6 machines without vfp, for examplethe htcdream.
Signed-off-
On Wed, Dec 21, 2011 at 08:36, Paul Eggleton
wrote:
> Hi Edwin,
>
> On Wednesday 21 December 2011 16:18:05 edwin.z...@intel.com wrote:
> > From: Zhai Edwin
> >
> > minix-session runs session files on behalf of file owner, so that no
> > rootless X required.
>
> A bit of a minor nitpick I know, bu
On 12/21/2011 12:18 AM, edwin.z...@intel.com wrote:
From: Zhai Edwin
minix-session runs session files on behalf of file owner, so that no rootless X
required.
Signed-off-by: Zhai Edwin
---
.../minix-session/files/minix-session | 32
.../minix-session/minix
On 12/21/2011 12:18 AM, edwin.z...@intel.com wrote:
From: Zhai Edwin
"builder" can start some auto stuff by mini X session.
Signed-off-by: Zhai Edwin
---
meta/recipes-graphics/builder/builder_0.1.bb | 27 +
meta/recipes-graphics/builder/files/auto_start.sh | 11 +
From: Nitin A Kamble
Here are few misc fixes for oecore.
Thanks,
Nitin
The following changes since commit dee0fc1462ba18551571c3b2d0f2b443a2feca18:
multilib.conf: Enable shadow-sysroot and libffi (2011-12-21 17:24:44 +)
are available in the git repository at:
git://git.pokylinux.org/p
From: Nitin A Kamble
x86_64 opensuse 11.4 has bintuils version 2.21, and when
binutils_2.21 recipe is built for x86_64 target then, the invocation
of distro gcc fails with errors like this:
/usr/lib64/gcc/x86_64-suse-linux/4.5/../../../../x86_64-suse-linux/bin/as:
symbol lookup error: /usr/lib64
From: "H.J. Lu"
There is no need to check "$CC $CFLAGS" for x32 in gmp configure. The
way GMP works is that it makes all the ABIs available for the user to
pick from based on the target, but the final ABI is selected based on
the $ABI variable or if compiler passes the ABI test. The test for
x3
From: Nitin A Kamble
The baselib value varies with tune, even when multilib is not
configured. This commit makes the logic to find value of baselib
based on the tune available outside of multilib setup.
This Fixes bug: [YOCTO #1854]
Signed-off-by: Nitin A Kamble
---
meta/conf/bitbake.conf |
On 12/21/11 12:43 PM, Saul Wold wrote:
On 12/21/2011 10:16 AM, Joshua Lock wrote:
On 20/12/11 22:10, Wang, Shane wrote:
Saul Wold wrote on 2011-12-21:
On 12/20/2011 08:32 PM, Shane Wang wrote:
Here is the script to check which recipe provides SUMMARY and which
doesnot. For those which do not
On 12/21/2011 10:16 AM, Joshua Lock wrote:
On 20/12/11 22:10, Wang, Shane wrote:
Saul Wold wrote on 2011-12-21:
On 12/20/2011 08:32 PM, Shane Wang wrote:
Here is the script to check which recipe provides SUMMARY and which
doesnot. For those which do not, maintainer should add or update to a
m
On 12/21/2011 06:56 PM, Juraj Hercek wrote:
Hello list,
I've two questions:
1) When I build meta-toolchain-qte (c2de8d4 metadata revision) and
install the resulting sdk, I see two directories in /usr/local/:
oecore-i686-arm and oecore-i686-i686. What is a rationale behind having
these two direc
On 20/12/11 22:10, Wang, Shane wrote:
> Saul Wold wrote on 2011-12-21:
>
>> On 12/20/2011 08:32 PM, Shane Wang wrote:
>>> Here is the script to check which recipe provides SUMMARY and which
>>> doesnot. For those which do not, maintainer should add or update to a
>>> meaningful summary for HOB to
On Thu, 2011-12-22 at 00:45 +0800, Jiajun Xu wrote:
> The pull request is to address [YOCTO #1568] - "Add recipe for ltp/posix
> tests and automate test".
> ltp is ported from OE and updated to latest version(20110915). Testcases are
> installed to
> ${D}/opt/ltp and POISX test suite is also cop
On Tue, 2011-12-20 at 10:38 -0700, Christopher Larson wrote:
> This is needed by the copyleft_compliance class, so it can emit series files
> for the patches, which greatly increases their usefulness to a user
> trying to
> reconstruct the sources outside of OE.
>
> Signed-off-by: Christopher Lar
On Mon, 2011-12-19 at 09:23 -0800, Beth Flanagan wrote:
> I've asked and received permission from Mark Nudelman, the author
> of less, to utilize a generic BSD 2 clause license for less, instead
> of creating a common "less" license file.
>
> Signed-off-by: Beth Flanagan
> ---
> meta/recipes-ext
On Thu, 2011-12-15 at 15:30 -0800, Joshua Lock wrote:
> A few metadata massages to ensure LICENSE fields specify the correct license
> version.
>
> The following changes since commit 0eb139619301d0efee330932eba3617dcb39284e:
>
> Patch Upstream Status Updates (2011-12-15 14:35:27 +)
>
> are
On Mon, 2011-12-19 at 15:43 +, Paul Eggleton wrote:
> Most of the old o-hand.com sites are no longer available, so fix up
> SRC_URIs that reference them.
>
> The following changes since commit ae4118a1f78f113c3d687c3aa6a86007cf977cae:
>
> libsdl 1.2.14: fix packaging (2011-12-19 12:17:36 +0
On Mon, 2011-12-19 at 13:50 -0800, Beth Flanagan wrote:
> The manifest conditionals COPY_LIC_MANIFEST and COPY_LIC_DIRS
> were returning true due to missing quotes in the bash test. This
> made images larger than expected.
>
> Signed-off-by: Beth Flanagan
> ---
> meta/classes/license.bbclass |
On Wed, 2011-12-21 at 06:21 +, Luo Zhenhua-B19537 wrote:
> Since nobody confirm that it works on mips, I will create a new patch to
> define COMPATIBLE_HOST as following, does it make sense?
> COMPATIBLE_HOST =
> '(i.86|x86_64|powerpc|powerpc64|ppc|ppc64|arm).*-linux'
Sounds good to me
Signed-off-by: Jiajun Xu
---
meta/recipes-core/tasks/task-core-tools.bb |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-core/tasks/task-core-tools.bb
b/meta/recipes-core/tasks/task-core-tools.bb
index 12d4ff9..6632b4f 100644
--- a/meta/recipes-core/tasks/t
The pull request is to address [YOCTO #1568] - "Add recipe for ltp/posix tests
and automate test".
ltp is ported from OE and updated to latest version(20110915). Testcases are
installed to
${D}/opt/ltp and POISX test suite is also copied into ${D}/opt/ltp/testcases
folder. We
include ltp to te
Add information for recipe ltp, which is ported from OE.
Signed-off-by: Jiajun Xu
---
.../conf/distro/include/distro_tracking_fields.inc |8
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/meta/conf/distro/include/distro_tracking_fields.inc
b/meta/conf/distro/include
Port ltp recipe from OE and upgraged to latest version(20110915).
Install ltp into ${D}/opt/ltp and POSIX test suite is also copied
into ${D}/opt/ltp/testcases.
TODO: Some cases are removed since they depend on command 'expect'.
It is not in Poky or OE and we will add it for enhancement next.
Sig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 12/21/2011 05:19 AM, Koen Kooi wrote:
>
> Op 21 dec. 2011, om 11:09 heeft Martin Jansa het volgende
> geschreven:
>
>> On Wed, Dec 21, 2011 at 01:02:51AM -0800, Darren Hart wrote:
>>> NOTE: I'm looking for a better way to do this.
>>>
>>> keym
> The "mv" seems to cause a problem. Is there a reason you do this
> instead of just setting "S = ${WORKDIR}/ltp-full-${PV} if that's what
> the tarball normally extracts to?
>
Sorry for late response, Saul. If I set S to ltp-full-${PV}, do_unpack will
report that ltp-full-${PV} is not a direc
Hi Eric,
On 12/21/2011 04:16 PM, Eric Bénard wrote:
Hi Juraj,
Le 21/12/2011 15:56, Juraj Hercek a écrit :
I've two questions:
1) When I build meta-toolchain-qte (c2de8d4 metadata revision) and
install the
resulting sdk, I see two directories in /usr/local/: oecore-i686-arm and
oecore-i686-i
On Mon, 2011-12-19 at 19:48 +0100, Koen Kooi wrote:
> Op 19 dec. 2011, om 19:32 heeft Paul Eggleton het volgende geschreven:
>
> > On Monday 19 December 2011 19:27:06 Koen Kooi wrote:
> >> Op 19 dec. 2011, om 19:22 heeft Paul Eggleton het volgende geschreven:
> >>> On Monday 19 December 2011 18:50
On Monday 19 December 2011 19:12:10 Paul Eggleton wrote:
> On Monday 19 December 2011 20:02:02 Koen Kooi wrote:
> > In OE-classic we had IMAGE_SPLASH. Btw, I'm not using
> > core-image.bbclase.
>
> Well we could always use IMAGE_SPLASH and bring it in via image.bbclass. It
> seems to me like somet
Hi Juraj,
Le 21/12/2011 15:56, Juraj Hercek a écrit :
I've two questions:
1) When I build meta-toolchain-qte (c2de8d4 metadata revision) and install the
resulting sdk, I see two directories in /usr/local/: oecore-i686-arm and
oecore-i686-i686. What is a rationale behind having these two directo
On Tuesday 20 December 2011 10:31:52 Philip Balister wrote:
> I can see people taking an existing image, adding a few packages to
> customize it for their application, and changing the splash image to a
> product specific one.
I'm not entirely convinced this workflow makes sense when you're intere
Hello list,
I've two questions:
1) When I build meta-toolchain-qte (c2de8d4 metadata revision) and
install the resulting sdk, I see two directories in /usr/local/:
oecore-i686-arm and oecore-i686-i686. What is a rationale behind having
these two directories instead of one i.e.: oecore-i686-ar
Hi Khem,
Le 20/12/2011 20:59, Khem Raj a écrit :
On Mon, Dec 19, 2011 at 10:36 PM, Eric Bénard wrote:
Hi, Khem,
Le 14/12/2011 19:38, Khem Raj a écrit :
On Wed, Dec 14, 2011 at 10:08 AM, Ulf Samuelsson
wrote:
Not familiar with gcc internals, but just want to reiterate the
point that
Op 21 dec. 2011, om 11:09 heeft Martin Jansa het volgende geschreven:
> On Wed, Dec 21, 2011 at 01:02:51AM -0800, Darren Hart wrote:
>> NOTE: I'm looking for a better way to do this.
>>
>> keymaps pulls in gettext, which can't build without wide character support.
>>
>> Rather than have to add
On Wed, 2011-12-21 at 17:51 +0800, Cui, Dexuan wrote:
> Richard Purdie wrote on 2011-12-21:
> > On Wed, 2011-12-21 at 16:51 +0800, Cui, Dexuan wrote:
> >> Cui, Dexuan wrote on 2011-12-21:
> >>> Hi all,
> >>> After I upgraded to the latest poky master (commit 4648aadf),
> >>> core-image-sato-sdk can
On Wed, 2011-12-21 at 12:57 +0100, Anders Darander wrote:
> * Otavio Salvador [111221 12:37]:
> > On Wed, Dec 21, 2011 at 09:11, Richard Purdie <
> > richard.pur...@linuxfoundation.org> wrote:
>
> > If we change nativesdk to become a prefix, the problem can share the
> > same code as mult
On Wed, 2011-12-21 at 11:55 +, Phil Blundell wrote:
> On Wed, 2011-12-21 at 11:11 +, Richard Purdie wrote:
> > If we change nativesdk to become a prefix, the problem can share the
> > same code as multilib and become much more widely usable rather than the
> > current special cases. Its obv
* Otavio Salvador [111221 12:37]:
> On Wed, Dec 21, 2011 at 09:11, Richard Purdie <
> richard.pur...@linuxfoundation.org> wrote:
> If we change nativesdk to become a prefix, the problem can share the
> same code as multilib and become much more widely usable rather than the
> current
On Wed, 2011-12-21 at 11:11 +, Richard Purdie wrote:
> If we change nativesdk to become a prefix, the problem can share the
> same code as multilib and become much more widely usable rather than the
> current special cases. Its obviously a fairly major change in recipe
> naming though. Would ch
On Wed, Dec 21, 2011 at 09:11, Richard Purdie <
richard.pur...@linuxfoundation.org> wrote:
> If we change nativesdk to become a prefix, the problem can share the
> same code as multilib and become much more widely usable rather than the
> current special cases. Its obviously a fairly major change
We have a problem looming on the horizon with regard to the native and
particularly nativesdk recipe names.
We originally ran into this problem with the multilib code. The issue is
that its rather hard to automagically translate PACKAGES and
DEPENDS/RDEPENDS etc. into something the BBCLASSEXTEND c
On Wednesday 21 December 2011 10:55:43 Koen Kooi wrote:
> Hmmm, do we know why these sometimes are target binaries and sometimes host
> binaries?
Having already fixed this and then reverted the fix, this is annoying to say
the
least. I tested this on several different architectures and the resul
Hi Edwin,
On Wednesday 21 December 2011 16:18:05 edwin.z...@intel.com wrote:
> From: Zhai Edwin
>
> minix-session runs session files on behalf of file owner, so that no
> rootless X required.
A bit of a minor nitpick I know, but since "minix" is already the name of a
well-known operating syste
Op 21 dec. 2011, om 10:49 heeft mohamed basith het volgende geschreven:
> Hi,
>
> I got the error when compiling Qt, pls help me to fix this error.
>
> | NOTE: Checking Package: libqt-embeddedpvrqwswsegl4-dbg
> | NOTE: Checking Package: qt4-embedded-tools
> | ERROR: QA Issue: Architecture did
Richard Purdie wrote on 2011-12-21:
> On Wed, 2011-12-21 at 16:51 +0800, Cui, Dexuan wrote:
>> Cui, Dexuan wrote on 2011-12-21:
>>> Hi all,
>>> After I upgraded to the latest poky master (commit 4648aadf),
>>> core-image-sato-sdk can build file, but meta-toolchain-gmae (with
>>> ipk
>>> packaging)
Hi,
I got the error when compiling Qt, pls help me to fix this error.
| NOTE: Checking Package: libqt-embeddedpvrqwswsegl4-dbg
| NOTE: Checking Package: qt4-embedded-tools
| ERROR: QA Issue: Architecture did not match (40 to 3) on
/work/armv5te-angstrom-linux-gnueabi/qt4-embedded-4.7.4-r39.5/pac
On Wed, 2011-12-21 at 16:51 +0800, Cui, Dexuan wrote:
> Cui, Dexuan wrote on 2011-12-21:
> > Hi all,
> > After I upgraded to the latest poky master (commit 4648aadf),
> > core-image-sato-sdk can build file, but meta-toolchain-gmae (with ipk
> > packaging) still doesn't work. Now the failure is:
> >
Cui, Dexuan wrote on 2011-12-21:
> Hi all,
> After I upgraded to the latest poky master (commit 4648aadf),
> core-image-sato-sdk can build file, but meta-toolchain-gmae (with ipk
> packaging) still doesn't work. Now the failure is:
>
> | error: Failed dependencies:
> | libsdl-nativesdk is needed
Le 16/12/2011 15:05, Eric Bénard a écrit :
* python support is needed for providing finer scripting control
in gdb, and for remote controling gdb for example from qtcreator
* gdb/configure tries to autodetect python using python executable
with --includes --ldflags --exec-prefix to get the right
From: Zhai Edwin
All,
These patches add mini X, who will execute session files on behalf of file
owner without rootless X. By this way, a minimal X enviroment including
matchbox-wm is availale for the "builder" user to start auto-run apps.
Pls. help to review.
Thanks,
Edwin
The following c
From: Zhai Edwin
"builder" can start some auto stuff by mini X session.
Signed-off-by: Zhai Edwin
---
meta/recipes-graphics/builder/builder_0.1.bb | 27 +
meta/recipes-graphics/builder/files/auto_start.sh | 11
2 files changed, 38 insertions(+), 0 deletion
From: Zhai Edwin
Signed-off-by: Zhai Edwin
---
meta/recipes-core/images/self-hosted-image.bb |4 +++-
meta/recipes-core/tasks/task-self-hosted.bb |3 ++-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-core/images/self-hosted-image.bb
b/meta/recipes-core/i
From: Zhai Edwin
Signed-off-by: Zhai Edwin
---
meta/classes/core-image.bbclass |2 +
meta/recipes-sato/tasks/task-core-x11-mini.bb | 45 +
2 files changed, 47 insertions(+), 0 deletions(-)
create mode 100644 meta/recipes-sato/tasks/task-core-x11-mini
From: Zhai Edwin
minix-session runs session files on behalf of file owner, so that no rootless X
required.
Signed-off-by: Zhai Edwin
---
.../minix-session/files/minix-session | 32
.../minix-session/minix-session_0.1.bb | 24 +++
2
96 matches
Mail list logo