On 10/23/2014 04:03 AM, Burton, Ross wrote:
On 22 October 2014 04:23, mailto:wenzong@windriver.com>> wrote:
+- @echo '#define LSOF_CCV"${CCV}"' >> version.h
++ @LSOF_CCV=`${CC} -v 2>&1 | sed -n 's/.*version \(.*\)/\1/p'` &&\
++ echo "#define LSOF_CCV
> -Original Message-
> From: otavio.salva...@gmail.com [mailto:otavio.salva...@gmail.com] On Behalf
> Of Otavio Salvador
> Sent: Wednesday, October 22, 2014 9:12 PM
> To: Huang, Jie (Jackie)
> Cc: Patches and discussions about the oe-core layer
> Subject: Re: [OE-core] [PATCH] linux-firm
On Thursday, October 23, 2014 at 02:32:55 AM, Otavio Salvador wrote:
[...]
> >> > Do you happen to have a suggestion how to improve the patch please ?
> >> > I'm not really a python guru so any help is welcome ...
> >>
> >> I like the code, just the commit log needs improvement as you did
> >> cha
On Wed, Oct 22, 2014 at 6:39 PM, Marek Vasut wrote:
> On Sunday, October 19, 2014 at 11:26:32 PM, Otavio Salvador wrote:
>> On Sun, Oct 19, 2014 at 7:13 PM, Marek Vasut wrote:
>> > On Sunday, October 19, 2014 at 09:25:36 PM, Otavio Salvador wrote:
>> >> On Sun, Oct 19, 2014 at 5:15 PM, Marek Vasu
On Thursday, October 23, 2014 at 01:26:01 AM, Burton, Ross wrote:
> On 19 October 2014 20:15, Marek Vasut wrote:
> > This series cleans up the code in kernel.bbclass and
> > separates out the uImage generation. The last patch
> > in this series then adds support for generation of the
> > advanced
On 19 October 2014 20:15, Marek Vasut wrote:
> This series cleans up the code in kernel.bbclass and
> separates out the uImage generation. The last patch
> in this series then adds support for generation of the
> advanced successor of the uImage, the fitImage.
>
> This series adds only very rudim
On 15 September 2014 07:05, wrote:
> +[Unit]
> +Description= irda
>
Leading whitespace.
> +After=syslog.target network.target
>
Is the default value of After=basic.target sufficient?
> +EnvironmentFile=-/etc/sysconfig/irda
>
Hard-coded /etc, sed in sysconfdir.
> -inherit autotools-broken
On 21 October 2014 16:40, Paul Barker wrote:
> Sorry Peter, it looks like this patch has been corrupted as well as
> the one sent to the opkg-devel list. In this case I think it's mostly
> lines like the above which have been incorrectly wrapped.
>
> Could you resend this using 'git send-email' i
On 21 October 2014 17:17, Paul Barker wrote:
> Hongxu's original patch applies correctly upstream and passes the opkg
> test suite. I'll merge this onto the opkg-0.2.x branch and so we can
> change Upstream-status to 'Backport'.
>
> Acked-by: Paul Barker
>
Thanks Paul, tag added and merged to m
On Monday, October 20, 2014 at 12:26:04 PM, Koen Kooi wrote:
> > Op 19 okt. 2014, om 21:15 heeft Marek Vasut het volgende
> > geschreven:
> >
> > Pull the uImage image format generation from kernel.bbclass into
> > a separate kernel-uimage.bbclass. The recipes which now need to
> > generate an uI
On Wednesday, October 22, 2014 at 10:42:09 AM, Koen Kooi wrote:
> > Op 22 okt. 2014, om 01:28 heeft Marek Vasut het volgende
> > geschreven:
> >
> > On Monday, October 20, 2014 at 12:26:04 PM, Koen Kooi wrote:
> >>> Op 19 okt. 2014, om 21:15 heeft Marek Vasut het
> >>> volgende geschreven:
> >>>
On Sunday, October 19, 2014 at 11:26:32 PM, Otavio Salvador wrote:
> On Sun, Oct 19, 2014 at 7:13 PM, Marek Vasut wrote:
> > On Sunday, October 19, 2014 at 09:25:36 PM, Otavio Salvador wrote:
> >> On Sun, Oct 19, 2014 at 5:15 PM, Marek Vasut wrote:
> >> > Remove the lambda function setting KERNEL
On 10/17/14 7:08, Drew Moseley wrote:
> From: Arindam Nath
>
> An issue was found where when yocto is installed to a hard disk
> from a live USB key, no matter what boot order was selected in
> the BIOS menu, the grub menu of the USB key would always show
> up. The issue was narrowed down to th
Changes affecting future time stamps
Pacific/Fiji will observe DST from 2014-11-02 02:00 to
2015-01-18 03:00. (Thanks to Ken Rylander for the heads-up.)
Guess that future years will use a similar pattern.
A new Zone Pacific/Bougainville, for the part of Papua New
Guinea that plans to switch from
Changes affecting code
The time-related library functions now set errno on failure,
and some crashes in the new tzalloc-related library functions
have been fixed. (Thanks to Christos Zoulas for reporting
most of these problems and for suggesting fixes.)
If USG_COMPAT is defined and the requested
Armin Kuster (2):
tzcode: update to 2014i
tzdata: update to 2014i
meta/recipes-extended/tzcode/tzcode-native_2014h.bb | 11 ---
meta/recipes-extended/tzcode/tzcode-native_2014i.bb | 10 ++
meta/recipes-extended/tzdata/tzdata_2014h.bb| 6 --
meta/recipes-extended/
On 22 October 2014 04:23, wrote:
> +- @echo '#define LSOF_CCV"${CCV}"' >> version.h
> ++ @LSOF_CCV=`${CC} -v 2>&1 | sed -n 's/.*version \(.*\)/\1/p'` &&\
> ++ echo "#define LSOF_CCV\"${LSOF_CCV}\"" >> version.h
>
It seems that a better (and importantly, upstream
Sorry for being slow to respond, I've been snowed under and dealing with
hardware failures :-(
I'll be brief...
On 17/10/14 07:55, Andreas Oberritter wrote:
What happens when generating rpm (and since few days deb) packages is
that code gets injected that makes these scripts exit with return c
On 10/22/2014 08:48 AM, Maciej Borzecki wrote:
> On Wednesday 22 of October 2014 07:40:37 Tom Zanussi wrote:
>> On Wed, 2014-10-22 at 09:03 +0200, Maciej Borzecki wrote:
>>> On Monday 20 of October 2014 13:45:37 Philip Balister wrote:
I'm trying to make an sd card using the sdimage-bootpart.wk
On Wed, 2014-10-22 at 14:48 +0200, Maciej Borzecki wrote:
> On Wednesday 22 of October 2014 07:40:37 Tom Zanussi wrote:
> > On Wed, 2014-10-22 at 09:03 +0200, Maciej Borzecki wrote:
> > > On Monday 20 of October 2014 13:45:37 Philip Balister wrote:
> > > > I'm trying to make an sd card using the sd
On Wed, Oct 22, 2014 at 6:36 AM, wrote:
> From: Yue Tao
>
> Use alternatives mechanism to prevent linux-firmware and microcode-ctl bin
> files from causing conflicts.
>
> The error is :
>
> error: file /lib/firmware/amd-ucode/microcode_amd.bin from install of
> linux-firmware conflicts with file
On Wednesday 22 of October 2014 07:40:37 Tom Zanussi wrote:
> On Wed, 2014-10-22 at 09:03 +0200, Maciej Borzecki wrote:
> > On Monday 20 of October 2014 13:45:37 Philip Balister wrote:
> > > I'm trying to make an sd card using the sdimage-bootpart.wks file. I've
> > > made an image and dd'ed it to
On Wed, 2014-10-22 at 09:03 +0200, Maciej Borzecki wrote:
> On Monday 20 of October 2014 13:45:37 Philip Balister wrote:
> > I'm trying to make an sd card using the sdimage-bootpart.wks file. I've
> > made an image and dd'ed it to a card. The card has a good vfat
> > partition, but the ext4 partiti
On 22 October 2014 11:58, Mark Hatle wrote:
> Installing both the lib32 and "regular" version of gconf attempts to install
> the file "/usr/share/dbus-1/services/org.gnome.GConf.service" twice. (This
> is normally acceptable, as long as the -contents- of the file are
> identical.) For whatever r
On 10/22/14, 6:07 PM, Burton, Ross wrote:
On 22 October 2014 08:09, Chong Lu wrote:
The gconfd-2 will be called in org.gnome.GConf.service file and the path of
gconfd-2 is ${libexecdir}, this will get following error when multilib exported
in the sdk:
error: file /usr/share/dbus-1/services/org.
On 10/21/14, 6:03 PM, Enrico Scholz wrote:
writes:
Bitbake.conf now specifies OLDEST_KERNEL to insure that the SDK is
not run on a kernel that is not supported by a component of the SDK
(i.e. glibc).
OLDEST_KERNEL is used in glibc recipe only; it would be much better
to build SDK's glibc wit
On 22 October 2014 08:09, Chong Lu wrote:
> The gconfd-2 will be called in org.gnome.GConf.service file and the path of
> gconfd-2 is ${libexecdir}, this will get following error when multilib
> exported
> in the sdk:
> error: file /usr/share/dbus-1/services/org.gnome.GConf.service from install
>
On Wed, 2014-10-22 at 11:36 +0200, Martin Jansa wrote:
> These are the files which are installed into sysroot without sstate
> knowledge, so if you reuse the components which created them from sstate
> these files will be missing.
>
> cat << EOF > sstate-sysroot-cruft-whitelist.txt
> [^/]*/home/bu
These are the files which are installed into sysroot without sstate
knowledge, so if you reuse the components which created them from sstate
these files will be missing.
cat << EOF > sstate-sysroot-cruft-whitelist.txt
[^/]*/home/builder
[^/]*/usr/src/kernel/patches
[^/]*/usr/src/kernel/scripts/.*
On 22 October 2014 09:43, Liu Jian wrote:
> Building a small filesystem with busybox gives the following error lines:
> (see log.do_rootfs under bitbake_build/tmp/work/)
> sed: -e expression #1, char 41: unterminated address regex
> sed: -e expression #1, char 42: unterminated address regex
> This
From: Yuanjie Huang
NEON instruction VLD1.64 was used to copy 64 bits data after type
casting, and they will trigger alignment trap.
This patch uses memcpy to avoid alignment problem.
Signed-off-by: Yuanjie Huang
Signed-off-by: Jackie Huang
---
.../mtd/mtd-utils/fix-armv7-neon-alignment.patch
> -Original Message-
> From: openembedded-core-boun...@lists.openembedded.org
> [mailto:openembedded-core-
> boun...@lists.openembedded.org] On Behalf Of jackie.hu...@windriver.com
> Sent: Wednesday, October 22, 2014 4:41 PM
> To: openembedded-core@lists.openembedded.org
> Subject: [OE-cor
Building a small filesystem with busybox gives the following error lines:
(see log.do_rootfs under bitbake_build/tmp/work/)
sed: -e expression #1, char 41: unterminated address regex
sed: -e expression #1, char 42: unterminated address regex
This is caused by the script
bitbake_build/tmp/sysroots/x
> Op 22 okt. 2014, om 01:28 heeft Marek Vasut het volgende
> geschreven:
>
> On Monday, October 20, 2014 at 12:26:04 PM, Koen Kooi wrote:
>>> Op 19 okt. 2014, om 21:15 heeft Marek Vasut het volgende
>>> geschreven:
>>>
>>> Pull the uImage image format generation from kernel.bbclass into
>>> a
From: Yuanjie Huang
NEON instruction VLD1.64 was used to copy 64 bits data after type
casting, and they will trigger alignment trap.
This patch uses memcpy to avoid alignment problem.
Signed-off-by: Yuanjie Huang
---
.../mtd/mtd-utils/fix-armv7-neon-alignment.patch | 44 +
From: Yue Tao
Use alternatives mechanism to prevent linux-firmware and microcode-ctl bin
files from causing conflicts.
The error is :
error: file /lib/firmware/amd-ucode/microcode_amd.bin from install of
linux-firmware conflicts with file from package microcode-ctl-firmware
error: file /lib/fi
From: Roy Li
Python recipe did a sed s/ccache/$(CCACHE) on the Makefile, which
replaces all "ccache" including ones that consist of a full path.
This leads to build error when building in a project path with
"ccache" in its name. Fix it by only replacing "ccache " with
"$(CCACHE) ".
Same fix on
On Wednesday 22 of October 2014 09:03:03 Maciej Borzecki wrote:
> On Monday 20 of October 2014 13:45:37 Philip Balister wrote:
> > I'm trying to make an sd card using the sdimage-bootpart.wks file. I've
> > made an image and dd'ed it to a card. The card has a good vfat
> > partition, but the ext4 p
On Tue, Oct 21, 2014 at 5:26 PM, Burton, Ross wrote:
> On 7 October 2014 16:50, Andreas Müller
> wrote:
> > -DEPENDS = "expat-native ncurses-native readline-native"
> > +DEPENDS = "expat-native ncurses-native readline-native python-native"
> >
> > -EXTRA_OECONF += "--without-python"
> > +inherit
From: Yue Tao
The Serf RA layer in Apache Subversion 1.4.0 through 1.7.x before 1.7.18
and 1.8.x before 1.8.10 does not properly handle wildcards in the Common
Name (CN) or subjectAltName field of the X.509 certificate, which allows
man-in-the-middle attackers to spoof servers via a crafted
certi
From: Yue Tao
Apache Subversion 1.0.0 through 1.7.x before 1.7.17 and 1.8.x before
1.8.10 uses an MD5 hash of the URL and authentication realm to store
cached credentials, which makes it easier for remote servers to obtain
the credentials via a crafted authentication realm.
http://web.nvd.nist.g
From: Jackie Huang
--
The following changes since commit 97756472d3a69eaca95d105494ffea78c6b077e0:
build-appliance-image: Update to dizzy head revision (2014-10-18 16:16:27
+0200)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib jhuang0/fp-subversion_141022-0
Change since v2:
split out org.gnome.GConf.service and libraries to libgconf package.
The following changes since commit 924da20c6f2f183fa7e930e4c3c6b14c090acbe5:
build-appliance-image: Update to dizzy head revision (2014-10-18 16:16:38
+0200)
are available in the git repository at:
git://
The gconfd-2 will be called in org.gnome.GConf.service file and the path of
gconfd-2 is ${libexecdir}, this will get following error when multilib exported
in the sdk:
error: file /usr/share/dbus-1/services/org.gnome.GConf.service from install
of gconf-3.2.6-r0.0.lib32_x86 conflicts with file from
On Monday 20 of October 2014 13:45:37 Philip Balister wrote:
> I'm trying to make an sd card using the sdimage-bootpart.wks file. I've
> made an image and dd'ed it to a card. The card has a good vfat
> partition, but the ext4 partition won't mount. Looks like bad
> superblock. I can format the part
45 matches
Mail list logo