Re: [OE-core][kirkstone][PATCH v2] openssh: fix CVE-2024-6387

2024-07-02 Thread Matthew Bullock
same early patch but I assume that was to get the fix done prior to public exposure. As there's a proper fix isn't that better? Matthew -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#201438): https://lists.openembedded.org/g/openembedd

[OE-core] [PATCH] openssh: allow configuration of hostkey type

2024-06-27 Thread Matthew Bullock
. Having all three keys does not significantly increase compatability. Also RSA keys are being deprecated as they are no longer considered secure. Using just an ecdsa key reduces key generation time by roughly 75%. Signed-off-by: Matthew Bullock --- .../openssh/openssh_9.7p1.bb | 29

Re: [OE-core] ✗ patchtest: failure for ltp: make copyFrom scp command non-fatal (rev4)

2020-08-05 Thread Matthew
Richard Purdie writes: > On Wed, 2020-08-05 at 15:23 -0400, Matthew wrote: >> My poky master is the latest commit (5e1bc3ef5a * net-tools: fix >> upstream version check) and my patch applies perfectly. Why is >> Patchwork complaining? > > FWIW I just tried to app

[OE-core] [PATCHv5] ltp: make copyFrom scp command non-fatal

2020-08-05 Thread Matthew
[YOCTO #13802] Make the scp failure non-fatal so the ltp tests continue to run and the rest of the logs will be available to see afterwards. Signed-off-by: Mingde (Matthew) Zeng --- meta/lib/oeqa/core/target/ssh.py | 7 +-- meta/lib/oeqa/runtime/cases/ltp.py | 5 +++-- 2 files changed, 8

Re: [OE-core] ✗ patchtest: failure for ltp: make copyFrom scp command non-fatal (rev4)

2020-08-05 Thread Matthew
ment the > version number when sending the new version (i.e. [PATCH] -> [PATCH v2] -> > [PATCH v3] -> ...). > > --- > Guidelines: > https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines > Test framework: http://git.yoctoproject.org/cgit/cgit.cg

[OE-core] [PATCHv4] ltp: make copyFrom scp command non-fatal

2020-08-05 Thread Matthew
[YOCTO #13802] Make the scp failure non-fatal so the ltp tests continue to run and the rest of the logs will be available to see afterwards. Signed-off-by: Mingde (Matthew) Zeng --- meta/lib/oeqa/core/target/ssh.py | 7 +-- meta/lib/oeqa/runtime/cases/ltp.py | 5 +++-- 2 files changed, 8

Re: [OE-core] [PATCHv3] ltp: make copyFrom scp command non-fatal

2020-08-05 Thread Matthew
Richard Purdie writes: > On Wed, 2020-08-05 at 14:33 -0400, Mingde (Matthew) Zeng wrote: >> Richard Purdie writes: >> >> > On Wed, 2020-08-05 at 14:10 -0400, Matthew wrote: >> > > [YOCTO #13802] >> > > >> > > Make the scp failure no

Re: [OE-core] [PATCHv3] ltp: make copyFrom scp command non-fatal

2020-08-05 Thread Matthew
Richard Purdie writes: > On Wed, 2020-08-05 at 14:10 -0400, Matthew wrote: >> [YOCTO #13802] >> >> Make the scp failure non-fatal so the ltp tests continue to run and >> the rest of the logs will be available to see afterwards. >> >> Signed-off-by: Min

[OE-core] [PATCHv3] ltp: make copyFrom scp command non-fatal

2020-08-05 Thread Matthew
[YOCTO #13802] Make the scp failure non-fatal so the ltp tests continue to run and the rest of the logs will be available to see afterwards. Signed-off-by: Mingde (Matthew) Zeng --- meta/lib/oeqa/core/target/ssh.py | 7 +-- meta/lib/oeqa/runtime/cases/ltp.py | 2 +- 2 files changed, 6

Re: [OE-core] [PATCHv2] ltp: make copyFrom scp command non-fatal

2020-08-05 Thread Matthew
Richard Purdie writes: > On Wed, 2020-08-05 at 13:15 -0400, Mingde (Matthew) Zeng wrote: >> [YOCTO #13802] >> >> Make the scp failure non-fatal so the ltp tests continue to run and >> the rest of the logs will be available to see afterwards. >> >&g

Re: [OE-core] [PATCHv2] ltp: make copyFrom scp command non-fatal

2020-08-05 Thread Matthew
Richard Purdie writes: > On Wed, 2020-08-05 at 13:15 -0400, Mingde (Matthew) Zeng wrote: >> [YOCTO #13802] >> >> Make the scp failure non-fatal so the ltp tests continue to run and >> the rest of the logs will be available to see afterwards. >> >&g

[OE-core] [PATCHv2] ltp: make copyFrom scp command non-fatal

2020-08-05 Thread Matthew
[YOCTO #13802] Make the scp failure non-fatal so the ltp tests continue to run and the rest of the logs will be available to see afterwards. Signed-off-by: Mingde (Matthew) Zeng --- meta/lib/oeqa/core/target/ssh.py | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a

Re: [OE-core] [PATCH] ltp: make copyFrom scp command non-fatal

2020-08-05 Thread Matthew
Richard Purdie writes: > On Wed, 2020-08-05 at 11:50 -0400, Matthew wrote: >> [YOCTO #13802] >> >> Make the scp failure non-fatal so the ltp tests continue to run and >> the rest of the logs will be available to see afterwards. >> >> Signed-off-by: Min

Re: [OE-core] [PATCHv2] ltp: remove OOM tests from runtest/mm

2020-08-05 Thread Matthew
Richard Purdie writes: > On Wed, 2020-07-29 at 09:09 -0400, Matthew wrote: >> Fixes [YOCTO #13802] > > Thanks, we can reference the bug but I don't think we can yet claim it > fixes it. > > The missing log issue happened again: > https://autobuilder.yoctoproject.

[OE-core] [PATCH] ltp: make copyFrom scp command non-fatal

2020-08-05 Thread Matthew
[YOCTO #13802] Make the scp failure non-fatal so the ltp tests continue to run and the rest of the logs will be available to see afterwards. Signed-off-by: Mingde (Matthew) Zeng --- meta/lib/oeqa/core/target/ssh.py | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a

Re: [OE-core] [PATCHv2] ltp: remove OOM tests from runtest/mm

2020-07-29 Thread Matthew
Khem Raj writes: > On Wed, Jul 29, 2020 at 8:27 PM Mingde (Matthew) Zeng > wrote: >> >> >> Khem Raj writes: >> >> > on master-next I am also seeing >> > >> > step1b: WARNING: ltp-20200515-r0 do_patch: QA Issue: Patch log >

[OE-core] [PATCHv3] ltp: remove OOM tests from runtest/mm

2020-07-29 Thread Matthew
[YOCTO #13802] Remove the OOM tests, since they might cause oeqa ssh connection lost. Signed-off-by: Mingde (Matthew) Zeng --- ...001-Remove-OOM-tests-from-runtest-mm.patch | 34 +++ meta/recipes-extended/ltp/ltp_20200515.bb | 1 + 2 files changed, 35 insertions(+) create

Re: [OE-core] [PATCHv2] ltp: remove OOM tests from runtest/mm

2020-07-29 Thread Matthew
a commit directly effected the line above my change, resulting the diff to look slightly different. I could send a patch on top of this commit, or is it possible to revert this merged commit altogether and I will send a new patch, to keep the git log clean. Whichever preferred by YP. Matthe

Re: [OE-core] [PATCHv2] ltp: remove OOM tests from runtest/mm

2020-07-29 Thread Matthew
Richard Purdie writes: > On Wed, 2020-07-29 at 09:09 -0400, Matthew wrote: >> Fixes [YOCTO #13802] > > Thanks, we can reference the bug but I don't think we can yet claim it > fixes it. Sure, would something like the following work? Reference [YOCTO #13802] > > T

[OE-core] [PATCHv2] ltp: remove OOM tests from runtest/mm

2020-07-29 Thread Matthew
Fixes [YOCTO #13802] Remove the OOM tests, since they might cause oeqa ssh connection lost. Signed-off-by: Mingde (Matthew) Zeng --- ...001-Remove-OOM-tests-from-runtest-mm.patch | 33 +++ meta/recipes-extended/ltp/ltp_20200515.bb | 1 + 2 files changed, 34 insertions

Re: [OE-core] [PATCH] ltp: remove OOM tests from runtest/mm

2020-07-29 Thread Matthew
Error, please ignore. Matthew writes: > Fixes [YOCTO #13802] > > Temporarily remove the OOM tests, since they might cause oeqa ssh > connection lost. > > Let's wait for a week or two to see if the error stops occuring. > > Signed-off-by: Mingde (Matthew) Zeng >

[OE-core] [PATCH] ltp: remove OOM tests from runtest/mm

2020-07-29 Thread Matthew
Fixes [YOCTO #13802] Temporarily remove the OOM tests, since they might cause oeqa ssh connection lost. Let's wait for a week or two to see if the error stops occuring. Signed-off-by: Mingde (Matthew) Zeng --- ...001-Remove-OOM-tests-from-runtest-mm.patch | 33 +++ 1

[OE-core] [PATCH] ltp.py: remove mm from ltp_groups

2020-07-28 Thread Matthew
Fixes [YOCTO #13802] Temporary disable mm test for a while, since it calls the OOM tests. See ltp-git/runtest/mm: oom01 oom01 oom02 oom02 oom03 oom03 oom04 oom04 oom05 oom05 Let's wait for a week or two to see if the error stops occuring. Signed-off-by: Mingde (Matthew)

[OE-core] ltp.py: compare dmesg before and after test

2020-07-24 Thread Matthew
configure option (ie. --without-oom) to ltp that prevents the OOM tests (ltp/testcases/kernel/mem/oom) from compiling entirely. I talked with the upstream, and they suggested just skipping these tests using: runltp -S SKIPFILE Skip tests specified in SKIPFILE Signed-off-by: Mingde (Mat

[OE-core] [PATCH] ltp: remove --with-power-management-testsuite from EXTRA_OECONF

2020-07-22 Thread Matthew
Commit [b74bbed51b0c0d44b70b136326a8a23cbc64db01 power_management: compile testcases/kernel/power_management by default] from ltp upstream removed --with-power-management-testsuite option, it's on by default. Signed-off-by: Mingde (Matthew) Zeng --- meta/recipes-extended/ltp/ltp_20200515.b

Re: [OE-core] [PATCH 1/2] quilt: do not test patch-wrapper as it is not enabled

2020-04-15 Thread Matthew
Can we get an update regarding the status of this patch? It is to fix https://bugzilla.yoctoproject.org/show_bug.cgi?id=13841 which the target milestone is set to 3.1 M4. Thanks, Matthew Alexander Kanavin writes: > Upstream only enables the test if --with-patch-wrapper > was suppl

[OE-core] [PATCH] avahi: add LICENSE for individual packages

2020-03-27 Thread Matthew
Fixes [YOCTO #13609] avahi_0.7.bb defines 9 PACKAGES. However, avahi.inc generically sets LICENSE to "GPLv2+ & LGPLv2.1+". The library specific packages should be LGPLv2.1+ only. Signed-off-by: Matthew Zeng --- meta/recipes-connectivity/avahi/avahi_0.7.bb | 10 ++ 1 fi

[OE-core] [PATCH] perl: fix lib/warnings test on core-image-sato

2020-02-24 Thread Mingde (Matthew) Zeng
Fixes [YOCTO #13296] The lib/warnings test fails on certain images such as core-image-sato. The upstream has already fixed this issue, thus submitting the relevent backport patch. Signed-off-by: Matthew Zeng -- Mingde (Matthew) Zeng --- ...rl-134117-Close-DATA-in

[OE-core] [PATCH] perl: fix lib/warnings test on core-image-sato

2020-02-24 Thread Mingde (Matthew) Zeng
Fixes [YOCTO #13296] The lib/warnings test fails on certain images such as core-image-sato. The upstream has already fixed this issue, thus submitting the relevent backport patch. Signed-off-by: Matthew Zeng -- Mingde (Matthew) Zeng --- ...rl-134117-Close-DATA-in

[OE-core] [PATCH] perl: fix lib/warnings test on core-image-sato

2020-02-24 Thread Mingde (Matthew) Zeng
Fixes [YOCTO #13296] The lib/warnings test fails on certain images such as core-image-sato. The upstream has already fixed this issue, thus submitting the relevent backport patch. Signed-off-by: Matthew Zeng -- Mingde (Matthew) Zeng --- ...rl-134117-Close-DATA-in

Re: [OE-core] [zeus][PATCH] openssh: backport patch to fix "cert not yet valid" test

2020-02-21 Thread Mingde (Matthew) Zeng
dy addressed in master (maybe through upgrade)? >> > > We already had that patch in master which I dropped that patch as part > of the move to 8.2p1 (was > 0001-Manually-applied-upstream-fix-for-openssh-test.patch) Right, there was an upgrade to 8.2p1. We

Re: [OE-core] [zeus][PATCH] openssh: backport patch to fix "cert not yet valid" test

2020-02-21 Thread Mingde (Matthew) Zeng
.openembedded.org/openembedded-core/commit/meta/recipes-connectivity/openssh?id=f0a949fe33da47fd0a587abb942ff60f0a56ed0d > > Ill replace my version in stable/zeus-nut with this patch. > > - Armin I think it's reasonable to simply port this commit from master into zeus. Regards, Matthew

[OE-core] [PATCH v2] glib-2.0: add dependencies to fix ptest failures

2020-02-18 Thread Mingde (Matthew) Zeng
-c interrupt midway, ./run-ptest cannot be restarted unless running `userdel glib2-test` manually. Therefore adding a check prior to ptest will ensure the ptest can be restarted. Signed-off-by: Matthew Zeng --- meta/recipes-core/glib-2.0/glib-2.0/run-ptest | 3 +++ meta/recipes-core/glib-2.0

[OE-core] [PATCH] glib-2.0: add -dev dependencies to fix ptest failures

2020-01-31 Thread Mingde (Matthew) Zeng
restarted unless running `userdel glib2-test` manually. Therefore adding a check prior to ptest will ensure the ptest can be restarted. Signed-off-by: Matthew Zeng --- meta/recipes-core/glib-2.0/glib-2.0/run-ptest | 3 +++ meta/recipes-core/glib-2.0/glib.inc | 3 +++ 2 files changed, 6

[OE-core] [PATCHv2] kbd: make libkbdfile-test08 ptest work for multilib

2020-01-22 Thread Mingde (Matthew) Zeng
appending `/i386` to `dirpath` so that `libkbdfile-test08.c` finds the right test file. Signed-off-by: Matthew Zeng --- ...append-i386-to-fix-libkbdfile-test08.patch | 45 +++ meta/recipes-core/kbd/kbd_2.2.0.bb| 1 + 2 files changed, 46 insertions(+) create mode

[OE-core] [PATCH] kbd: fix ptest libkbdfile-test08

2020-01-22 Thread Mingde (Matthew) Zeng
it finds the wrong file at `/findfile/test_0/keymaps/i386/qwerty/test0.map`, while it actually needs `/findfile/test_0/keymaps/i386/qwerty/test0.map`. Thus appending `/i386` to `dirpath` so that `libkbdfile-test08.c` finds the right test file. Signed-off-by: Matthew Zeng

Re: [OE-core] [PATCH] openssh: skip unit tests to avoid Makefile errors

2020-01-20 Thread Mingde (Matthew) Zeng
am uses to skip the tests. Sounds good, your patch should be merged instead. I do not see that there is already a patch available. Matthew -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.o

[OE-core] [PATCH] openssh: skip unit tests to avoid Makefile errors

2020-01-20 Thread Mingde (Matthew) Zeng
d. Signed-off-by: Matthew Zeng --- meta/recipes-connectivity/openssh/openssh/run-ptest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-connectivity/openssh/openssh/run-ptest b/meta/recipes-connectivity/openssh/openssh/run-ptest index daf62cca5b..e5270ceade 10

[OE-core] [pyro][PATCH] staging.bbclass: handle postinst-useradd-* fixmes

2017-12-06 Thread Matthew McClintock
From: Mikko Ylinen After 02457ef7f600ce954874e2d11e74b1c6daaa3bfc, PSEUDO for postinst-useradd-* scripts get to use only one PSEUDO_LOCALSTATEDIR which is set under recipes ${WORKDIR}. When the those scripts are run in a clean build environment that is built from the sstate (populate_sysroot_set

Re: [OE-core] [PATCH] musl: prevent errors if do_install is run more than once

2017-12-01 Thread Matthew McClintock
On Fri, Dec 1, 2017 at 2:13 PM, Khem Raj wrote: > On Fri, Dec 1, 2017 at 11:30 AM, Andre McCurdy wrote: >> On Fri, Dec 1, 2017 at 3:07 AM, Burton, Ross wrote: >>> Extend lnr to have a --force option? >> >> Is there ever a case where we want lnr to fail if the target already exists? >> >> There a

[OE-core] [PATCH v2] u-boot: add workaround patch for missing python dev

2017-07-06 Thread Matthew McClintock
r the now. Signed-off-by: Matthew McClintock --- Notes: v2: added usptream status ...le-_libfdt.so-swig-present-python-dev-mis.patch | 34 ++ meta/recipes-bsp/u-boot/u-boot_2017.05.bb | 2 ++ 2 files changed, 36 insertions(+) create mode 100644 meta/recipes-

[OE-core] [PATCH] u-boot: add workaround patch for missing python dev

2017-07-06 Thread Matthew McClintock
r the now. Signed-off-by: Matthew McClintock --- ...le-_libfdt.so-swig-present-python-dev-mis.patch | 33 ++ meta/recipes-bsp/u-boot/u-boot_2017.05.bb | 2 ++ 2 files changed, 35 insertions(+) create mode 100644 meta/recipes-bsp/u-boot/files/0001-tools-disable-_libf

Re: [OE-core] Fwd: Recipe [patch] modification to generate a static library instead of shared library

2017-04-06 Thread Matthew McClintock
On Thu, Apr 6, 2017 at 9:20 AM, Ravi chandra reddy wrote: > Hi, > Is there any hidden pointer within these static dev packages. i > expected the library to be .a format. what can i understand from these > static dev packages, plz let me know. Can you expand on what you're trying to accomplis

Re: [OE-core] Fwd: Recipe [patch] modification to generate a static library instead of shared library

2017-04-05 Thread Matthew McClintock
32-bit libraries to be added to all images >> IMAGE_INSTALL_append = "lib32-glibc lib32-libgcc lib32-libstdc++ libedit >> libxml2" >> >> i ran >> >> bitbake -e | grep static-libs >> >> and all the "no-static-libs.inc" are comment

Re: [OE-core] Fwd: Recipe [patch] modification to generate a static library instead of shared library

2017-04-05 Thread Matthew McClintock
On Wed, Apr 5, 2017 at 10:18 AM, Ravi chandra reddy wrote: > Hi All, > I am using meta-oe to generate libxml2 library using AARCH64 > compiler. However it generates shared object [.so] library. > > is there any setting in recipe to modify this, to generate static library > [instead of sh

Re: [OE-core] [PATCH] utility-task: Add do_patchall task

2017-03-07 Thread Matthew McClintock
Posted an alternate patch to bitbake mailing list. -M On Tue, Mar 7, 2017 at 4:33 PM, Paul Eggleton wrote: > On Wednesday, 8 March 2017 9:47:23 AM NZDT Richard Purdie wrote: >> On Tue, 2017-03-07 at 13:48 -0600, Matthew McClintock wrote: >> > This is useful in a few scenari

Re: [OE-core] [PATCH] utility-task: Add do_patchall task

2017-03-07 Thread Matthew McClintock
On Tue, Mar 7, 2017 at 2:47 PM, Richard Purdie wrote: > On Tue, 2017-03-07 at 13:48 -0600, Matthew McClintock wrote: >> This is useful in a few scenarios: >> >> 1) A developer wants to be able to grep all the code in a particular >> without having to run patch on va

[OE-core] [PATCH] utility-task: Add do_patchall task

2017-03-07 Thread Matthew McClintock
requiring a full image to be built (legal, static code analysis, etc) Signed-off-by: Matthew McClintock --- meta/classes/utility-tasks.bbclass | 7 +++ meta/conf/documentation.conf | 1 + 2 files changed, 8 insertions(+) diff --git a/meta/classes/utility-tasks.bbclass b/meta/classes

Re: [OE-core] [oe] OEDAM - Portland 2017

2017-02-19 Thread Matthew McClintock
I think some folks where going to try to get a ride share from the HIlton hotel. -M On Sun, Feb 19, 2017 at 4:12 AM, Trevor Woerner wrote: > Does anyone have any recommendations for how to get from the > conference venue to the Mentor Graphics office? > -- > _

[OE-core] Fwd: Hello everyone

2013-03-01 Thread Matthew McClintock
Hello all, If you need to contact me, please use this new email address msm-...@mcclintock.net, instead of m...@freescale.com or b29...@freescale.com. Thanks! -M ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.

[OE-core] [PATCH 2/4] gcc-common.inc: handle case where tune is not defined

2013-02-26 Thread Matthew McClintock
Signed-off-by: Matthew McClintock --- meta/recipes-devtools/gcc/gcc-common.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/gcc/gcc-common.inc b/meta/recipes-devtools/gcc/gcc-common.inc index ad96989..6b61800 100644 --- a/meta/recipes-devtools/gcc

[OE-core] [PATCH 4/4] oprofile: update patch for powerpc64

2013-02-26 Thread Matthew McClintock
into oprofile Signed-off-by: Matthew McClintock --- ...-events-to-be-specified-with-or-without-_.patch | 206 ...pecific-libpfm-usage-so-it-doesn-t-break-.patch | 130 .../0001-fix-powerpc-cross-compiling.patch | 35 ...p-lists-events-Fix-doc-UR

[OE-core] [PATCH 3/4] libpfm4_4.3.0.bb: use compatible host to limit arches

2013-02-26 Thread Matthew McClintock
This is only test with powerpc64 currently, even though it should work on other arches such as x86 and sparc. When thos are testing and working this COMPATIBLE_HOST should be updated Signed-off-by: Matthew McClintock --- meta/recipes-kernel/libpfm/libpfm4_4.3.0.bb |3 +++ 1 file changed, 3

[OE-core] [PATCH 1/4] kernel-arch.bbclass: don't pass extra args to KERNEL_{CC, LD, AR}

2013-02-26 Thread Matthew McClintock
: Error: junk at end of line: `1' | {standard input}:2520: Error: junk at end of line: `1' | CC arch/powerpc/lib/locks.o Signed-off-by: Matthew McClintock --- meta/classes/kernel-arch.bbclass |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/classes

Re: [OE-core] kernel.bbclass, module-base.bbclass: Use CC to form KERNEL_CC

2013-02-26 Thread McClintock Matthew-B29882
On Tue, Feb 26, 2013 at 11:56 AM, Khem Raj wrote: > On (26/02/13 17:08), Anton Sergienko wrote: >> Hi! >> After the patch (commit c49f967384ccbfe131bbb33ee518014f3fc4b38f) to >> meta/classes/kernel-arch.bbclass kernel build fails for arm machine with >> hard floating point instruction set in CC (-

Re: [OE-core] [denzil 11/18] qemu-0.15.1: add patch to fix compilatation problems on powerpc

2013-02-13 Thread McClintock Matthew-B29882
On Thu, Feb 7, 2013 at 5:56 PM, Mark Hatle wrote: > From: Matthew McClintock > > ERROR: Function failed: do_compile (see > /opt/yocto/cache-build/p5020ds-64b/build_p5020ds-64b_release/tmp/work/ppc64e5500-fsl-linux/qemu-0.15.1-r6/temp/log.do_compile.28447 > for further infor

Re: [OE-core] [PATCH] libpfm4: exclude from world

2013-02-12 Thread McClintock Matthew-B29882
On Tue, Feb 12, 2013 at 11:19 AM, Phil Blundell wrote: > On Tue, 2013-02-12 at 17:14 +, McClintock Matthew-B29882 wrote: >> We really need COMPATIBLE_ARCH here... > > Why can't you use COMPATIBLE_HOST? Yes, that'

Re: [OE-core] [PATCH] libpfm4: exclude from world

2013-02-12 Thread McClintock Matthew-B29882
On Thu, Feb 7, 2013 at 4:43 PM, Saul Wold wrote: > On 02/07/2013 06:33 AM, Martin Jansa wrote: >> >> Signed-off-by: Martin Jansa >> --- >> meta/recipes-kernel/libpfm/libpfm4_4.3.0.bb | 3 +++ >> 1 file changed, 3 insertions(+) >> >> diff --git a/meta/recipes-kernel/libpfm/libpfm4_4.3.0.bb >> b

[OE-core] [PATCH 4/5] kernel-arch.bbclass: don't pass extra args to KERNEL_{CC, LD, AR}

2013-02-05 Thread Matthew McClintock
Commit a3ca06c3b45c791dd38dbf154ad0fc62b4063475 added extra args to KERNEL_CC, these revert that bit while maintaining machine additions in TARGET_??_KERNEL_ARCH Signed-off-by: Matthew McClintock --- meta/classes/kernel-arch.bbclass |6 +++--- 1 file changed, 3 insertions(+), 3 deletions

[OE-core] [PATCH 2/5] quota_4.01.bb: add e2fsprogs in DEPENDS

2013-02-05 Thread Matthew McClintock
Fixes: | /local/home/mattsm/git/poky/build-master/tmp/sysroots/x86_64-linux/usr/libexec/ppce300c3-poky-linux/gcc/powerpc-poky-linux/4.7.2/ld: cannot find -lext2fs Signed-off-by: Matthew McClintock --- meta/recipes-extended/quota/quota_4.01.bb |4 ++-- 1 file changed, 2 insertions(+), 2

[OE-core] [PATCH 1/5] glib: disable selinux for native builds

2013-02-05 Thread Matthew McClintock
This improves reusabiliy of sstate-cache across different hosts Signed-off-by: Matthew McClintock --- meta/recipes-core/glib-2.0/glib-2.0_2.34.3.bb |2 +- meta/recipes-core/glib-2.0/glib.inc |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes

[OE-core] [PATCH 5/5] oprofile: fix cross compile on powerpc and add libpfm4 dep

2013-02-05 Thread Matthew McClintock
Fixes [YOCTO #3717] Signed-off-by: Matthew McClintock --- .../0001-fix-powerpc-cross-compiling.patch | 35 meta/recipes-kernel/oprofile/oprofile_0.9.8.bb |7 ++-- 2 files changed, 40 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-kernel

[OE-core] [PATCH 3/5] libpfm4_4.3.0.bb: add libpfm4 recipe needed by oprofile for ppc

2013-02-05 Thread Matthew McClintock
Signed-off-by: Matthew McClintock --- meta/recipes-kernel/libpfm/libpfm4_4.3.0.bb | 26 ++ 1 file changed, 26 insertions(+) create mode 100644 meta/recipes-kernel/libpfm/libpfm4_4.3.0.bb diff --git a/meta/recipes-kernel/libpfm/libpfm4_4.3.0.bb b/meta/recipes-kernel

Re: [OE-core] [PATCH 1/4] kernel.bbclass, module-base.bbclass: Use CC to form KERNEL_CC

2013-02-04 Thread McClintock Matthew-B29882
On Mon, Feb 4, 2013 at 4:51 PM, Khem Raj wrote: > On Mon, Feb 4, 2013 at 12:13 PM, McClintock Matthew-B29882 > wrote: >>> + >>> +KERNEL_CC = "${CC} ${HOST_CC_KERNEL_ARCH}" >> >> Why change to ${CC} from "${CCACHE}${HOST_PREFIX}gcc${KERNEL_CC

Re: [OE-core] [PATCH 1/4] kernel.bbclass, module-base.bbclass: Use CC to form KERNEL_CC

2013-02-04 Thread McClintock Matthew-B29882
On Sat, Jan 19, 2013 at 4:40 PM, Khem Raj wrote: > kernel compiler is not special and we currently have it so > we want to pass -march and -mtune options as CFLAGS to kernel > build so that compiler picks the right subarch flags when > compiling assembly files in particular. Otherwise defaults > a

Re: [OE-core] [oe-core] oprofile: avoid processing files under .pc

2013-02-04 Thread McClintock Matthew-B29882
On Fri, Feb 1, 2013 at 4:40 PM, Chris Larson wrote: > > On Fri, Feb 1, 2013 at 1:16 PM, McClintock Matthew-B29882 > wrote: >> >> On Fri, Feb 1, 2013 at 4:12 AM, wrote: >> > From: Ting Liu >> > >> > Fix the below issue: >> > | DEBUG: Exe

Re: [OE-core] [oe-core] oprofile: avoid processing files under .pc

2013-02-01 Thread McClintock Matthew-B29882
On Fri, Feb 1, 2013 at 4:12 AM, wrote: > From: Ting Liu > > Fix the below issue: > | DEBUG: Executing shell function do_configure > | sed: can't read ./.pc/opstart.patch/doc/opstop.1.in: Permission denied > | sed: can't read ./.pc/opstart.patch/doc/opstart.1.in: Permission > denied > | sed: can'

Re: [OE-core] [PATCH] linux-dtb: Add extra padding to the blob.

2013-01-30 Thread McClintock Matthew-B29882
On Mon, Jan 28, 2013 at 9:00 AM, Otavio Salvador wrote: > On Mon, Jan 28, 2013 at 12:24 PM, Vakul Garg wrote: >> U-boot patches portal devices for adding new properties in portal nodes. >> T4 devices such as T4240 have large number of portals. This requires extra >> space in device tree blob. The

[OE-core] [for-denzil 1/3] bitbake: command: add error to return of runCommand

2013-01-11 Thread Matthew McClintock
From: Christopher Larson Currently, command.py can return an error message from runCommand, due to being unable to run the command, yet few of our UIs (just hob) can handle it today. This can result in seeing a TypeError with traceback in certain rare circumstances. To resolve this, we need a cl

[OE-core] [for-denzil 2/3] bitbake: command: Add missing import traceback

2013-01-10 Thread Matthew McClintock
From: Richard Purdie Without this, if an exception occurs the server will silently crash with no feedback to the user about why (since traceback isn't imported). (Bitbake rev: e637a635bf7b5a9a2e9dc20afc18aceec98d578f) Signed-off-by: Richard Purdie --- bitbake/lib/bb/command.py |1 + 1 fil

[OE-core] [for-denzil 3/3] bitbake: command: Fix getCmdLineAction bugs

2013-01-10 Thread Matthew McClintock
From: Richard Purdie Executing "bitbake" doesn't get a sane message since the None return value wasn't being handled correctly. Also fix msg -> cmd_action['msg'] as otherwise an invalid variable is accessed which then crashes the server due to the previous bug. (Bitbake rev: c6211291ae0741083203

Re: [OE-core] anyone interested in CentOS 5 fixes for dpkg-native?

2013-01-08 Thread McClintock Matthew-B29882
On Tue, Jan 8, 2013 at 11:56 AM, Donn Seeley wrote: > We recently tried to build using 'PACKAGE_CLASSES = package_deb' and > found that our ancient CentOS 5 build VMs couldn't compile and link > dpkg-native. (We support CentOS 5 for very conservative customers, so > we run test builds with it reg

Re: [OE-core] [for-denzil] bitbake: command: add error to return of runCommand

2012-12-19 Thread McClintock Matthew-B29882
On Tue, Dec 18, 2012 at 3:28 PM, Richard Purdie wrote: > On Tue, 2012-12-18 at 11:18 -0600, Matthew McClintock wrote: >> From: Christopher Larson >> >> Currently, command.py can return an error message from runCommand, due to >> being unable to run the command, yet fe

[OE-core] [for-denzil] bitbake: command: add error to return of runCommand

2012-12-18 Thread Matthew McClintock
From: Christopher Larson Currently, command.py can return an error message from runCommand, due to being unable to run the command, yet few of our UIs (just hob) can handle it today. This can result in seeing a TypeError with traceback in certain rare circumstances. To resolve this, we need a cl

Re: [OE-core] [PATCH] gcc-cross: Explicitly depend on linux-libc-headers

2012-11-27 Thread McClintock Matthew-B29882
On Thu, Nov 22, 2012 at 3:36 PM, Richard Purdie wrote: > gcc-cross cannot build without linux-libc-headers but doesn't explicitly > depend on > it relying on the implied dependency through libc. With cases where pieces > can be installed through sstate, we now need this explicit dependency to > e

Re: [OE-core] OE Changelog since 2012-11-11 until 2012-11-18

2012-11-19 Thread McClintock Matthew-B29882
psp05.06.00.00: Add NET environment variables > arago.conf: Switch to latest PSP u-boot release > meta-toolchain-arago-qte: Fix mkspecs location > > > Changelog for meta-beagleboard: > > Koen Kooi (1): > common-bsp: linux-mainline: add recipe for 3.7.0-rc5 > > ====

Re: [OE-core] [yocto] meta-freescale general mailing list

2012-11-19 Thread McClintock Matthew-B29882
v 15, 2012 at 1:36 PM, Philip Balister >>> wrote: >>>> >>>> On 11/14/2012 11:58 AM, McClintock Matthew-B29882 wrote: >>>> Do we have a standard for yocto/OE list names on gmane? >>> >>> I tried to add it but it did not work. >>

Re: [OE-core] [PATCHv2] cryptodev kernel module recipe

2012-11-14 Thread McClintock Matthew-B29882
On Tue, Nov 13, 2012 at 5:45 PM, Chris Larson wrote: > > > On Fri, Nov 2, 2012 at 3:15 PM, Yashpal Dutta > wrote: >> >> This is a /dev/crypto device driver, equivalent to those in OpenBSD or >> FreeBSD. >> The main idea is to access of existing ciphers in kernel space from >> userspace, >> thus e

Re: [OE-core] [PATCH] classes: Be consistent about sstate-inputdirs/outputdirs ending with '/'

2012-11-14 Thread McClintock Matthew-B29882
On Wed, Nov 14, 2012 at 9:59 AM, Richard Purdie wrote: > On Wed, 2012-11-14 at 16:22 +0100, Martin Jansa wrote: >> On Wed, Nov 14, 2012 at 04:09:45PM +0100, Martin Jansa wrote: >> > On Tue, Nov 13, 2012 at 02:05:00PM +, Richard Purdie wrote: >> > > If sstate-inputdirs and sstate-outputdirs don

[OE-core] meta-freescale general mailing list

2012-11-14 Thread McClintock Matthew-B29882
ase check the README in respective layer about the command line to use for git format-patch. Please subscribe here: https://lists.yoctoproject.org/listinfo/meta-freescale Archives here: https://lists.yoctoproject.org/pipermail/meta-freescale/ -Matt

[OE-core] [for-denzil] bitbake: compile tar-replacement firstly

2012-11-06 Thread Matthew McClintock
From: "Roy.Li" Compiling tar-replacement or not is decided by version of host tar, if the host tar version is lower than 1.23, Compiling tar-replacement is needed. When doing popoluate tar-replacement sysroot to write the tar to sysroot, but writing is not finished. other packages probably use t

Re: [OE-core] [PATCH] cryptodev kernel module recipe

2012-10-31 Thread McClintock Matthew-B29882
On Wed, Oct 31, 2012 at 12:11 PM, Bruce Ashfield wrote: > > On Tue, Oct 30, 2012 at 2:50 PM, McClintock Matthew-B29882 > wrote: >> >> On Thu, Oct 18, 2012 at 8:33 AM, Bruce Ashfield >> wrote: >> > On Thu, Oct 18, 2012 at 5:57 AM, Yashpal Dutta >> &g

Re: [OE-core] [PATCH] cryptodev kernel module recipe

2012-10-30 Thread McClintock Matthew-B29882
On Thu, Oct 18, 2012 at 3:16 PM, Darren Hart wrote: >> +++ b/meta/recipes-kernel/cryptodev/cryptodev_1.5.bb >> @@ -0,0 +1,18 @@ >> +SECTION = "devel" >> +SUMMARY = "Linux Cryptodev KERNEL MODULE" >> +DESCRIPTION = "The Cryptodev package contains the kernel /dev/crypto module" >> +LICENSE = "GPLv2"

Re: [OE-core] [PATCH] cryptodev kernel module recipe

2012-10-30 Thread McClintock Matthew-B29882
On Thu, Oct 18, 2012 at 8:33 AM, Bruce Ashfield wrote: > On Thu, Oct 18, 2012 at 5:57 AM, Yashpal Dutta > wrote: >> This is a /dev/crypto device driver, equivalent to those in OpenBSD or >> FreeBSD. >> The main idea is to access of existing ciphers in kernel space from >> userspace, >> thus ena

Re: [OE-core] [PATCH] u-boot.inc: update linker arguments to pass --sysroot arg (BUILD BREAKAGE)

2012-10-29 Thread McClintock Matthew-B29882
On Mon, Oct 29, 2012 at 9:36 AM, Matthew McClintock wrote: > On Mon, Oct 29, 2012 at 4:26 AM, Steffen Sledz wrote: >> On 29.07.2012 11:29, Richard Purdie wrote: >>> On Thu, 2012-07-26 at 11:21 -0500, Matthew McClintock wrote: >>>> If we are building from sstate-cach

Re: [OE-core] [PATCH] u-boot.inc: update linker arguments to pass --sysroot arg (BUILD BREAKAGE)

2012-10-29 Thread McClintock Matthew-B29882
On Mon, Oct 29, 2012 at 4:26 AM, Steffen Sledz wrote: > On 29.07.2012 11:29, Richard Purdie wrote: >> On Thu, 2012-07-26 at 11:21 -0500, Matthew McClintock wrote: >>> If we are building from sstate-cache it's possible to be building >>> from another folder on anoth

Re: [OE-core] Using SSTATE_MIRRORS with sstate subdirectories

2012-10-19 Thread McClintock Matthew-B29882
On Fri, Oct 19, 2012 at 11:57 AM, Mike Crowe wrote: > On Fri, Oct 19, 2012 at 08:46:23AM -0700, Chris Larson wrote: >> On Fri, Oct 19, 2012 at 8:38 AM, Mike Crowe wrote: >> > I'm having trouble using SSTATE_MIRRORS as suggested at >> > https://wiki.yoctoproject.org/wiki/Enable_sstate_cache : >> >

Re: [OE-core] [PATCH] cryptodev kernel module recipe

2012-10-18 Thread McClintock Matthew-B29882
On Thu, Oct 18, 2012 at 3:38 PM, Darren Hart wrote: +EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"' >>> >>> modules.bbclass already sets KERNEL_PATH and KERNEL_SRC, perhaps you >>> could use one of those? >> >> cryptodev Makefile does not use these it uses KERNEL_DIR in it's

Re: [OE-core] [PATCH] cryptodev kernel module recipe

2012-10-18 Thread McClintock Matthew-B29882
On Thu, Oct 18, 2012 at 3:16 PM, Darren Hart wrote: > > > On 10/18/2012 05:57 AM, Yashpal Dutta wrote: >> This is a /dev/crypto device driver, equivalent to those in OpenBSD or >> FreeBSD. >> The main idea is to access of existing ciphers in kernel space from >> userspace, >> thus enabling re-us

Re: [OE-core] [PATCH] cryptodev kernel module recipe

2012-10-18 Thread McClintock Matthew-B29882
On Thu, Oct 18, 2012 at 2:59 PM, Darren Hart wrote: > > > On 10/18/2012 02:14 AM, Khem Raj wrote: >> >> On Oct 18, 2012, at 2:57 AM, Yashpal Dutta >> wrote: >> >>> +-install: >>> ++modules_install: >>> +make -C $(KERNEL_DIR) SUBDIRS=`pwd` modules_install >>> +- @echo "Installing cryptodev.

Re: [OE-core] Can we trust to sstate-cache?

2012-10-18 Thread McClintock Matthew-B29882
On Thu, Oct 18, 2012 at 8:36 AM, Marcin Juszkiewicz wrote: > Today I bumped gcc-linaro from 4.7-r5 to 4.7-r6. First version was plain > 2012.10 release while second one was tarball from bzr repository with > huge set of ICE related fixes for AArch64 architecture. > > To do fast clean build I remov

Re: [OE-core] Recipes with disabled parallel make

2012-10-09 Thread McClintock Matthew-B29882
On Thu, Mar 8, 2012 at 7:34 AM, Andreas Oberritter wrote: > On 02.03.2012 23:29, Yury Bushmelev wrote: >> 2012/2/10 Khem Raj : >>> Hi >>> >>> Just grepped for the occurances of disabled parallel make and I see >>> around 40 cases on oe-core >>> >>> git grep PARALLEL_MAKE.*=.*\"\" recipes* | grep

Re: [OE-core] [PATCH 0/6] denzil pull request 3

2012-10-05 Thread McClintock Matthew-B29882
t; | make[2]: *** [uImage] Error 2 > | make[1]: *** [sub-make] Error 2 > | make: *** [all] Error 2 > | ERROR: oe_runmake failed > NOTE: package > linux-yocto-3.0.32+git1+34e0d2b4b4e9778b31f9ea99ca43f0dc71a7ee23_1+83f422f718cf15633cb4c2d309aa041c3c354f65-r4: > task do_compile: Fai

Re: [OE-core] RFC: Secondary Toolchain

2012-10-04 Thread McClintock Matthew-B29882
On Thu, Oct 4, 2012 at 1:02 PM, Mark Hatle wrote: > We have an issue where we'd like to have an alternative toolchain > (assembler, linker, compiler) available for our customers to selectively > use. However, before we just go off and implement something, I'd like at > least some basic consensus

Re: [OE-core] [PATCH] sstate: Add detail to shared area warning

2012-10-02 Thread McClintock Matthew-B29882
On Tue, Oct 2, 2012 at 5:22 PM, Richard Purdie wrote: > On Wed, 2012-10-03 at 00:11 +0200, Martin Jansa wrote: >> On Tue, Oct 02, 2012 at 11:00:53PM +0100, Phil Blundell wrote: >> > On Tue, 2012-10-02 at 15:00 -0700, Saul Wold wrote: >> > > -bb.warn("The recipe is trying to install files i

Re: [OE-core] [PATCH] chrpath: We should provide chrpath-replacement-native and install into a native specific directory

2012-10-02 Thread McClintock Matthew-B29882
On Tue, Oct 2, 2012 at 11:29 AM, Richard Purdie wrote: > On Tue, 2012-10-02 at 16:22 +, McClintock Matthew-B29882 wrote: >> Docs need to be updated, there was also a build warning if it was not >> installed - did that get removed too? > > You still need chrpath installe

Re: [OE-core] [PATCH] chrpath: We should provide chrpath-replacement-native and install into a native specific directory

2012-10-02 Thread McClintock Matthew-B29882
Docs need to be updated, there was also a build warning if it was not installed - did that get removed too? -M On Tue, Oct 2, 2012 at 8:13 AM, Richard Purdie wrote: > chrpath is assumed to be provided by the build host system. This means > we need to provide a replacement version and install int

Re: [OE-core] [PATCH v2 10/10] libx11.inc: fix build issues for older CentOS distros

2012-10-02 Thread McClintock Matthew-B29882
On Fri, Sep 28, 2012 at 10:03 AM, Matthew McClintock wrote: > On Fri, Sep 28, 2012 at 9:52 AM, Burton, Ross wrote: >> On 28 September 2012 02:33, Matthew McClintock wrote: >>> Fixes these sorts of issues present on older gcc (CentOS 5.x in this case) >>> >>>

Re: [OE-core] [PATCH] autotools.bbclass: Add functionality to force a clean of ${B} when reconfiguring (and ${S} != ${B})

2012-09-28 Thread McClintock Matthew-B29882
On Fri, Sep 28, 2012 at 8:23 AM, Richard Purdie wrote: > On Wed, 2012-09-26 at 18:07 +0100, Phil Blundell wrote: >> On Tue, 2012-09-11 at 15:22 +0100, Richard Purdie wrote: >> > Unfortunately whilst rerunning configure and make against a project will >> > mostly >> > work there are situations whe

Re: [OE-core] [PATCH] gcc-common.inc: Consider multilib when renaming libgcc for debian'ness

2012-09-28 Thread McClintock Matthew-B29882
On Wed, Sep 26, 2012 at 5:55 AM, Richard Purdie wrote: > On Tue, 2012-09-25 at 18:07 +, McClintock Matthew-B29882 wrote: >> This should probably go in denzil as well. > > Lets hold off that as I think we need to fix this in a better way at the > core level... This? Whe

  1   2   3   4   5   6   >