[OE-core][PATCH] yocto-uninative: Update to 4.5 for gcc 14

2024-05-21 Thread Michael Halstead
Signed-off-by: Michael Halstead --- meta/conf/distro/include/yocto-uninative.inc | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/conf/distro/include/yocto-uninative.inc b/meta/conf/distro/include/yocto-uninative.inc index 4ac66fd506..657c1032f9 100644 --- a/meta

Re: [OE-core] Yocto-5.0 tag on master instead of scarthgap

2024-04-30 Thread Michael Halstead
oks like yocto-5.0 tag in openembedded-core repository was done on > master instead of scarthgap branch. > > Tag in poky repository seems to be fine. > > > > Peter > > > > -- Michael Halstead Linux Foundation / Yocto Project Systems Operations Engineer -=-=-=-=-=

[OE-core][PATCH] yocto-uninative: Update to 4.4 for glibc 2.39

2024-02-26 Thread Michael Halstead
Signed-off-by: Michael Halstead --- meta/conf/distro/include/yocto-uninative.inc | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta/conf/distro/include/yocto-uninative.inc b/meta/conf/distro/include/yocto-uninative.inc index eaa3e9b31c..4ac66fd506 100644

[OE-core][PATCH] yocto-uninative: Update to 4.3

2023-09-01 Thread Michael Halstead
Add in stable updates to glibc 2.38 to fix malloc bugs Signed-off-by: Michael Halstead --- meta/conf/distro/include/yocto-uninative.inc | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/conf/distro/include/yocto-uninative.inc b/meta/conf/distro/include/yocto

[OE-core][PATCH] yocto-uninative: Update to 4.2 for glibc 2.38

2023-08-16 Thread Michael Halstead
Uninative 4.2 adds glibc 2.38. Signed-off-by: Michael Halstead --- meta/conf/distro/include/yocto-uninative.inc | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta/conf/distro/include/yocto-uninative.inc b/meta/conf/distro/include/yocto-uninative.inc index

[OE-core][PATCH] resulttool/resultutils: allow index generaiton despite corrupt json

2023-07-14 Thread Michael Halstead
non-release indexes will continue to generate when test output is corrupted. Signed-off-by: Michael Halstead --- scripts/lib/resulttool/resultutils.py | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scripts/lib/resulttool/resultutils.py b/scripts/lib/resulttool

[OE-core][PATCH] uninative: Upgrade to 4.0 to include latest gcc 13.1.1

2023-05-28 Thread Michael Halstead
Signed-off-by: Michael Halstead --- meta/conf/distro/include/yocto-uninative.inc | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/conf/distro/include/yocto-uninative.inc b/meta/conf/distro/include/yocto-uninative.inc index f3c05b7e20..ad4816a1f3 100644 --- a/meta

[OE-core][PATCH] selftest/runtime_test/virgl: Disable for all Rocky Linux

2023-03-08 Thread Michael Halstead
RHEL compatible kernels do not support vgem so we disable virgl headless testing. Signed-off-by: Michael Halstead --- meta/lib/oeqa/selftest/cases/runtime_test.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/lib/oeqa/selftest/cases/runtime_test.py b/meta/lib/oeqa

[OE-core][PATCH] uninative: Upgrade to 3.8 to include libgcc

2023-01-09 Thread Michael Halstead
Including libgcc solves issues with libpthread. Signed-off-by: Michael Halstead --- meta/conf/distro/include/yocto-uninative.inc | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/conf/distro/include/yocto-uninative.inc b/meta/conf/distro/include/yocto

[OE-core][PATCH] uninative: Upgrade to 3.7 with glibc 2.36

2022-08-12 Thread Michael Halstead
Signed-off-by: Michael Halstead --- meta/conf/distro/include/yocto-uninative.inc | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta/conf/distro/include/yocto-uninative.inc b/meta/conf/distro/include/yocto-uninative.inc index 411fe45a24..7012db441b 100644

[OE-core] Hash Equivalence Server Domain Change

2022-07-19 Thread Michael Halstead
iables from "typhoon.yocto.io:8687" to "hashserv.yocto.io:8687" at your earliest convenience. We plan to make the switch during the next maintenance window on Friday July 22nd. The previous server will quickly fall out of date and be taken offline next week. -- Michael Halstea

[OE-core][PATCH 2/2] scripts/autobuilder-worker-prereq-tests: add additional limit testing

2022-05-11 Thread Michael Halstead
Check that open file and user process limits are greater than or equal to what the autobuilder uses. Signed-off-by: Michael Halstead --- scripts/autobuilder-worker-prereq-tests | 15 +++ 1 file changed, 15 insertions(+) diff --git a/scripts/autobuilder-worker-prereq-tests b

[OE-core][PATCH 1/2] scripts/autobuilder-worker-prereq-tests: update to use yocto 4.0

2022-05-11 Thread Michael Halstead
Use files from the current release to avoid the depreciated -show-cursor option. Signed-off-by: Michael Halstead --- scripts/autobuilder-worker-prereq-tests | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/autobuilder-worker-prereq-tests b/scripts/autobuilder

[OE-core][PATCH] scripts/autobuilder-worker-prereq-tests: jinja2 check

2021-10-14 Thread Michael Halstead
Ensure the jinja2 module is available during bringup. Signed-off-by: Michael Halstead --- scripts/autobuilder-worker-prereq-tests | 5 + 1 file changed, 5 insertions(+) diff --git a/scripts/autobuilder-worker-prereq-tests b/scripts/autobuilder-worker-prereq-tests index 5d7e6e2601

Re: [OE-core] [PATCH 04/10] cmake: update 3.20.2 -> 3.20.3

2021-10-04 Thread Michael Halstead
ess than 3 > months, should we just convert all workers to stream and move on? > > Alex > > On Mon, 4 Oct 2021 at 18:27, Michael Halstead < > mhalst...@linuxfoundation.org> wrote: > >> This error was fixed upstream >> https://bugzilla.redhat.com/show_bug.cgi?i

Re: [OE-core] [PATCH 04/10] cmake: update 3.20.2 -> 3.20.3

2021-10-04 Thread Michael Halstead
ompiler warning): > > > > times[0].tv_sec = 1622966723; > > times[0].tv_nsec = 6319439026193432576; > > times[1].tv_sec = 1622966579; > > times[1].tv_nsec = 17840053692309438464; > > > > then you see EINVAL on the centos system but not on my ubuntu one. It &g

Re: [OE-core] [PATCH 04/10] cmake: update 3.20.2 -> 3.20.3

2021-06-11 Thread Michael Halstead
run the genericx86 job on the worker. If the > problem exists, you'll see a failure like this one: > > > https://autobuilder.yoctoproject.org/typhoon/#/builders/48/builds/3523/steps/12/logs/stdio > > Alex > > On Fri, 11 Jun 2021 at 23:56, Michael Halstead < > mha

Re: [OE-core] [PATCH 04/10] cmake: update 3.20.2 -> 3.20.3

2021-06-11 Thread Michael Halstead
ders on the older kernel for now until >> they hopefully fix it? >> > > Centos 8 will be discontinued in just over 6 months ( > https://www.centos.org/centos-linux/) > so I think at least one of the centos 8 workers should be updated to > centos stream 8 > (https://www.centos.or

Re: [OE-core] [PATCH 04/10] cmake: update 3.20.2 -> 3.20.3

2021-06-08 Thread Michael Halstead
t;../install/usr/local/lib/cmake/assimp-4.1/assimp-config.cmake", > [{tv_sec=1622966723, tv_nsec=6319439026193432576}, {tv_sec=1622966579, > tv_nsec=17840053692309438464}], 0) = -1 EINVAL (Invalid argument) > > Alex > -- Michael Halstead Linux Foundation / Yocto Project Systems Operations Engin

Re: [OE-core] [PATCH 04/10] cmake: update 3.20.2 -> 3.20.3

2021-06-07 Thread Michael Halstead
: No such file >> or directory >> # include >> > > Yeah it needs 32bit development libc and compiler installed > I added the needed packages to the CentOS workers. The compiled binary prints "rc=0" on the three CentOS workers. Is reverting to an older kernel

[OE-core] Error tagging: 2020-04.8-dunfell, 2020-04.8, and yocto-3.1.8 recreated

2021-06-02 Thread Michael Halstead
During today's release three tags (2020-04.8-dunfell, 2020-04.8, and yocto-3.1.8) were made against the HEAD of the master branch instead of the correct commit on the dunfell branch. The incorrect tags have been deleted and replaced with the correct tags. A git force pull may be required to

Re: [OE-core] [PATCH 2/2] go: Use dl.google.com for SRC_URI

2021-04-30 Thread Michael Halstead
gt; > > > +++ b/meta/recipes-devtools/go/go-common.inc > > > > @@ -14,7 +14,7 @@ LICENSE = "BSD-3-Clause" > > > > > > > > inherit goarch > > > > > > > > -SRC_URI = "https://golang.org/dl/go${PV}.src.tar.gz;name=m

[OE-core] [PATCH] yocto-uninative.inc: version 3.0 incorporate seccomp filter workaround

2021-02-12 Thread Michael Halstead
Signed-off-by: Michael Halstead --- meta/conf/distro/include/yocto-uninative.inc | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/conf/distro/include/yocto-uninative.inc b/meta/conf/distro/include/yocto-uninative.inc index bc47083978..a2a2dd18ec 100644 --- a/meta

[OE-core] [PATCH] yocto-uninative.inc: version 2.11 updates glibc to 2.33

2021-02-05 Thread Michael Halstead
Support glibc 2.33. Signed-off-by: Michael Halstead --- meta/conf/distro/include/yocto-uninative.inc | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta/conf/distro/include/yocto-uninative.inc b/meta/conf/distro/include/yocto-uninative.inc index 69b6edee5f

[OE-core] [PATCH] uninative: Upgrade to 2.10

2021-02-05 Thread Michael Halstead
Final glibc 2.32 based uninative. Signed-off-by: Michael Halstead --- meta/conf/distro/include/yocto-uninative.inc | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/conf/distro/include/yocto-uninative.inc b/meta/conf/distro/include/yocto-uninative.inc index

Re: [OE-core] Brief git.openembedded.org Downtime

2020-04-25 Thread Michael Halstead
This work is complete and all services are available. As a bonus the new hardware is faster. Service restored at 2020-04-25 20:14 PDT. On Sat, Apr 25, 2020 at 5:52 PM Michael Halstead via lists.openembedded.org wrote: > There is a potential issue with the physical machine host

[OE-core] Brief git.openembedded.org Downtime

2020-04-25 Thread Michael Halstead
starting at 2020-04-25 20:00 PDT. I will e-mail when the process is complete. -- Michael Halstead Linux Foundation / Yocto Project Systems Operations Engineer -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#137493): https://lists.openembedded.org/g

Re: [OE-core] [bitbake-devel] Mailing list platform change March 20th

2020-03-20 Thread Michael Halstead
have not changed. If you encounter any issues please visit https://www.openembedded.org/wiki/GroupsMigration for the latest information. If your concern isn't addressed e-mail me directly. Thank you, -- Michael Halstead Linux Foundation / Yocto Project Systems Operations Engineer On Fri, Mar 20

Re: [OE-core] Mailing list platform change March 20th

2020-03-20 Thread Michael Halstead
The migration will begin shortly. List mail will be delayed until the process is complete. E-mail sent during downtime should eventually be delivered. However waiting to send until after the switch is recommended. Thank you, -- Michael Halstead Linux Foundation / Yocto Project Systems Operations

Re: [OE-core] Mailing list platform change March 20th

2020-03-19 Thread Michael Halstead
Everything is proceeding smoothly and this work will continue as planned. The migration starts at noon PDT tomorrow. List owners please take care of all outstanding moderation in the next 24 hours to ensure a smooth transition. Thank you, -- Michael Halstead Linux Foundation / Yocto Project

[OE-core] Mailing list platform change March 20th

2020-03-13 Thread Michael Halstead
can read more about the change on the wiki: https://www.openembedded.org/wiki/GroupsMigration If there are serious issues we will rollback the changes. We will e-mail all lists when work is complete. -- Michael Halstead Linux Foundation / Yocto Project Systems Operations Engineer

[OE-core] [PATCH] yocto-uninative.inc: version 2.8 updates glibc to 2.31

2020-02-28 Thread Michael Halstead
Allow sstate use in Tumbleweed and other distros as they update glibc. --- meta/conf/distro/include/yocto-uninative.inc | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta/conf/distro/include/yocto-uninative.inc b/meta/conf/distro/include/yocto-uninative.inc index

[OE-core] New Dedicated Licensing and Documentation Mailing Lists

2020-01-31 Thread Michael Halstead
/licensing/join. Join the docs list to discuss all things documentation and to collaborate on the patches to the docs. Please join at https://lists.yoctoproject.org/g/docs/join. -- Michael Halstead Linux Foundation / Yocto Project Systems Operations Engineer

[OE-core] New Dedicated Licensing and Documentation Mailing Lists

2020-01-31 Thread Michael Halstead
/licensing/join. Join the docs list to discuss all things documentation and to collaborate on the patches to the docs. Please join at https://lists.yoctoproject.org/g/docs/join. -- Michael Halstead Linux Foundation / Yocto Project Systems Operations Engineer

Re: [OE-core] [PATCH 3/6] oe-selftest: extend virgl gtk test to also check the SDL option

2019-11-08 Thread Michael Halstead
On Fri, Nov 8, 2019 at 9:56 AM Alexander Kanavin wrote: > On Fri, 8 Nov 2019 at 18:20, Michael Halstead < > mhalst...@linuxfoundation.org> wrote: > >> > If you replace that with tigervnc (a modern, supported fork of >> tightvnc), then the tests pass f

Re: [OE-core] [PATCH 3/6] oe-selftest: extend virgl gtk test to also check the SDL option

2019-11-08 Thread Michael Halstead
t. On Ubuntu 16.04 and Debian 8 workers I've installed from https://bintray.com/tigervnc/stable/tigervnc/1.9.0. This should allow tests to complete. Installing packages outside of the distribution's package manager might invalidate these as sanity tested distros. I'd appreciate feedback about this. -- Michael Halstead Yocto Project / SysAdmin > > Alex -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

[OE-core] [PATCH v2] uninative: Update to 2.7 release

2019-10-07 Thread Michael Halstead
The 2.7 release updates glibc to version 2.30. Recently added to openSUSE Tumbleweed and needed for Fedora Core 31. Signed-off-by: Michael Halstead --- meta/conf/distro/include/yocto-uninative.inc | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta/conf/distro

[OE-core] [PATCH] uninative: Update to 2.7 release

2019-10-07 Thread Michael Halstead
The 2.7 release updates glibc to version 2.30. Recently added to openSUSE Tumbleweed and needed for Fedora Core 31. Signed-off-by: Michael Halstead --- meta/conf/distro/include/yocto-uninative.inc | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/conf/distro

Re: [OE-core] [PATCH][V2] sdkext: use simpler kernel module for devtool test

2019-09-05 Thread Michael Halstead
llo-world.git > > onto git.yp.org as a new repo and give write access to it for Mark, > myself, Bruce and Ross please? This repo is ready at g...@push.yoctoproject.org:kernel-module-hello-world for the four of you. It is available read-only for anyone at, git://git.yoctoproject.org/kernel-module-hello-world and https://git.yoctoproject.org/git/pokykernel-module-hello-world > > Cheers, > > Richard > > > -- Michael Halstead Linux Foundation / SysAdmin -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] [PATCH 2/4] python3-numpy: update to 1.17.0

2019-08-13 Thread Michael Halstead
s still a SANITY_TESTED_DISTRO. Is it fine to go ahead and remove this? -- Michael Halstead Linux Foundation / SysAdmin -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] [yocto] patchwork

2019-05-13 Thread Michael Halstead
either Tom or Michael. > > --Mark I set the OE Patchwork up with Jose Lamego's help and maintain that server now. >>> --Mark >> cu >> Adrian >> -- Michael Halstead Linux Foundation / SysAdmin -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] Yocto Project Status WW07'19

2019-02-14 Thread Michael Halstead
into it. Thanks for the report, I'll reply back here when things are sorted out. Cheers, Paul -- Michael Halstead Linux Foundation / SysAdmin -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org

Re: [OE-core] ✗ patchtest: failure for Shorten file names in sstate-cache

2019-01-11 Thread Michael Halstead
. [PATCH] -> [PATCH v2] -> [PATCH v3] -> ...). --- Guidelines: https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest Test suite: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe -- Michael Halst

[OE-core] [OE-Core][PATCH] yocto-uninative: Correct sha256sum for aarch64

2018-12-14 Thread Michael Halstead
Avoid uninative checksum warnings when building on aarch64 hardware. Signed-off-by: Michael Halstead --- meta/conf/distro/include/yocto-uninative.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/distro/include/yocto-uninative.inc b/meta/conf/distro/include

[OE-core] [PATCH 3/3] scripts/autobuilder-worker-prereq-tests: Shore up qemu testing

2018-11-08 Thread Michael Halstead
off allowing the tests to continue. Signed-off-by: Michael Halstead --- scripts/autobuilder-worker-prereq-tests | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/scripts/autobuilder-worker-prereq-tests b/scripts/autobuilder-worker-prereq-tests index bb46c69135

[OE-core] [PATCH 2/3] scripts/runqemu: Replace subprocess.run() for compatibilty

2018-11-08 Thread Michael Halstead
subprocess.run() was introduced in Python 3.5. We currently support down to Python 3.4 so I've replaced it with subprocess.check_call() which is available in that version. Signed-off-by: Michael Halstead --- scripts/runqemu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH 1/3] scripts/runqemu: Add serialstdio mode

2018-11-08 Thread Michael Halstead
From: Richard Purdie Its currently not possible to have a console available whilst using qemu in graphics mode. This is causing some issues for testing autobuilder bringup so all a "serialstdio" mode to runqemu to accomodate this. The existing serialstdio internal variable is renamed to allow

[OE-core] [PATCH] scripts/autobuilder-worker-prereq-tests: adjust max_user_watches

2018-11-05 Thread Michael Halstead
Temporarily modify path to run as non-privileged user on more distros. Change the recommended value to match what we use on the autobuilder. Signed-off-by: Michael Halstead --- scripts/autobuilder-worker-prereq-tests | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git

Re: [OE-core] [PATCH 14/14] babeltrace: switch over to git

2018-05-08 Thread Michael Halstead
http://lists.openembedded.org/mailman/listinfo/openembedded-core > <http://lists.openembedded.org/mailman/listinfo/openembedded-core> > > -- Michael Halstead Linux Foundation / SysAdmin signature.asc Description: OpenPGP digital signature -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] Fwd: confirm 6bb527bbc2e6d9a2a2165aa081ea1271ece07fe8

2018-03-29 Thread Michael Halstead
We had several hundred bounces from Gmail today. I've made changes and Gmail is currently accepting new messages. I'm running a script to clear users' bounce counts now. -- Michael Halstead SysAdmin On Thu, Mar 29, 2018 at 3:11 PM, Andrea Galbusera <giz...@gmail.com> wrote: > On Th

Re: [OE-core] errors.yoctoproject.org refusing connections?

2017-08-14 Thread Michael Halstead
of the > application which I just happen to hit quite often? I wasn't seeing so many > errors until recently (last month or so). > Regards, The filesystem was near capacity causing some new uploads to fail. I've made more room right now. I'll plan to move to newer hardware in the future

Re: [OE-core] Building logrotate for older releases is broken

2017-04-20 Thread Michael Halstead
> Michael, would it be possible to restore this older logrotate tarball > to the mirror? We might need donations of a tarball... > I've restored "4492b145b6d542e4a2f41e77fa199ab0 logrotate-3.9.1.tar.gz" on downloads.yoctoproject.org and set it so it can't be overwritten. Please let me k

Re: [OE-core] Patchwork not picking changes from the ML Was: [oe] [meta-python][PATCH] python-paho-mqtt: update to version 1.2

2017-02-22 Thread Michael Halstead
ure this problem is correctly resolved before re-sending. I'll e-mail once we're ready. Thanks. -Derek On Wed, Feb 22, 2017 at 3:55 PM, Michael Halstead < mhalst...@linuxfoundation.org> wrote: > I've seen several issues with hooks. I was working on them yesterday and > will continue to

Re: [OE-core] Patchwork not picking changes from the ML Was: [oe] [meta-python][PATCH] python-paho-mqtt: update to version 1.2

2017-02-22 Thread Michael Halstead
I've seen several issues with hooks. I was working on them yesterday and will continue today. These are currently managed by hand but we are moving them into configuration management which should help keep them working consistently. On Feb 22, 2017 12:47 PM, "Martin Jansa"

Re: [OE-core] [oe] Patchwork upgrade tonight

2016-07-01 Thread Michael Halstead
The new patchwork is in place at https://patchwork.openembedded.org/. The performance changes appear to be working well. Please e-mail if you notice any problems. On 06/30/2016 04:11 PM, Khem Raj wrote: > On Thu, Jun 30, 2016 at 4:03 PM, Michael Halstead > <mhalst...@linuxfoundation.o

[OE-core] Patchwork upgrade tonight

2016-06-30 Thread Michael Halstead
there are still issues surrounding detection of patch series there are no known regressions. Series detection can be addressed after the upgrade. The rollback plan can be executed very quickly if needed. Please reach out if you have concerns. -- Michael Halstead Linux Foundation / SysAdmin

[OE-core] Patchwork users: Help test new version

2016-06-20 Thread Michael Halstead
-next.openembedded.org/ and take a look. If you find anything amiss please e-mail me directly and include patchwork in the subject line. Thank you for your help upgrading this important system! -- Michael Halstead Linux Foundation / SysAdmin -- ___ Openembedded-core

Re: [OE-core] oecommit ml

2015-11-16 Thread Michael Halstead
I'll get that fixed asap. Probably about 2 hours. On Nov 16, 2015 1:52 PM, "Martin Jansa" <martin.ja...@gmail.com> wrote: > On Fri, Nov 13, 2015 at 02:03:07PM -0800, Michael Halstead wrote: > > > > On 11/13/2015 01:50 PM, Khem Raj wrote: > > >> On

Re: [OE-core] oecommit ml

2015-11-13 Thread Michael Halstead
On 11/13/2015 01:50 PM, Khem Raj wrote: >> On Nov 13, 2015, at 1:45 PM, Michael Halstead <mich...@yoctoproject.org> >> wrote: >> >> Bitbake is disabled with the note: >> >> # interferes with patchwork sice it sends emails after the patches are >>

Re: [OE-core] oecommit ml

2015-11-13 Thread Michael Halstead
It seems git-notify was sending mail as "c...@cia.navi.cx" and that was causing the mail server to get added to blacklists so it was disabled. I've changed the script and re-enabled it for: openembedded-core meta-openembedded OpenEmbedded (but I don't know if we need it) Michael Hals

Re: [OE-core] oecommit ml

2015-11-13 Thread Michael Halstead
-comm...@lists.openembedded.org which would work fine. Or I can create a bitbake-comm...@lists.openembedded.org. Which is better? Michael Halstead Yocto Project / SysAdmin On 11/13/2015 01:41 PM, Khem Raj wrote: >> On Nov 13, 2015, at 1:39 PM, Michael Halstead <mich...@yoctoproject.org&g

[OE-core] layers.openembedded.org data lost between June 26th 08:30 UTC - June 27th 17:15 UTC

2014-06-29 Thread Michael Halstead
may need to re-submit it. Please check that your layer is present. Thank you, - -- Michael Halstead Yocto Project / SysAdmin -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.22 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net

Re: [OE-core] Fetch/Unpack performance dependent on git version

2014-04-21 Thread Michael Halstead
/poky/1.6 and I've updated ~pokybuild/.bashrc to source them. Restarting all the buildslaves should put them to use. I'll restart all of them that aren't building currently. opensuse131-a.yp, on the current nightly, is the only one occupied at the moment. Michael Halstead Yocto Project / System

[OE-core] openembedded-core@lists.openembedded.org moved to new hardware

2013-05-20 Thread Michael Halstead
on Freenode.net if you discover an issue. -- Michael Halstead Yocto Project / System Administrator smime.p7s Description: S/MIME Cryptographic Signature ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org

[OE-core] OpenEmbedded lists moved to new hardware

2013-05-20 Thread Michael Halstead
discover an issue. If you have an @openembedded.org e-mail address please pay extra attention to it this week. -- Michael Halstead Yocto Project / System Administrator smime.p7s Description: S/MIME Cryptographic Signature ___ Openembedded-core mailing

Re: [OE-core] [denzil] qt 4.8.0 is not available from source anymore

2013-02-12 Thread Michael Halstead
on the mirror. I downloaded qt-everywhere-opensource-src-4.8.0.tar.gz from a Fedora Project mirror and added it to http://downloads.yoctoproject.org/mirror/sources/ so we'd have it. Michael Halstead Yocto Project / System Administrator Thank you. -- *Andrei Gherzan* m: +40.744.478.414 | f

Re: [OE-core] WebHob Mailing List Setup

2013-01-09 Thread Michael Halstead
the mailing list: https://lists.yoctoproject.org/listinfo/webhob Is there a gmane archive? Philip Not yet but soon. Gmane archives usually take three to five days to set up. Michael Halstead Yocto Project / Sys Admin which is where the design and initial implementation discussions are going

Re: [OE-core] Download of bitbake doesn't work properly

2012-12-12 Thread Michael Halstead
all pages to timeout. I'll put these back online and monitor to make sure the situation has improved. Michael Halstead Yocto Project / Sys Admin Thanks, Paul smime.p7s Description: S/MIME Cryptographic Signature ___ Openembedded-core mailing

Re: [OE-core] meta-cloud layer

2012-12-03 Thread Michael Halstead
PM To: Michael Halstead Cc: oe-core layer Subject: Re: [OE-core] meta-cloud layer On 12/01/2012 12:23 AM, Michael Halstead wrote: On 11/30/2012 12:17 PM, Raymond Danks wrote: On 11/30/2012 11:03 AM, Michael Halstead wrote: On 11/30/2012 09:26 AM, Bruce Ashfield wrote: On Fri, Nov 30

Re: [OE-core] meta-cloud layer

2012-11-30 Thread Michael Halstead
virtualization types; I also support the move to meta-virtualization. meta-virtualization sounds good, let co-op on this so we don't duplicate work. If everyone is OK with this, I will have Michael Halstead create a repo, please send him your

Re: [OE-core] meta-cloud layer

2012-11-30 Thread Michael Halstead
On 11/30/2012 12:17 PM, Raymond Danks wrote: On 11/30/2012 11:03 AM, Michael Halstead wrote: On 11/30/2012 09:26 AM, Bruce Ashfield wrote: On Fri, Nov 30, 2012 at 12:15 PM, Saul Wold s...@linux.intel.com mailto:s...@linux.intel.com wrote: On 11/30/2012 03:29 AM, David Nyström wrote

Re: [OE-core] [PATCH] bash: Add fix for cross compile issues

2012-11-14 Thread Michael Halstead
=ed234aca98d0867c7b32801fc63820b19cf67df9 but I am still working on fixing the shared UI for this view https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=ed234aca98d0867c7b32801fc63820b19cf67df9. Once I have both fixes I'll upgrade http://cgit.openembedded.org/ with the new version and submit my patch upstream. -- Michael

Re: [OE-core] [PATCH] bash: Add fix for cross compile issues

2012-11-14 Thread Michael Halstead
On 11/14/2012 11:45 AM, Michael Halstead wrote: On 11/14/2012 05:30 AM, Richard Purdie wrote: On Wed, 2012-11-14 at 13:24 +, Richard Purdie wrote: On Wed, 2012-11-14 at 13:30 +0100, Martin Jansa wrote: On Tue, Nov 13, 2012 at 01:59:19PM +, Richard Purdie wrote: Signed-off-by: Richard

Re: [OE-core] Best way to update gnu-config?

2012-10-03 Thread Michael Halstead
(he's US based). Michael: any update on it? I'm sorry this is a case of bad e-mail filtering. I've added this tarball at http://downloads.yoctoproject.org/releases/gnu-config/ is that correct? Michael Halstead Yocto Project / Sys Admin smime.p7s Description: S/MIME Cryptographic

Re: [OE-core] libmatchbox fetch error

2011-07-09 Thread Michael Halstead
converted the matchbox-project site from Wordpress to static HTML for security reasons. The files have been restored. Thank you for bringing this to my attention. Michael Halstead smime.p7s Description: S/MIME Cryptographic Signature ___ Openembedded