The following changes since commit bc393da30306891617adbb5eda5f57c9209ff24f:
build-appliance-image: Update to master head revision (2015-02-27 21:15:53
+)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib ChenQi/systemd-networkd
http://cgit.
If 'networkd' is enabled in PACKAGECONFIG, the do_install variable cannot
be correctly expanded. Error message is like below.
Failure expanding variable do_install: ShellSyntaxError: LexToken(Fi,'fi',0,0)
followed by:
LexToken(NEWLINE,'\n',0,0)
This patch fixes the above problem.
Signed-off-by
For further details, see:
https://bugreports.qt.io/browse/QTBUG-44547
Signed-off-by: Jonathan Liu
---
meta/recipes-qt/qt4/qt4-4.8.6.inc | 1 +
...ion-by-zero-when-processing-malformed-BMP.patch | 44 ++
2 files changed, 45 insertions(+)
create mode 100644
On Mar 1, 2015 8:35 PM, "Peter Urbanec"
wrote:
>
> On 02/03/15 15:23, Peter Urbanec wrote:
>>
>> I think there's a typo here which prevents this from working as
>> intended. The second check is done on "-O0" when it's supposed to be
"-Os"
>
>
> Tested patch submitted.
>
Thanks
--
On 02/03/15 15:23, Peter Urbanec wrote:
I think there's a typo here which prevents this from working as
intended. The second check is done on "-O0" when it's supposed to be "-Os"
Tested patch submitted.
--
___
Openembedded-core mailing list
Openembed
The check is supposed to be for -Os, but it's actually testing -O0.
Signed-off-by: Peter Urbanec
---
meta/recipes-core/glibc/glibc.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-core/glibc/glibc.inc
b/meta/recipes-core/glibc/glibc.inc
index 4d5e98b..e33f596
On 24/02/15 17:39, Khem Raj wrote:
When we modify to use -Os
-Werror doesnt go well with it, glibc needs to be
cleaned up for that but until then lets disable -Werror
when using -Os
Change-Id: I5495255fce67953f15c07e423e3e0eef41d4ce5e
Signed-off-by: Khem Raj
---
meta/recipes-core/glibc/glibc.
Refresh patches against new baseline
Change-Id: I34c5a284c12f669ff3539a363e5eded15b23
Signed-off-by: Khem Raj
---
.../gdb/{gdb-7.8.1.inc => gdb-7.9.inc} | 4 +-
...canadian_7.8.1.bb => gdb-cross-canadian_7.9.bb} | 0
meta/recipes-devtools/gdb/gdb-cross_7.8.1.bb | 4 -
Refresh patches against new baseline
Change-Id: I34c5a284c12f669ff3539a363e5eded15b23
Signed-off-by: Khem Raj
---
.../gdb/{gdb-7.8.1.inc => gdb-7.9.inc} | 4 +-
...canadian_7.8.1.bb => gdb-cross-canadian_7.9.bb} | 0
meta/recipes-devtools/gdb/gdb-cross_7.8.1.bb | 4 -
Found when linking busybox using gold linker
Change-Id: I47b89998b9cb3d75ac97113a1b0fba109483b198
Signed-off-by: Khem Raj
---
meta/recipes-devtools/binutils/binutils-2.25.inc | 1 +
...rnal-error-in-do_print_to_mapfile-seen-wi.patch | 36 ++
2 files changed, 37 insertions(
Refresh patches against new baseline
Change-Id: I34c5a284c12f669ff3539a363e5eded15b23
Signed-off-by: Khem Raj
---
.../gdb/{gdb-7.8.1.inc => gdb-7.9.inc} | 4 +-
...canadian_7.8.1.bb => gdb-cross-canadian_7.9.bb} | 0
.../gdb/{gdb-cross_7.8.1.bb => gdb-cross_7.9.bb} | 0
.
From: Robert Yang
* Remove the following patches since they are already in the new code:
binutils/fix-pr15815.patch
binutils/fix-pr16428.patch
binutils/fix-pr16476.patch
binutils/fix-pr2404.patch
binutils/replace_macros_with_static_inline.patch
binutils/binutils_CVE-2014-8484.patch
On 01/03/2015 at 13:48:11 +, Laszlo Papp wrote :
> I finally decided to get this patch another go, even though still no
> busybox daemon has LSB headers, but I would need to ask for some prime
> example of LSB headers that I can start off with. Could anyone please
> provide me a good example fo
Hi all,
I had a change of circumstances at the beginning of January. Previously I was a
full-time PhD student and maintaining opkg was my side project. Now I'm a
full-time software engineer and finishing up my PhD thesis is my side project.
I've been trying to find time to fit opkg in there as wel
I finally decided to get this patch another go, even though still no
busybox daemon has LSB headers, but I would need to ask for some prime
example of LSB headers that I can start off with. Could anyone please
provide me a good example for that from the Yocto project? Thanks.
On Fri, Jul 25, 2014
Commit 0a6668f6e60b4195ff4163c00fc972bacdb27b4b still included some
debug and is not working properly as the new fstab is generated too
late.
Signed-off-by: Alexandre Belloni
---
scripts/lib/wic/imager/direct.py | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/scripts/lib
The fsimage plugin allows to add an already existing filesystem image in
the partition layout.
Signed-off-by: Alexandre Belloni
---
scripts/lib/wic/plugins/source/fsimage.py | 70 +++
1 file changed, 70 insertions(+)
create mode 100644 scripts/lib/wic/plugins/source/
Add support for skipping the beginning of a file with the rawcopy
plugin.
Signed-off-by: Alexandre Belloni
---
scripts/lib/wic/plugins/source/rawcopy.py | 11 +--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/scripts/lib/wic/plugins/source/rawcopy.py
b/scripts/lib/wic/pl
18 matches
Mail list logo