|
[PATCH 33/50] conf/machine: Use linux-libc-headers instead of linux-libc-headers-yocto
From: Richard Purdie <richard.purdie@...> Signed-off-by: Richard Purdie <richard.purdie@...> --- meta/conf/machine/beagleboard.conf | 2 +- meta/conf/machine/include/qemu.inc | 2 +- meta/conf/machine/m
From: Richard Purdie <richard.purdie@...> Signed-off-by: Richard Purdie <richard.purdie@...> --- meta/conf/machine/beagleboard.conf | 2 +- meta/conf/machine/include/qemu.inc | 2 +- meta/conf/machine/m
|
By
Koen Kooi
·
|
|
[PATCH 34/50] package.bbclass: Rewrite package_do_filedeps() to reduce the amount of subprocesses created and improve speed
From: Richard Purdie <richard.purdie@...> Signed-off-by: Richard Purdie <richard.purdie@...> --- meta/classes/package.bbclass | 77 ++++++++++++++++++++++++------------------ 1 files changed, 44 insert
From: Richard Purdie <richard.purdie@...> Signed-off-by: Richard Purdie <richard.purdie@...> --- meta/classes/package.bbclass | 77 ++++++++++++++++++++++++------------------ 1 files changed, 44 insert
|
By
Koen Kooi
·
|
|
[PATCH 35/50] linux-yocto: update to 2.6.37.2
From: Bruce Ashfield <bruce.ashfield@...> Fixes [BUGID: 773] This consolidated SRCREV update addresses the following items: - updates to 2.6.37.2 - updates the routerstation pro configuration for USB
From: Bruce Ashfield <bruce.ashfield@...> Fixes [BUGID: 773] This consolidated SRCREV update addresses the following items: - updates to 2.6.37.2 - updates the routerstation pro configuration for USB
|
By
Koen Kooi
·
|
|
[PATCH 36/50] rootfs_rpm: Fix rootfs generation using RPM packages
From: Mark Hatle <mark.hatle@...> [BUG #756] Fix bug #756. The rootfs contains a control file /etc/rpm/platform that specifies the default system platform, as well as patterns for compatible architect
From: Mark Hatle <mark.hatle@...> [BUG #756] Fix bug #756. The rootfs contains a control file /etc/rpm/platform that specifies the default system platform, as well as patterns for compatible architect
|
By
Koen Kooi
·
|
|
[PATCH 37/50] rpm: Fix rpm usage of prelink on the target
From: Mark Hatle <mark.hatle@...> RPM has the ability to validate files that have been prelinked, however the necessary configuration and staging was not done properly. Resolve this issue by fixing th
From: Mark Hatle <mark.hatle@...> RPM has the ability to validate files that have been prelinked, however the necessary configuration and staging was not done properly. Resolve this issue by fixing th
|
By
Koen Kooi
·
|
|
[PATCH 38/50] rpm: Fix rpm-dbg package split
From: Mark Hatle <mark.hatle@...> The rpm-dbg package split was specified incorrectly in the recipe, correct this so we generate the proper -dbg file. Signed-off-by: Mark Hatle <mark.hatle@...> --- me
From: Mark Hatle <mark.hatle@...> The rpm-dbg package split was specified incorrectly in the recipe, correct this so we generate the proper -dbg file. Signed-off-by: Mark Hatle <mark.hatle@...> --- me
|
By
Koen Kooi
·
|
|
[PATCH 39/50] utils.bbclass: add new wrapper script
From: Saul Wold <sgw@...> Add a new create_cmdline_wrapper() function that takes cmdline options for commands that need different directories Related to [BUGID #775 Signed-off-by: Saul Wold <sgw@...>
From: Saul Wold <sgw@...> Add a new create_cmdline_wrapper() function that takes cmdline options for commands that need different directories Related to [BUGID #775 Signed-off-by: Saul Wold <sgw@...>
|
By
Koen Kooi
·
|
|
[PATCH 40/50] file: add wrapper to file-native
From: Saul Wold <sgw@...> file-native needs a wrapper to pass the correct path to the magic.mgc file This was found to be the case when sstate-cache is used because file hardcodes the path to the magi
From: Saul Wold <sgw@...> file-native needs a wrapper to pass the correct path to the magic.mgc file This was found to be the case when sstate-cache is used because file hardcodes the path to the magi
|
By
Koen Kooi
·
|
|
[PATCH 41/50] linuxdoc-tools-native: disable doc builds requriing latex and dvips
From: Scott Garman <scott.a.garman@...> This fixes the following errors during do_install on hosts which have latex and/or dvips installed: fmt_latex2e::postASP: LaTeX first run problem. Aborting ...
From: Scott Garman <scott.a.garman@...> This fixes the following errors during do_install on hosts which have latex and/or dvips installed: fmt_latex2e::postASP: LaTeX first run problem. Aborting ...
|
By
Koen Kooi
·
|
|
[PATCH 42/50] Fix LICENSE parsing: license.bblcass
From: Beth Flanagan <elizabeth.flanagan@...> LICENSE parsing was missing some cases. Fixed Signed-off-by: Beth Flanagan <elizabeth.flanagan@...> --- meta/classes/license.bbclass | 3 ++- 1 files change
From: Beth Flanagan <elizabeth.flanagan@...> LICENSE parsing was missing some cases. Fixed Signed-off-by: Beth Flanagan <elizabeth.flanagan@...> --- meta/classes/license.bbclass | 3 ++- 1 files change
|
By
Koen Kooi
·
|
|
[PATCH 43/50] prelink: Add missing macro.prelink file
From: Mark Hatle <mark.hatle@...> Add the missing macro.prelink file... Signed-off-by: Mark Hatle <mark.hatle@...> --- .../prelink/prelink/macros.prelink | 5 +++++ 1 files changed, 5 insertions(+), 0
From: Mark Hatle <mark.hatle@...> Add the missing macro.prelink file... Signed-off-by: Mark Hatle <mark.hatle@...> --- .../prelink/prelink/macros.prelink | 5 +++++ 1 files changed, 5 insertions(+), 0
|
By
Koen Kooi
·
|
|
[PATCH 44/50] task-poky-lsb: add necessary packages name
From: Jingdong Lu <jingdong.lu@...> In order to install and run LSB test cases we should add some necessary packages name into task-poky-lsb for lsb image. [sgw: modified the perl and python lists to
From: Jingdong Lu <jingdong.lu@...> In order to install and run LSB test cases we should add some necessary packages name into task-poky-lsb for lsb image. [sgw: modified the perl and python lists to
|
By
Koen Kooi
·
|
|
[PATCH 45/50] libxml-parser-perl: remove FILES_${PN}
From: Jingdong Lu <jingdong.lu@...> Because of the error path in FILES_${PN} we got nothing in libxml-parser-perl package. Romove "FILES_${PN}" [sgw Bump PR] Signed-off-by: Jingdong Lu <jingdong.lu@..
From: Jingdong Lu <jingdong.lu@...> Because of the error path in FILES_${PN} we got nothing in libxml-parser-perl package. Romove "FILES_${PN}" [sgw Bump PR] Signed-off-by: Jingdong Lu <jingdong.lu@..
|
By
Koen Kooi
·
|
|
[PATCH 46/50] Fixing my bad license parsing: license.bbclass
From: Beth Flanagan <elizabeth.flanagan@...> Fix to my bad license parsing. Also added the MIT generic license files. Signed-off-by: Beth Flanagan <elizabeth.flanagan@...> --- meta/classes/license.bbc
From: Beth Flanagan <elizabeth.flanagan@...> Fix to my bad license parsing. Also added the MIT generic license files. Signed-off-by: Beth Flanagan <elizabeth.flanagan@...> --- meta/classes/license.bbc
|
By
Koen Kooi
·
|
|
[PATCH 47/50] Fix to the libtool LICENSE field: libtool.inc
From: Beth Flanagan <elizabeth.flanagan@...> License parser should use & not , Signed-off-by: Beth Flanagan <elizabeth.flanagan@...> --- meta/recipes-devtools/libtool/libtool.inc | 2 +- 1 files change
From: Beth Flanagan <elizabeth.flanagan@...> License parser should use & not , Signed-off-by: Beth Flanagan <elizabeth.flanagan@...> --- meta/recipes-devtools/libtool/libtool.inc | 2 +- 1 files change
|
By
Koen Kooi
·
|
|
[PATCH 48/50] Fixing type: license.bbclass
From: Beth Flanagan <elizabeth.flanagan@...> Munged a tab. Fixing Signed-off-by: Beth Flanagan <elizabeth.flanagan@...> --- meta/classes/license.bbclass | 2 +- 1 files changed, 1 insertions(+), 1 dele
From: Beth Flanagan <elizabeth.flanagan@...> Munged a tab. Fixing Signed-off-by: Beth Flanagan <elizabeth.flanagan@...> --- meta/classes/license.bbclass | 2 +- 1 files changed, 1 insertions(+), 1 dele
|
By
Koen Kooi
·
|
|
[PATCH 49/50] linux-yocto: add crownbay BSP infrastructure
From: Bruce Ashfield <bruce.ashfield@...> Updating the meta SRCREV to grab this linux-yocto commit: meta: add crownbay BSP infrastructure Import the 2.6.34 crownbay infrastructure and update for the 2
From: Bruce Ashfield <bruce.ashfield@...> Updating the meta SRCREV to grab this linux-yocto commit: meta: add crownbay BSP infrastructure Import the 2.6.34 crownbay infrastructure and update for the 2
|
By
Koen Kooi
·
|
|
[PATCH 50/50] task-poky-lsb: libqtopenqgl4 should be for qemux86 and atom-pc only
From: Saul Wold <sgw@...> Signed-off-by: Saul Wold <sgw@...> --- meta/recipes-extended/tasks/task-poky-lsb.bb | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/meta/recipes-ex
From: Saul Wold <sgw@...> Signed-off-by: Saul Wold <sgw@...> --- meta/recipes-extended/tasks/task-poky-lsb.bb | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/meta/recipes-ex
|
By
Koen Kooi
·
|
|
Patchwork not picking up patches
2 messages
Hi, I guess I tripped gmails spam filter, is there anything we can do to bypass it? regards, Koen
Hi, I guess I tripped gmails spam filter, is there anything we can do to bypass it? regards, Koen
|
By
Koen Kooi
·
|
|
[PATCH] remove non-qemu machines
5 messages
As per TSC decision OE-core will only have qemu machines. This leaves the conf/machine/include file intact Signed-off-by: Koen Kooi <koen@...> --- meta/conf/machine/atom-pc.conf | 44 -----------------
As per TSC decision OE-core will only have qemu machines. This leaves the conf/machine/include file intact Signed-off-by: Koen Kooi <koen@...> --- meta/conf/machine/atom-pc.conf | 44 -----------------
|
By
Koen Kooi
·
|