Thanks Mark, the rpm.real also has the same problem when the length of tmpdir
is 210, it seems that this is because of the glibc.
And also other problems found:
When use PACKAGE_CLASSES = "package_deb", and the length of tmpdir is 177,
the error is:
/too/long/path/totmp/sysroots/x86_64-linux/u
On 06/19/2012 10:33 PM, Khem Raj wrote:
On Tuesday, June 19, 2012, Steve English mailto:steve.engl...@navetas.com>> wrote:
> Hi,
> I've generated a cross compiling ARM SDK
(angstrom-eglibc-x86_64-armv7a-v2012.05-toolchain.tar.bz2) that works
great if installed in /usr/local/oecore-x86_64. I w
On Tue, Jun 19, 2012 at 7:41 PM, Michael Zhu wrote:
> Dears,
> how to use prebuilt external tool chain to build openembedded-core ?
> thanks!
Look at meta/conf/distro/include/tcmode-external-sourcery.inc
thats how code sourcery toolchains are hooked in. and you do set
TCMODE = "external-sourcer
Allow empty passwords login so that the default root user can login in
through openssh.
Signed-off-by: Lianhao Lu
---
meta/classes/core-image.bbclass |2 ++
meta/classes/image.bbclass |9 -
2 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/meta/classes/core-ima
This patch set fixed the bug [YOCTO #2605].
It allows to login to openssh with empty password if the IMAGE_FEATURE
debug-tweak feature is set.
It processes conflicting IMAGE_FEATURE features, i.e. ssh-server-dropbear
and ssh-server-openssh.
It also adds a new IMAGE_FEATURE 'eclipse-support' for
Added a new IMAGE_FEATURES eclipse-support to support developing user
applications through Eclipse plugin.
Signed-off-by: Lianhao Lu
---
meta/classes/core-image.bbclass|2 ++
meta/conf/multilib.conf|1 +
.../tasks/task-core-eclipse-support.
IMAGE_FEATURES such as 'ssh-server-dropbear' and 'ssh-server-openssh'
can't be both enabled. User can use the following variables to define
the relationship of image features:
IMAGE_FEATURES_REPLACES_foo = "bar" means including image feature "foo"
would replace the image feature "bar".
IMAGE_FEAT
On 06/19/2012 04:20 PM, Victor Khristenko wrote:
Hi Saul,
First of all, I'm really sorry to disturb you but I found your email
address at this web
http://patches.openembedded.org/patch/20999/
Victor, actually it was Khem Raj that submitted that patch,
he might be able to help with this issue.
Dears,
how to use prebuilt external tool chain to build openembedded-core ?
thanks!
B.R.
Michael
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
On Tuesday, June 19, 2012, Robert P. J. Day wrote:
> On Tue, 19 Jun 2012, Khem Raj wrote:
>
>> Thanks for doing this
>>
>> On Tue, Jun 19, 2012 at 1:54 PM, Robert P. J. Day
wrote:
>> >
>> > +SRC_URI_append_poky = " file://owl-menu.patch;apply=yes "
>>
>> while you are at it can you remove apply=y
On Tue, 19 Jun 2012, Khem Raj wrote:
> Thanks for doing this
>
> On Tue, Jun 19, 2012 at 1:54 PM, Robert P. J. Day
> wrote:
> >
> > +SRC_URI_append_poky = " file://owl-menu.patch;apply=yes "
>
> while you are at it can you remove apply=yes from there ?
> since thats the default anyway for files
Thanks for doing this
On Tue, Jun 19, 2012 at 1:54 PM, Robert P. J. Day wrote:
>
> +SRC_URI_append_poky = " file://owl-menu.patch;apply=yes "
while you are at it can you remove apply=yes from there ?
since thats the default anyway for files ending in .patch
_
Signed-off-by: Robert P. J. Day
---
diff --git a/meta/recipes-graphics/tslib/tslib_1.0.bb
b/meta/recipes-graphics/tslib/tslib_1.0.bb
index 54ff3d4..2c4b325 100644
--- a/meta/recipes-graphics/tslib/tslib_1.0.bb
+++ b/meta/recipes-graphics/tslib/tslib_1.0.bb
@@ -21,8 +21,8 @@ SRC_URI =
"http://
On Tue, 19 Jun 2012, Paul Eggleton wrote:
> On Tuesday 19 June 2012 12:28:22 Robert P. J. Day wrote:
>
> > finally, what are the evaluation mechanics of the "?=" operator?
>
> ?= is the same as = except that it only sets the value if it is not
> already set at the time the line is parsed.
jus
On Tuesday, June 19, 2012, Steve English wrote:
> Hi,
> I've generated a cross compiling ARM SDK
(angstrom-eglibc-x86_64-armv7a-v2012.05-toolchain.tar.bz2) that works great
if installed in /usr/local/oecore-x86_64. I would like to move these
binaries and run them from under my home directory (on t
On Thu, 17 May 2012 18:45:58 -0500
Peter Seebach wrote:
> The tuning changes to sanity.bbclass were almost right, but one of
> the messages had a %s with no % operator.
>
> Signed-off-by: Peter Seebach
> ---
> meta/classes/sanity.bbclass |2 +-
> 1 files changed, 1 insertions(+), 1 deletio
From: Richard Purdie
I was just going to turn off parallel make but ended up fixing this properly.
Signed-off-by: Richard Purdie
Signed-off-by: Joshua Lock
---
.../recipes-devtools/apt/apt-0.7.14/makerace.patch | 23
meta/recipes-devtools/apt/apt-native_0.7.14.bb |
From: Richard Purdie
apt wasn't building on modern libc/compiler combinations due to missing
header includes.
The libcpp version was also being hardcoded, this patch generates it
dynamically to work on different host systems which no longer have
this.
Signed-off-by: Richard Purdie
Signed-off-b
From: Robert Yang
apt do_compile failed with gcc 4.7:
deb/deblistparser.cc: In member function 'virtual short unsigned int
debListParser::VersionHash()':
deb/deblistparser.cc:212:13: error: redeclaration of 'char* I'
deb/deblistparser.cc:202:22: error: 'const char** I' previously declared here
With the toolchain provided on modern distros apt-native fails to compile, this
series cherry-picks several patches from master which ensure that apt and
apt-native can be built reliably.
Cheers,
Joshua
The following changes since commit 30c6ec403e1696b5fd94b92328ef9edec535a57a:
scripts/qemui
On Sat, Jun 16, 2012 at 11:16 PM, Bruce Ashfield
wrote:
> On 12-06-16 1:34 PM, Saul Wold wrote:
>>
>> On 06/15/2012 01:23 PM, Bruce Ashfield wrote:
>>>
>>> From: Liang Li
>>>
>>> perf has been coupled to the kernel packages via kernel.bbclass.
>>> While maintaining the build of perf out of the ker
On 06/19/2012 11:29 AM, Paul Eggleton wrote:
On Tuesday 19 June 2012 09:02:30 Saul Wold wrote:
Please find attached the buildhistory_diff from 2 world builds with and
without the PACKAGE Reorder.
Saul, would you mind pushing the buildhistory repo somewhere (e.g. to a poky-
contrib branch)? Tha
On Tuesday 19 June 2012 09:02:30 Saul Wold wrote:
> Please find attached the buildhistory_diff from 2 world builds with and
> without the PACKAGE Reorder.
Saul, would you mind pushing the buildhistory repo somewhere (e.g. to a poky-
contrib branch)? That would help me debug some of the weirdness i
On Tue, 19 Jun 2012, Paul Eggleton wrote:
> On Tuesday 19 June 2012 13:05:35 Robert P. J. Day wrote:
... snip ...
> >
> > now this would seem to be exactly what the variable
> > CORE_IMAGE_EXTRA_INSTALL was invented for, no? certainly the above
> > will work but then what's the point of having
On Tuesday 19 June 2012 13:05:35 Robert P. J. Day wrote:
> followup to earlier post, it's easy enough to see the point of this
> code from core-image.bbclass:
>
> ... snip ...
>
> CORE_IMAGE_BASE_INSTALL = '\
> task-core-boot \
> task-base-extended \
> \
> ${CORE_IMAGE_EXTRA_INS
On Tue, 19 Jun 2012, Paul Eggleton wrote:
> On Tuesday 19 June 2012 11:04:06 Robert P. J. Day wrote:
> > a while back, i pointed out odd instances of:
> >
> > meta/recipes-support/gmp/gmp_5.0.4.bb:SRC_URI_append +=
> > "file://use-includedir.patch \
> > meta/recipes-graphics/tslib/tslib_1.0.bb:S
On Tuesday 19 June 2012 11:04:06 Robert P. J. Day wrote:
> a while back, i pointed out odd instances of:
>
> meta/recipes-support/gmp/gmp_5.0.4.bb:SRC_URI_append +=
> "file://use-includedir.patch \
> meta/recipes-graphics/tslib/tslib_1.0.bb:SRC_URI_append_qemumips += "
> file://32bitBE-support.p
On Tuesday 19 June 2012 12:28:22 Robert P. J. Day wrote:
> i want to make absolutely sure i understand the mechanics of the
> different types of assignment so i'm looking at this snippet from
> core-image.bbclass:
>
> ... snip ...
>
> PACKAGE_GROUP_qt4-pkgs = "task-core-qt-demos"
>
> CORE_IMAG
Hi,
I've generated a cross compiling ARM SDK
(angstrom-eglibc-x86_64-armv7a-v2012.05-toolchain.tar.bz2) that works great
if installed in /usr/local/oecore-x86_64. I would like to move these
binaries and run them from under my home directory (on this and other host
machines).
I can tweak the PATH a
followup to earlier post, it's easy enough to see the point of this
code from core-image.bbclass:
... snip ...
CORE_IMAGE_BASE_INSTALL = '\
task-core-boot \
task-base-extended \
\
${CORE_IMAGE_EXTRA_INSTALL} \
'
CORE_IMAGE_EXTRA_INSTALL ?= ""
IMAGE_INSTALL ?= "${CORE_IMAG
On Tue, Jun 19, 2012 at 4:21 AM, Marcin Juszkiewicz
wrote:
> "ld: this linker was not configured to use sysroots" was what I got on
> device instead of compiled binary.
>
> Signed-off-by: Marcin Juszkiewicz
> ---
> meta/recipes-devtools/binutils/binutils_2.22.bb | 4 +++-
> 1 file changed, 3
i want to make absolutely sure i understand the mechanics of the
different types of assignment so i'm looking at this snippet from
core-image.bbclass:
... snip ...
PACKAGE_GROUP_qt4-pkgs = "task-core-qt-demos"
CORE_IMAGE_BASE_INSTALL = '\
task-core-boot \
task-base-extended \
\
W dniu 19.06.2012 18:19, Khem Raj pisze:
> includedir already has leading slash so I wonder if you changed
> includedir in your setup somehow ?
bitbake gcc -e|grep ^includedir shown "/usr/include" value. G++ started
on target as "g++ -v" shown "--with-c++-includes=/usr/include/c++" so I
was surp
On Tue, Jun 19, 2012 at 5:32 AM, Marcin Juszkiewicz
wrote:
> W dniu 19.06.2012 13:53, Marcin Juszkiewicz pisze:
>> ignoring nonexistent directory "usr/include/c++/"
>> ignoring nonexistent directory "usr/include/c++//i586-oe-linux"
>> ignoring nonexistent directory "usr/include/c++//backward"
>> i
Please find attached the buildhistory_diff from 2 world builds with and
without the PACKAGE Reorder.
All packages that changed should have PR bumps.
Thanks
--
Sau!
Saul Wold
Yocto Component Wrangler @ Intel
Yocto Project / Poky Build System
packages/i586-poky-linux/alsa-lib/alsa-lib-de
Signed-off-by: Saul Wold
---
meta/recipes-extended/hdparm/hdparm_9.39.bb |1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-extended/hdparm/hdparm_9.39.bb
b/meta/recipes-extended/hdparm/hdparm_9.39.bb
index 42867a9..40ebd35 100644
--- a/meta/recipes-extended/hd
Signed-off-by: Saul Wold
---
meta/recipes-support/libpcre/libpcre_8.30.bb |7 ++-
1 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/meta/recipes-support/libpcre/libpcre_8.30.bb
b/meta/recipes-support/libpcre/libpcre_8.30.bb
index 83831e7..05ca7ca 100644
--- a/meta/recipes-su
With the new order scheme, ${PN} needs to be in the middle
for the .m4 files to be packaged, otherwise the move the
-dev package which is wrong in this case.
Signed-off-by: Saul Wold
---
meta/recipes-devtools/libtool/libtool-2.4.2.inc |7 ++-
1 files changed, 6 insertions(+), 1 deletions
Signed-off-by: Saul Wold
---
meta/recipes-gnome/gthumb/gthumb_2.12.4.bb | 12
1 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/meta/recipes-gnome/gthumb/gthumb_2.12.4.bb
b/meta/recipes-gnome/gthumb/gthumb_2.12.4.bb
index 5821dc4..6ab63bb 100644
--- a/meta/recipes-gno
This creates a more deterministic build and also reduces the size of this
library.
Signed-off-by: Saul Wold
---
meta/recipes-support/libevent/libevent_2.0.16.bb |4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-support/libevent/libevent_2.0.16.bb
b/meta/r
Signed-off-by: Saul Wold
---
.../nfs-utils/libnfsidmap_0.24.bb |2 +-
meta/recipes-core/libxml/libxml2_2.7.8.bb |2 +-
meta/recipes-extended/libuser/libuser_0.57.1.bb|2 +-
.../recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb |2 +-
meta/recipes-gnome/g
Signed-off-by: Saul Wold
---
meta/recipes-support/js/js_1.7.0+1.8.0rc1.bb |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-support/js/js_1.7.0+1.8.0rc1.bb
b/meta/recipes-support/js/js_1.7.0+1.8.0rc1.bb
index adca44e..45a6fa7 100644
--- a/meta/recipes-suppor
Signed-off-by: Saul Wold
---
meta/recipes-extended/man-pages/man-pages_3.41.bb |6 --
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-extended/man-pages/man-pages_3.41.bb
b/meta/recipes-extended/man-pages/man-pages_3.41.bb
index cf0523c..f6a399a 100644
--- a/m
Signed-off-by: Saul Wold
---
meta/recipes-support/curl/curl_7.24.0.bb | 12 +++-
1 files changed, 3 insertions(+), 9 deletions(-)
diff --git a/meta/recipes-support/curl/curl_7.24.0.bb
b/meta/recipes-support/curl/curl_7.24.0.bb
index f9dce7d..a66fb12 100644
--- a/meta/recipes-support/c
Signed-off-by: Saul Wold
---
meta/recipes-sato/gtk-engines/gtk-sato-engine.inc |2 +-
.../gtk-engines/gtk-sato-engine_git.bb |2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-sato/gtk-engines/gtk-sato-engine.inc
b/meta/recipes-sato/gtk-engine
Signed-off-by: Saul Wold
---
meta/recipes-extended/slang/slang_2.2.4.bb |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-extended/slang/slang_2.2.4.bb
b/meta/recipes-extended/slang/slang_2.2.4.bb
index 40f671e..f17bc0f 100644
--- a/meta/recipes-extended/sl
Signed-off-by: Saul Wold
---
meta/recipes-bsp/grub/grub_0.97.bb |5 +
meta/recipes-bsp/grub/grub_1.99.bb |4 +---
2 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/meta/recipes-bsp/grub/grub_0.97.bb
b/meta/recipes-bsp/grub/grub_0.97.bb
index 1cde30d..da72c7a 100644
--- a
This was discovered due to the package reorganization
Signed-off-by: Saul Wold
---
meta/recipes-sato/webkit/webkit-gtk_svn.bb |6 +-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-sato/webkit/webkit-gtk_svn.bb
b/meta/recipes-sato/webkit/webkit-gtk_svn.bb
ind
Signed-off-by: Saul Wold
---
meta/recipes-graphics/freetype/freetype_2.4.9.bb |5 +
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/meta/recipes-graphics/freetype/freetype_2.4.9.bb
b/meta/recipes-graphics/freetype/freetype_2.4.9.bb
index 31bee80..199a529 100644
--- a/meta/
Signed-off-by: Saul Wold
---
meta/recipes-kernel/lttng/lttng-viewer_0.12.38.bb |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-kernel/lttng/lttng-viewer_0.12.38.bb
b/meta/recipes-kernel/lttng/lttng-viewer_0.12.38.bb
index 233d836..9d94903 100644
--- a/meta
Signed-off-by: Saul Wold
---
meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb | 14 ++
1 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb
b/meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb
index 1a5ee05..ad60094 100644
-
Signed-off-by: Saul Wold
---
meta/recipes-extended/libidn/libidn_0.6.14.bb |6 +-
meta/recipes-extended/libidn/libidn_1.24.bb |3 ++-
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-extended/libidn/libidn_0.6.14.bb
b/meta/recipes-extended/libidn/libidn_0
Signed-off-by: Saul Wold
---
meta/recipes-extended/procps/procps.inc |6 --
meta/recipes-extended/procps/procps_3.2.8.bb |2 +-
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/meta/recipes-extended/procps/procps.inc
b/meta/recipes-extended/procps/procps.inc
index
Signed-off-by: Saul Wold
---
meta/recipes-extended/groff/groff_1.20.1.bb |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-extended/groff/groff_1.20.1.bb
b/meta/recipes-extended/groff/groff_1.20.1.bb
index ef22548..c5a475a 100644
--- a/meta/recipes-extended/g
Signed-off-by: Saul Wold
---
meta/recipes-core/libxml/libxml2.inc |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-core/libxml/libxml2.inc
b/meta/recipes-core/libxml/libxml2.inc
index 32d6e8c..31a32fa 100644
--- a/meta/recipes-core/libxml/libxml2.inc
+++ b/m
Signed-off-by: Saul Wold
---
meta/recipes-extended/cups/cups14.inc|1 +
meta/recipes-extended/cups/cups_1.4.6.bb |2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-extended/cups/cups14.inc
b/meta/recipes-extended/cups/cups14.inc
index 85d8ca2..9cae33c
Signed-off-by: Saul Wold
---
meta/recipes-core/gettext/gettext_0.16.1.bb |3 ++-
meta/recipes-core/gettext/gettext_0.18.1.1.bb |2 ++
2 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-core/gettext/gettext_0.16.1.bb
b/meta/recipes-core/gettext/gettext_0.16.1.bb
Signed-off-by: Saul Wold
---
meta/recipes-support/gnutls/gnutls.inc |5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/meta/recipes-support/gnutls/gnutls.inc
b/meta/recipes-support/gnutls/gnutls.inc
index f489fb6..b16dd21 100644
--- a/meta/recipes-support/gnutls/gnutls.
Signed-off-by: Saul Wold
---
meta/recipes-support/icu/icu-3.6.inc |2 ++
meta/recipes-support/icu/icu_3.6.bb |2 +-
2 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-support/icu/icu-3.6.inc
b/meta/recipes-support/icu/icu-3.6.inc
index e3f9dd2..23447d3 100644
--
Signed-off-by: Saul Wold
---
meta/recipes-support/db/db_5.3.15.bb |9 +
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/meta/recipes-support/db/db_5.3.15.bb
b/meta/recipes-support/db/db_5.3.15.bb
index a34ad24..0df874e 100644
--- a/meta/recipes-support/db/db_5.3.15.bb
Signed-off-by: Saul Wold
---
meta/recipes-support/libgcrypt/libgcrypt.inc |6 ++
meta/recipes-support/libgcrypt/libgcrypt_1.5.0.bb |2 +-
2 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/meta/recipes-support/libgcrypt/libgcrypt.inc
b/meta/recipes-support/libgcrypt/
Signed-off-by: Saul Wold
---
meta/recipes-devtools/elfutils/elfutils_0.148.bb | 12
meta/recipes-multimedia/alsa/alsa-lib_1.0.25.bb |6 --
meta/recipes-multimedia/libpng/libpng_1.2.49.bb |4 +---
3 files changed, 13 insertions(+), 9 deletions(-)
diff --git a/meta/rec
Signed-off-by: Saul Wold
---
meta/recipes-support/pth/pth_2.0.7.bb |3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/meta/recipes-support/pth/pth_2.0.7.bb
b/meta/recipes-support/pth/pth_2.0.7.bb
index cdd5eaf..2aeec44 100644
--- a/meta/recipes-support/pth/pth_2.0.7.bb
++
Signed-off-by: Saul Wold
---
.../libgpg-error/libgpg-error_1.10.bb |8 +++-
1 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.10.bb
b/meta/recipes-support/libgpg-error/libgpg-error_1.10.bb
index 95f9e56..8186236 1
Signed-off-by: Saul Wold
---
meta/recipes-support/gpgme/gpgme_1.3.1.bb |5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/meta/recipes-support/gpgme/gpgme_1.3.1.bb
b/meta/recipes-support/gpgme/gpgme_1.3.1.bb
index 43d8aad..949a24c 100644
--- a/meta/recipes-support/gpgme
Signed-off-by: Saul Wold
---
meta/recipes-support/libusb/libusb-compat_0.1.3.bb |4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/meta/recipes-support/libusb/libusb-compat_0.1.3.bb
b/meta/recipes-support/libusb/libusb-compat_0.1.3.bb
index 893bd68..98d6a9a 100644
--- a/
Signed-off-by: Saul Wold
---
meta/recipes-core/eglibc/eglibc-package.inc |8
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/meta/recipes-core/eglibc/eglibc-package.inc
b/meta/recipes-core/eglibc/eglibc-package.inc
index ce37155..9a7febe 100644
--- a/meta/recipes-core
Signed-off-by: Saul Wold
---
meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb | 11 +++
1 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb
b/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb
index 92d65c1..faa0e4e 100644
--- a/meta/recipes-b
Signed-off-by: Saul Wold
---
meta/recipes-support/libproxy/libproxy_0.4.7.bb |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-support/libproxy/libproxy_0.4.7.bb
b/meta/recipes-support/libproxy/libproxy_0.4.7.bb
index e3721a8..7e3cf27 100644
--- a/meta/recip
Signed-off-by: Saul Wold
---
meta/recipes-support/taglib/taglib_1.6.3.bb |3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-support/taglib/taglib_1.6.3.bb
b/meta/recipes-support/taglib/taglib_1.6.3.bb
index 97980f7..bda7d02 100644
--- a/meta/recipes-support/t
This change re-orders the PACKAGES list to move PN to the end of the list
this will ensure that base package gets the final bits since the packaging
is greedy. We can then have -dev and other package get bits first.
Signed-off-by: Saul Wold
---
meta/conf/bitbake.conf |8 +---
1 files cha
Since we now have PN as the end of the package list, we can almost get rid of
lib_package, each recipe can just add PACKAGES =+ PN-bin instead of the inherit
Signed-off-by: Saul Wold
---
meta/classes/lib_package.bbclass | 14 +++---
meta/conf/bitbake.conf |2 ++
2 files c
This is part of the the package reorder, by having binconfig add -config
will the files first due to the order being greedy.
Signed-off-by: Saul Wold
---
meta/classes/binconfig.bbclass |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/meta/classes/binconfig.bbclass b/meta
Since we have re-order the full PACKAGES list, we do not need to reset
the -dev list, we still need this since the -bin package needs to be inserted.
Signed-off-by: Saul Wold
---
meta/classes/lib_package.bbclass |8 +++-
1 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/meta
This patch set reoders the PACKAGES list to place ${PN}
at the end of the list.
I have done world builds and processed the buildhistory, I will
send the output of the buildhistory_diff following this email for
people to review.
Sau!
The following changes since commit 6d761ae17ddbd3d936e7fe985b4
Signed-off-by: Khem Raj
---
meta/recipes-devtools/gcc/gcc-4.7.inc | 12 ++--
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/meta/recipes-devtools/gcc/gcc-4.7.inc
b/meta/recipes-devtools/gcc/gcc-4.7.inc
index 34a73b1..25a1088 100644
--- a/meta/recipes-devtools/gcc/gcc-4.
Drop patches that have been merged upstream, or are not relevant any more.
License checksums changed because the (C) years were updated.
---
meta/recipes-connectivity/connman/connman.inc |4 +-
.../connman/connman/disable_alg-test.patch | 46
.../connman/connma
---
.../connman/connman-gnome_0.5.bb |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-connectivity/connman/connman-gnome_0.5.bb
b/meta/recipes-connectivity/connman/connman-gnome_0.5.bb
index e2e8deb..a4327f5 100644
--- a/meta/recipes-conne
---
.../{connman-gnome_0.5.bb => connman-gnome_0.7.bb} | 14 +++---
1 files changed, 3 insertions(+), 11 deletions(-)
rename meta/recipes-connectivity/connman/{connman-gnome_0.5.bb =>
connman-gnome_0.7.bb} (45%)
diff --git a/meta/recipes-connectivity/connman/connman-gnome_0.5.bb
b/me
There is no need to recommend Python as it isn't used, and specifying the
connman plugins should be done by the image.
Add a dependency on connman itself as otherwise connman-gnome doesn't do much.
---
.../connman/connman-gnome_0.5.bb | 15 ++-
1 files changed, 2
wifi, bluetooth and 3g used to be plugins so were packaged separately, but not
anymore.
---
meta/recipes-connectivity/connman/connman.inc | 21 +
1 files changed, 17 insertions(+), 4 deletions(-)
diff --git a/meta/recipes-connectivity/connman/connman.inc
b/meta/recipes-conn
dnsproxy and ntpd don't exist anymore, and the client is almost entirely
useless.
---
meta/recipes-connectivity/connman/connman.inc |6 ++
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/meta/recipes-connectivity/connman/connman.inc
b/meta/recipes-connectivity/connman/conn
The connman upgrades started to get a bit unweidly as they were fixing obvious
problems and upgrading. I've split up the upgrades into a finer patch series
for easier review.
Ross
The following changes since commit e0a70547069fe7e8a2d6bdaffc985fb172d46c31:
perl: Allow perl to cross build an
a while back, i pointed out odd instances of:
meta/recipes-support/gmp/gmp_5.0.4.bb:SRC_URI_append +=
"file://use-includedir.patch \
meta/recipes-graphics/tslib/tslib_1.0.bb:SRC_URI_append_qemumips += "
file://32bitBE-support.patch"
meta/recipes-graphics/tslib/tslib_1.0.bb:SRC_URI_append_qemu
On 06/19/2012 06:33 AM, Lianhao Lu wrote:
Allow empty passwords login so that the default root user can login in
through openssh.
Signed-off-by: Lianhao Lu
---
meta/classes/core-image.bbclass |2 ++
meta/classes/image.bbclass | 10 +-
2 files changed, 11 insertions(+), 1 d
Added a new IMAGE_FEATURES eclipse-support to support developing user
applications through Eclipse plugin.
Signed-off-by: Lianhao Lu
---
meta/classes/core-image.bbclass|2 ++
meta/conf/multilib.conf|1 +
.../tasks/task-core-eclipse-support.
This patch set fixed the bug [YOCTO #2605].
It allows to login to openssh with empty password if the IMAGE_FEATURE
debug-tweak feature is set.
It processes conflicting IMAGE_FEATURE features, i.e. ssh-server-dropbear
and ssh-server-openssh.
It also adds a new IMAGE_FEATURE 'eclipse-support' for
IMAGE_FEATURES such as 'ssh-server-dropbear' and 'ssh-server-openssh'
can't be both enabled. User can use the following variables to define
the relationship of image features:
IMAGE_FEATURES_REPLACES_foo = "bar" means including image feature "foo"
would replace the image feature "bar".
IMAGE_FEAT
Allow empty passwords login so that the default root user can login in
through openssh.
Signed-off-by: Lianhao Lu
---
meta/classes/core-image.bbclass |2 ++
meta/classes/image.bbclass | 10 +-
2 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/meta/classes/core-im
W dniu 19.06.2012 13:53, Marcin Juszkiewicz pisze:
> ignoring nonexistent directory "usr/include/c++/"
> ignoring nonexistent directory "usr/include/c++//i586-oe-linux"
> ignoring nonexistent directory "usr/include/c++//backward"
> ignoring nonexistent directory "/usr/local/include"
> ignoring none
Hi
Some of you may remember me from old times. Recently I got some work to
do related with OpenEmbedded but I need working toolchain on target device.
I use openembedded-core and got few problems with "core-image-lsb-sdk"
on qemux86 target (final image will be armv7 or even armv8 later).
First t
"ld: this linker was not configured to use sysroots" was what I got on
device instead of compiled binary.
Signed-off-by: Marcin Juszkiewicz
---
meta/recipes-devtools/binutils/binutils_2.22.bb |4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-devtools/binutils
* there are 2 small fixes
python-2.6 compatibility
missing C option for opkg-build
Signed-off-by: Martin Jansa
---
.../opkg-utils/opkg-utils/shr.patch| 26
meta/recipes-devtools/opkg-utils/opkg-utils_git.bb |2 +-
2 files changed, 27 insertions(+),
* without this, kernel upgrades where KERNEL_VERSION is changed
e.g. 3.4.2 -> 3.4.3 generate .dep for running 3.4.2 and after reboot user ends
up without any module loaded to make it worse after reboot nothing is upgraded
to trigger another kernel(-module) postinst to generate .dep for now ru
94 matches
Mail list logo