Richard,
This contains a set of fixes that have been tested against the
build.
I have included the GDB update, which I know is late in the game,
but I think it important tool to be updated.
I also included Wenzong's TMPDIR fix, if you read the chain of emails
this seems to be the only way to fix
On 2012-09-20 14:54, Khem Raj wrote:
This avoids the SVN or git fetcher issues for gcc
and the tar is mirrored around the world so it will
not be slow
Fixes [YOCTO #2908]
Signed-off-by: Khem Raj
Yes, please move forward on this ASAP :-)
---
meta/recipes-devtools/gcc/gcc-4.7.inc
On Thu, Sep 20, 2012 at 7:18 AM, Tarek El-Sherbiny
wrote:
> PREMIRRORS
disable PREMIRRORS
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
This avoids the SVN or git fetcher issues for gcc
and the tar is mirrored around the world so it will
not be slow
Fixes [YOCTO #2908]
Signed-off-by: Khem Raj
---
meta/recipes-devtools/gcc/gcc-4.7.inc | 15 ++---
.../gcc/gcc-4.7/fix-g++-sysroot.patch | 24 +++
.
On Thu, Sep 20, 2012 at 09:15:02PM +0300, Laurentiu Palcu wrote:
>
>
> On 09/20/2012 07:12 PM, Andreas Müller wrote:
> > On Thu, Sep 20, 2012 at 5:38 PM, Andreas Müller
> > wrote:
> >> On Wed, Sep 19, 2012 at 5:33 PM, Laurentiu Palcu
> >> wrote:
> >>>
> >>>
> >>> On 09/19/2012 04:41 PM, Andreas
On 09/20/2012 07:12 PM, Andreas Müller wrote:
> On Thu, Sep 20, 2012 at 5:38 PM, Andreas Müller
> wrote:
>> On Wed, Sep 19, 2012 at 5:33 PM, Laurentiu Palcu
>> wrote:
>>>
>>>
>>> On 09/19/2012 04:41 PM, Andreas Müller wrote:
On Wed, Sep 19, 2012 at 1:49 PM, Laurentiu Palcu
wrote:
>>>
Richard Purdie
writes:
> +STAMPCLEAN = "${TMPDIR}/stamps/${MULTIMACH_TARGET_SYS}/${PN}-*-*"
Is it intended that this pattern can match unrelated packages? E.g. for
PN='gcc-cross', the mask will apply to stampfiles for 'gcc-cross-initial'
too.
Enrico
__
Richard/Saul,
Here's a change from Tom that I've had for a few days, to make
more BSPs use the common profiling/latency configuration fragments.
Everything checks out fine here.
Cheers,
Bruce
The following changes since commit df5f9a3e6dfcf8e8f57132843a024b44c0bd90fc:
gtk+: enable gtk+-nati
Updating the meta SRCREVs to pickup the following configuration change:
594994c meta: use profiling and latencytop features in yocto bsps
Signed-off-by: Tom Zanussi
Signed-off-by: Bruce Ashfield
---
meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb |2 +-
meta/recipes-kernel/linux/linux-
On 09/20/2012 10:07 AM, Tarek El-Sherbiny wrote:
I would like to include lighttpd to my image but I can't build it.
This is the error message I'm getting.
NOTE: package lighttpd-1.4.30-r12: task do_package: Started
ERROR: Error executing a python function in
/home/telsherbiny/work/fsl/sources/p
I would like to include lighttpd to my image but I can't build it.
This is the error message I'm getting.
NOTE: package lighttpd-1.4.30-r12: task do_package: Started
ERROR: Error executing a python function in
/home/telsherbiny/work/fsl/sources/poky/meta/recipes-extended/lighttpd/
lighttpd_1.4.30
On Thu, Sep 20, 2012 at 5:38 PM, Andreas Müller
wrote:
> On Wed, Sep 19, 2012 at 5:33 PM, Laurentiu Palcu
> wrote:
>>
>>
>> On 09/19/2012 04:41 PM, Andreas Müller wrote:
>>> On Wed, Sep 19, 2012 at 1:49 PM, Laurentiu Palcu
>>> wrote:
Hi,
It's been quite a long time since I sent th
On Wed, Sep 19, 2012 at 5:33 PM, Laurentiu Palcu
wrote:
>
>
> On 09/19/2012 04:41 PM, Andreas Müller wrote:
>> On Wed, Sep 19, 2012 at 1:49 PM, Laurentiu Palcu
>> wrote:
>>> Hi,
>>>
>>> It's been quite a long time since I sent the first version of postinstall
>>> improvements which, after some de
Richard,
This contains a set of fixes that have been tested against the
build.
I have included the GDB update, which I know is late in the game,
but I think it important tool to be updated.
I also included Wenzong's TMPDIR fix, if you read the chain of emails
this seems to be the only way to fix
When the cross canadian toolchains are installed, for different
architectures, they might contain common files. This leads to
installation failures since the opkg, by default, does not overwrite
files. This issue happens, for example, for binutils packages (that
contain the same locale files) or gd
If the installation is done in a directory which already contains a
valid installation, opkg will not install anything and the moving the
contents of /install/dir/opt/poky/1.2 (for example) to /install/dir will
throw some errors. However, the install directory will not be affected.
This patch will
The SDK installation scripts should not canonicalize symlinked
directories because the entire relocation would be done to the directory
to which the symlink points. Instead, if the installation is a symlink,
use that path to relocate the binaries.
For example, if we have the following symlink: /op
The directory usr/libexec/ in the SDK sysroot contains the default
symlinks to the toolchain binaries and these, too, need to point to the
correct toolchain path.
[YOCTO #3090]
Signed-off-by: Laurentiu Palcu
---
meta/classes/populate_sdk_base.bbclass |5 +
.../adt-installer/
/poky-eglibc-x86_64-arm-toolchain-gmae-1.2+snapshot-20120920.sh
[YOCTO #3135]
Signed-off-by: Laurentiu Palcu
---
meta/classes/populate_sdk_base.bbclass |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/classes/populate_sdk_base.bbclass
b/meta/cl
The installer should be generic.
Signed-off-by: Laurentiu Palcu
---
meta/classes/populate_sdk_base.bbclass |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/classes/populate_sdk_base.bbclass
b/meta/classes/populate_sdk_base.bbclass
index 78669cf..f20a6ac 100644
---
Changes in v2:
Since the previous patchset was not merged I took the liberty of adding
another 2 fixes and send another patchset so that they're merged in the
right order.
Changes in v1:
Hi,
This patchset contains some SDK/adt-installer fixes.
Thanks,
Laurentiu
The following changes since comm
On Wed, 2012-09-19 at 06:23 -0700, Khem Raj wrote:
> On Wed, Sep 19, 2012 at 2:59 AM, Constantin Musca
> wrote:
> > - include /usr/share/aclocal/intltool.m4 into the intltool
> > package (the files from intltool-dev must be included into the
> > main package, as intltool is a development tool)
> >
On Thu, 2012-09-20 at 13:02 +0200, Marcin Juszkiewicz wrote:
> Signed-off-by: Marcin Juszkiewicz
> ---
> .../xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb |2
> +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Merged to master, thanks.
Richard
___
On Thu, 2012-09-20 at 12:56 +0200, Marcin Juszkiewicz wrote:
> Signed-off-by: Marcin Juszkiewicz
> ---
> meta/recipes-extended/byacc/byacc.inc |2 ++
> meta/recipes-extended/byacc/byacc_20120526.bb |2 +-
> 2 files changed, 3 insertions(+), 1 deletion(-)
Merged to master, thanks
On Thu, 2012-09-20 at 12:56 +0300, Andrei Gherzan wrote:
> oe-core removed the prerequisite to have sh as bash. POSIX doesn't define
> any options and furthermore allows 'echo -e' to be the default behavior.
> This means that in dash 'echo -e' will actually print '-e' and interpret
> backslashes by
On Wed, 2012-09-19 at 14:49 +0300, Laurentiu Palcu wrote:
> This patch will allow the repeating postinst scriptlets to be run
> only once, on host, at do_rootfs time. This will lower the time for
> rootfs generation and, also, instead of running some time consuming
> scriptlets at target's first bo
- include /usr/share/aclocal/intltool.m4 into the intltool package (the
files from intltool-dev must be included into the main package, as intltool
is a development tool)
- add gettext-dev rdepend: intltool.m4 references AM_NLS which is provided
by the gettext-dev package
- add libxml-parser-perl r
Signed-off-by: Marcin Juszkiewicz
---
.../xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb
b/meta/recipes-graphics/xcursor-t
Signed-off-by: Marcin Juszkiewicz
---
meta/recipes-extended/byacc/byacc.inc |2 ++
meta/recipes-extended/byacc/byacc_20120526.bb |2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-extended/byacc/byacc.inc
b/meta/recipes-extended/byacc/byacc.inc
inde
oe-core removed the prerequisite to have sh as bash. POSIX doesn't define
any options and furthermore allows 'echo -e' to be the default behavior.
This means that in dash 'echo -e' will actually print '-e' and interpret
backslashes by default. We use instead 'printf' builtin command with or
without
On Thu, Sep 20, 2012 at 12:13 PM, Paul Eggleton <
paul.eggle...@linux.intel.com> wrote:
> On Thursday 20 September 2012 11:44:39 Andrei Gherzan wrote:
> > oe-core removed the prerequisite to have sh as bash. POSIX doesn't define
> > any options and furthermore allows echo -e to be the default beha
On Thursday 20 September 2012 11:44:39 Andrei Gherzan wrote:
> oe-core removed the prerequisite to have sh as bash. POSIX doesn't define
> any options and furthermore allows echo -e to be the default behavior.
> This means that in dash "echo -e" will actually print "-e" and interpret
> backslashes
oe-core removed the prerequisite to have sh as bash. POSIX doesn't define
any options and furthermore allows echo -e to be the default behavior.
This means that in dash "echo -e" will actually print "-e" and interpret
backslashes by default. We use instead "printf" builtin command with or
without "
svn.local.repo has address 192.168.113.20
this is our local svn repository.
On Wed, Sep 19, 2012 at 6:59 PM, Brian Lloyd wrote:
> This may be a dumb question, but what does svn.local.repo resolve to?
>
> Brian A Lloyd
>
> On Sep 19, 2012, at 12:54 PM, Tarek El-Sherbiny <
> tarek.elsherb...@gmai
On 09/20/12 08:48, Saul Wold wrote:
> On 09/19/2012 11:05 PM, Martin Ertsås wrote:
>> On 09/19/12 17:02, Saul Wold wrote:
>>> On 09/19/2012 12:16 AM, Martin Ertsaas wrote:
bash-3.2.48 did not provide the linking from sh to bash, making it
unusable.
Moving the license part out of the
35 matches
Mail list logo