|
[PATCH] Replace deprecated SERIAL_CONSOLE with SERIAL_CONSOLES.
When SERIAL_CONSOLES is set by bitbake.conf the assignment is with "??=", so this change will break things unexpectedly for anyone who may rely on over-riding SERIAL_CONSOLES from a local.conf file, e
When SERIAL_CONSOLES is set by bitbake.conf the assignment is with "??=", so this change will break things unexpectedly for anyone who may rely on over-riding SERIAL_CONSOLES from a local.conf file, e
|
By
Andre McCurdy
· #62792
·
|
|
[PATCH] devshell: start in ${B} not ${S}
Just my opinion, but I'd vote against this change. Running "../temp/run.do_compile" works from either directory but editing sources and running "quilt refresh" etc only works from ${S}.
Just my opinion, but I'd vote against this change. Running "../temp/run.do_compile" works from either directory but editing sources and running "quilt refresh" etc only works from ${S}.
|
By
Andre McCurdy
· #63171
·
|
|
[meta-qt5] hardcoded rpath in Qt 5.4.0 qtbase-native uic binary
I'm still seeing this issue with Qt 5.4.1 and it seems to be related to using gold as the linker (ie adding ld-is-gold to DISTRO_FEATURES). With Qt 5.4.x, including ld-is-gold in DISTRO_FEATURES cause
I'm still seeing this issue with Qt 5.4.1 and it seems to be related to using gold as the linker (ie adding ld-is-gold to DISTRO_FEATURES). With Qt 5.4.x, including ld-is-gold in DISTRO_FEATURES cause
|
By
Andre McCurdy
· #63174
·
|
|
[PATCH v2] directfb: Allow native builds of directfb 1.7.6
<florian.boor@...> wrote: Are you sure that excluding tslib-native from DEPENDS works? Since -lts is hardcoded in LDFLAGS (see directfb.inc) the linker won't run unless libts.so is found
<florian.boor@...> wrote: Are you sure that excluding tslib-native from DEPENDS works? Since -lts is hardcoded in LDFLAGS (see directfb.inc) the linker won't run unless libts.so is found
|
By
Andre McCurdy
· #63176
·
|
|
[PATCH] chrpath.bbclass: handle RUNPATH as well as RPATH
Binaries linked with gold may contain a RUNPATH instead of an RPATH. Update chrpath.bbclass process_file_linux() to handle both cases. Signed-off-by: Andre McCurdy <armccurdy@...> --- meta/class
Binaries linked with gold may contain a RUNPATH instead of an RPATH. Update chrpath.bbclass process_file_linux() to handle both cases. Signed-off-by: Andre McCurdy <armccurdy@...> --- meta/class
|
By
Andre McCurdy
· #63177
·
|
|
[PATCH v2] directfb: Allow native builds of directfb 1.7.6
Hi Florian, <florian.boor@...> wrote: That's a bit mysterious. It does fail for me. I wonder if your build is somehow finding a libts.so from the host system? Good, I think removing the
Hi Florian, <florian.boor@...> wrote: That's a bit mysterious. It does fail for me. I wonder if your build is somehow finding a libts.so from the host system? Good, I think removing the
|
By
Andre McCurdy
· #63229
·
|
|
[PATCH] curl: remove samba from PACKAGECONFIG[smb] DEPENDS
Enabling support for the smb protocol does not create a build time dependency on samba. Signed-off-by: Andre McCurdy <armccurdy@...> --- meta/recipes-support/curl/curl_7.40.0.bb | 2 +- 1 file ch
Enabling support for the smb protocol does not create a build time dependency on samba. Signed-off-by: Andre McCurdy <armccurdy@...> --- meta/recipes-support/curl/curl_7.40.0.bb | 2 +- 1 file ch
|
By
Andre McCurdy
· #63230
·
|
|
[PATCH] mtd-utils: minor recipe formatting cleanup
Remove obsolete comment describing SRCREV and re-order SECTION, DEPENDS and PV lines. No functional changes. Signed-off-by: Andre McCurdy <armccurdy@...> --- meta/recipes-devtools/mtd/mtd-utils_
Remove obsolete comment describing SRCREV and re-order SECTION, DEPENDS and PV lines. No functional changes. Signed-off-by: Andre McCurdy <armccurdy@...> --- meta/recipes-devtools/mtd/mtd-utils_
|
By
Andre McCurdy
· #63462
·
|
|
[PATCH] gst-plugins-good: fix nondeterministic udev dependency
Make the v4l PACKAGECONFIG option control building of the video4linux2 plug-in (not use of libv4l, as it did before) and enable by default. Add a separate libv4l PACKAGECONFIG to control use of libv4l
Make the v4l PACKAGECONFIG option control building of the video4linux2 plug-in (not use of libv4l, as it did before) and enable by default. Add a separate libv4l PACKAGECONFIG to control use of libv4l
|
By
Andre McCurdy
· #63504
·
|
|
[dizzy][PATCH 1/2] busybox: lzop: add overflow check (CVE-2014-4607)
Backport from busybox 1_22_stable branch: http://git.busybox.net/busybox/commit/?h=1_22_stable&id=5698ff93233b47218a677fd7facd8cc90211d1a4 Signed-off-by: Andre McCurdy <armccurdy@...> --- .../bu
Backport from busybox 1_22_stable branch: http://git.busybox.net/busybox/commit/?h=1_22_stable&id=5698ff93233b47218a677fd7facd8cc90211d1a4 Signed-off-by: Andre McCurdy <armccurdy@...> --- .../bu
|
By
Andre McCurdy
· #63528
·
|
|
[dizzy][PATCH 2/2] busybox: libarchive: open_zipped() does not need to check extensions
Backport from busybox 1_22_stable branch: http://git.busybox.net/busybox/commit/?h=1_22_stable&id=28dd64a0e1a9cffcde7799f2849b66c0e16bb9cc Signed-off-by: Andre McCurdy <armccurdy@...> --- ...ope
Backport from busybox 1_22_stable branch: http://git.busybox.net/busybox/commit/?h=1_22_stable&id=28dd64a0e1a9cffcde7799f2849b66c0e16bb9cc Signed-off-by: Andre McCurdy <armccurdy@...> --- ...ope
|
By
Andre McCurdy
· #63529
·
|
|
[PATCH] gst-plugins-good: fix nondeterministic udev dependency
<otavio@...> wrote: The reasons I had for explicit enabling were: - The video4linux2 plug-in is typically being built now and judging by the patches to gst-plugins-good it's not unusual f
<otavio@...> wrote: The reasons I had for explicit enabling were: - The video4linux2 plug-in is typically being built now and judging by the patches to gst-plugins-good it's not unusual f
|
By
Andre McCurdy
· #63542
·
|
|
[PATCH] directfb: retire directfb.inc
Splitting the DirectFB recipe into .bb and .inc hinders maintenance and the addition of new features such as class-native support. Remove directfb.inc and merge everything into directfb_1.7.6.bb. No f
Splitting the DirectFB recipe into .bb and .inc hinders maintenance and the addition of new features such as class-native support. Remove directfb.inc and merge everything into directfb_1.7.6.bb. No f
|
By
Andre McCurdy
· #63580
·
|
|
[PATCH] directfb: retire directfb.inc
OK, that's a good reason to keep it. Actually from that point of view DirectFB is a good candidate for having almost everything in the .inc and using the .bb to define version and hashes only (there's
OK, that's a good reason to keep it. Actually from that point of view DirectFB is a good candidate for having almost everything in the .inc and using the .bb to define version and hashes only (there's
|
By
Andre McCurdy
· #63584
·
|
|
[PATCH] directfb: define DEPENDS and EXTRA_OECONF via directfb.inc only
Remove duplicate EXTRA_OECONF definition from directfb_1.7.6.bb. Signed-off-by: Andre McCurdy <armccurdy@...> --- meta/recipes-graphics/directfb/directfb.inc | 11 ++++++----- meta/recipes-graphi
Remove duplicate EXTRA_OECONF definition from directfb_1.7.6.bb. Signed-off-by: Andre McCurdy <armccurdy@...> --- meta/recipes-graphics/directfb/directfb.inc | 11 ++++++----- meta/recipes-graphi
|
By
Andre McCurdy
· #63585
·
|
|
busybox issue in latest dizzy
Thanks for testing and reporting this. Rather than take the risk that this might not be the final fix, perhaps the safest approach is just to revert the offending patch from dizzy?
Thanks for testing and reporting this. Rather than take the risk that this might not be the final fix, perhaps the safest approach is just to revert the offending patch from dizzy?
|
By
Andre McCurdy
· #63936
·
|
|
[PATCH 1/2] libevent: control openssl support via PACKAGECONFIG
Signed-off-by: Andre McCurdy <armccurdy@...> --- meta/recipes-support/libevent/libevent_2.0.21.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-support/libeven
Signed-off-by: Andre McCurdy <armccurdy@...> --- meta/recipes-support/libevent/libevent_2.0.21.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-support/libeven
|
By
Andre McCurdy
· #63979
·
|
|
[PATCH 2/2] libevent: update 2.0.21 -> 2.0.22
Signed-off-by: Andre McCurdy <armccurdy@...> --- .../libevent/libevent-2.0.21/disable_tests.patch | 15 --------------- .../libevent-2.0.21/obsolete_automake_macros.patch | 15 --------------- ...
Signed-off-by: Andre McCurdy <armccurdy@...> --- .../libevent/libevent-2.0.21/disable_tests.patch | 15 --------------- .../libevent-2.0.21/obsolete_automake_macros.patch | 15 --------------- ...
|
By
Andre McCurdy
· #63980
·
|
|
[PATCH 1/2] libpcap.inc: remove obsolete libnl1 PACKAGECONFIG
There's no libnl1 recipe in oe-core (or any other layer in the layer index). Keeping the libnl1 PACKAGECONFIG is likely to cause problems for the libnl PACKAGECONFIG since libnl and libnl1 both use --
There's no libnl1 recipe in oe-core (or any other layer in the layer index). Keeping the libnl1 PACKAGECONFIG is likely to cause problems for the libnl PACKAGECONFIG since libnl and libnl1 both use --
|
By
Andre McCurdy
· #64031
·
|
|
[PATCH 2/2] libpcap.inc: consolidate inherit and PACKAGECONFIG lines
Signed-off-by: Andre McCurdy <armccurdy@...> --- meta/recipes-connectivity/libpcap/libpcap.inc | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/meta/recipes-conne
Signed-off-by: Andre McCurdy <armccurdy@...> --- meta/recipes-connectivity/libpcap/libpcap.inc | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/meta/recipes-conne
|
By
Andre McCurdy
· #64032
·
|