Re: [yocto] yocto with meta-ti

2013-06-04 Thread michael
split into multiple layers where one of them is a meta-ti-bsp layer. Best regards Michael ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Hello world-Checksum error

2013-06-04 Thread michael
> I think yes. I usually give just *source oe-init-build-env *command, this > is how i used earlier and failed. May be that is the reason it has created > another build directory in /poky. We have a script for that in our build directory that we source and that calls oe-init-build-env relatively.

Re: [yocto] Need clarification on some terms

2013-06-12 Thread michael
canadian-cross is the process of build a toolchain on architecture A that runs on architecture B and produces object-code for architecture C. An example is building a gcc on an IA32 architecture, that will run on an ARM, producing code for an M68K. Yes, that does make sence, if the ARM machin

Re: [yocto] SSTATE_MIRRORS problems, libpthread.so.0 not found ...

2013-07-08 Thread Michael
find neither /lib/libpthread.so.0 nor > /usr/lib/libpthread_nonshared.a L Same problem here. Already any solution for this problem? Best regards, Michael Meier ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [PATCH 1/1] meta-intel: update MAINTAINERS with meta-intel mailing list info

2012-11-12 Thread Michael Halstead
;> + - look through recent entries of the meta-intel mailing list >>> +archives (https://lists.yoctoproject.org/pipermail/meta-intel/) >>> +and the Yocto mailing list archives >>> (https://lists.yoctoproject.org/pipermail/yocto/) to see if other >>&g

[yocto] experimental/meta-tpm replaced by experimental/meta-trusted

2012-12-17 Thread Michael Halstead
/experimental/meta-trusted/ -- Michael Halstead Yocto Project / Sys Admin smime.p7s Description: S/MIME Cryptographic Signature ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [Infrastructure] Yocto Project Downtime Jan 29th 17:00-21:00 UTC

2013-01-25 Thread Michael Halstead
keep web services accessible during this time. Git services should remain up. Mail delivery will be delayed. Downloads will be temporarily redirected to our mirrors at kernel.org. Autobuilders will not be accessible during the upgrades. -- Michael Halstead Yocto Project / Sys Admin smime.p7s

[yocto] 1.4_M3.rc2 ready for QA

2013-01-31 Thread Michael Halstead
. Please note that tag and branch names for this milestone will be named as if it was M3. Branches have already been created since some commits needed to be cherry-picked for the build. I will tag, sign and release the milestone if/when given the all clear. -- Michael Halstead Yocto Project

Re: [yocto] Fwd: GMA3600 VGA Driver

2013-02-01 Thread Michael Halstead
If so this is probably not the right place to ask for assistance. If you are building an OS with Yocto Project can you please share what board you are working with? Michael Halstead Yocto Project / Sys Admin > Since I am already grateful for the attention. > > -- Fo

[yocto] Yocto Project 1.4 milestone 3 released

2013-02-10 Thread Michael Halstead
merging the second and third milestones together. There is no separate 1.4_M2 release. Thanks to everyone for all their hard work. Michael Halstead Yocto Project / System Administrator - - yocto-1.4-m3 Errata - - Release Name: eclipse-poky-yocto-1.4-m3

[yocto] Yocto Project 1.4 milestone 4 released

2013-03-07 Thread Michael Halstead
/poky-yocto-1.4-m4.tar.bz2 Thanks to everyone for all their hard work. Michael Halstead Yocto Project / System Administrator - yocto-1.4-m4 Errata - Release Name: eclipse-poky-yocto-1.4-m4 Branch: 1.4_M4 Tag: 1.4_M4.final Hash

[yocto] Improper 1.4_M5.rc1 tags pushed to git.yoctoproject.org

2013-03-28 Thread Michael Halstead
t;https://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/>, and meta-qt3 <https://git.yoctoproject.org/cgit/cgit.cgi/meta-qt3/> repositories if needed. From inside of each repository run: git tag -d 1.4_M5.rc1 Thank you, -- Michael Halstead Yocto Project / Sys Admin smime.p7s Description: S/MIME Cryptogra

[yocto] how to convert source rpm spec to bitbake recipe?

2013-03-31 Thread Michael Fainstein
my current existing specs for compatibility with our existing units in the field. That brings me to my question: is there a tool or guide for conversion of source rpm spec file to bitbake recipe that preserve all rpm spec scriplets? Thanks, Michael This e-mail message is intended for the reci

Re: [yocto] how to convert source rpm spec to bitbake recipe?

2013-04-03 Thread Michael Fainstein
> -Original Message- > From: Samuel Stirtzel [mailto:s.stirt...@googlemail.com] > Sent: יום ד 03 אפריל 2013 13:47 > To: Paul Eggleton > Cc: Michael Fainstein; yocto@yoctoproject.org > Subject: Re: [yocto] how to convert source rpm spec to bitbake recipe? > >

[yocto] how to use native executable from one recipe during install in another recipe

2013-04-11 Thread Michael Fainstein
e/foo-1.00-r0/image/etc/ I can't find a way to do it. Any suggestions? How can I install foo in first recipe to some common location that 2nd recipe can use? Is there such standard location? I am using Freescale's SDK 1.3 based on Yocto 1.2.1 Thanks, Michael This e-mail message

Re: [yocto] how to use native executable from one recipe during install in another recipe

2013-04-11 Thread Michael Fainstein
> -Original Message- > From: Eric Bénard [mailto:e...@eukrea.com] > Sent: יום ה 11 אפריל 2013 15:53 > To: Michael Fainstein > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] how to use native executable from one recipe during > install in another recipe > >

[yocto] use different versions of autoconf and automake in parallel for different packages

2013-04-17 Thread Michael Fainstein
what I want: all Yocto native tools should use newer autotools version and my packages should use older autotools version. Any suggestions for implementing this? Thanks, Michael This e-mail message is intended for the recipient only and contains information which is CONFIDENTIAL and which m

Re: [yocto] Adding prebuilt binaries to /usr/bin on rootfs

2013-04-17 Thread Michael Fainstein
meta/classes/insane.bbclass. Check the usage of INSANE_SKIP_ flag in various recipes. Try adding line INSANE_SKIP_${PN} = "ldflags" to your recipe. Michael This e-mail message is intended for the recipient only and contains information which is CONFIDENTIAL and which may be proprietary

[yocto] strip path in meta/site/common-linux

2013-04-17 Thread Michael Fainstein
in only architecture-independent definitions. strip is architecture-dependent (e.g. x86 strip can't handle powerpc files), so it shouldn't be defined in meta/site/common-linux. Michael This e-mail message is intended for the recipient only and contains information which is CONFIDENTIA

[yocto] do_clean failure on NFS drive

2013-04-22 Thread Michael Fainstein
it is removed (i.e. when do_clean exits). This file triggers the exception "Directory not empty". Any suggestions how to solve this? Is this solved in latest version? I am using Freescale's SDK 1.3 QorIQ-SDK-V1.3-20121114-yocto that is based on Yocto version 1.2.1 Thanks, Michael

Re: [yocto] do_clean failure on NFS drive

2013-04-24 Thread Michael Fainstein
> -Original Message- > From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] > Sent: יום ד 24 אפריל 2013 13:13 > To: Michael Fainstein > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] do_clean failure on NFS drive > > On Tuesday 23 April 2013 06:10:05

[yocto] Bug Trend for WW18 - new automated charts

2013-05-06 Thread Michael Halstead
into either the main Yocto Project website or the wiki. Find the new style trend charts links at https://wiki.yoctoproject.org/wiki/Yocto_Bug_Trend Or view them all at once at https://wiki.yoctoproject.org/charts/combo.html -- Michael Halstead Yocto Project / System Administrator signature.asc

[yocto] Problem building the linux kernel outside source directory for mips

2013-06-02 Thread Michael Stickel
sb USB Storage as rootfs. Best regards Michael ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Problem building the linux kernel outside source directory for mips

2013-06-03 Thread Michael Stickel
On 02/06/13 22:23, Bruce Ashfield wrote: Can you define "trashed" ? My defconfig is for mips and the .config file was for x86. But I will dig into the documentation you mentioned first and try to find out what I did wrong and come back later. Best Regards Michael PS: Sorry

Re: [yocto] Hello world-Checksum error

2013-06-04 Thread Michael Stickel
[sha256sum] = "fd593b5bcf6d1bb6d7d1bb7eefdccdc0010cf2c4985ccb445ef490f768b927c0" The checksum is used to check if the archive is broken or the wrong version. This is something different than the LIC_FILES_CHKSUM, that checks if license in the archive is what the recipe expects.

[yocto] Additional spam filtering added for *@yoctoproject.org lists

2013-06-10 Thread Michael Halstead
://en.wikipedia.org/wiki/DNSBL). If you find your e-mail isn't getting through to the lists please contact halstead on IRC (chat.freenode.net) or e-mail mhalst...@linuxfoundation.org for assistance. -- Michael Halstead Yocto Project / System Administrator smime.p7s Description: S/MIME Cryptogr

Re: [yocto] poky-extras

2013-06-30 Thread Michael Halstead
I can change the name shortly. Is there any reason to keep a read-only copy available at the current location temporarily? Michael Halstead Yocto Project / Sys Admin On 06/30/2013 10:19 PM, Rifenbark, Scott M wrote: > Hi, > > I updated the dev-manual section that tells the user what i

Re: [yocto] poky-extras

2013-06-30 Thread Michael Halstead
On 06/30/2013 10:44 PM, Darren Hart wrote: > On Sun, 2013-06-30 at 22:33 -0700, Michael Halstead wrote: >> I can change the name shortly. Is there any reason to keep a read-only >> copy available at the current location temporarily? > Not really. Unless Bruce is using it in some

[yocto] Yocto Project 1.5_M2.rc1 build underway

2013-07-02 Thread Michael Halstead
cgit/cgit.cgi/meta-qt3/commit/?id=b73552fb998fd30a01dbee5a172e432a16078222> eclipse-pokye35dfd79e3970f88a8273125890a54f75f108b97 <https://git.yoctoproject.org/cgit/cgit.cgi/eclipse-poky/commit/?id=e35dfd79e3970f88a8273125890a54f75f108b97> Please begin QA as soon as possible. Thank you. -- Michael Halst

Re: [yocto] Yocto Project 1.5_M2.rc1 build underway, again

2013-07-02 Thread Michael Halstead
Please begin QA as soon as possible. Thank you. -- Michael Halstead Yocto Project / Sys Admin smime.p7s Description: S/MIME Cryptographic Signature ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Yocto Project 1.5_M2.rc1 build status

2013-07-03 Thread Michael Halstead
Adidtional autobuilder configuration errors were corrected and a third spin of 1.5_M2.rc1 started. Please find the build at the new location: http://autobuilder.yoctoproject.org/pub/nightly/20130703-3 pokyeaa5df34af42b6a37f6506847d0f3ef6ba0d298a

Re: [yocto] Yocto Project 1.5_M2.rc1 build status

2013-07-05 Thread Michael Halstead
Thank you. The final steps of http://autobuilder.yoctoproject.org/pub/nightly/20130703-3/ were blocked and never completed so there may be other things missing as well. We probably need to do another build before releasing but it will hopefully be from the same commit as well. Michael Halstead

[yocto] Scheduled downtime for autobuilder03

2011-06-21 Thread Michael Halstead
A notice to all users of autobuilder03.jf.intel.com. Autobuilder03 will be offline from June 24th at 5:00pm PDT until the morning of June 27th for low voltage electrical maintenance. Please e-mail me directly if you have questions. Michael Halstead Intel OTC Yocto smime.p7s Description: S

[yocto] Yocto related websites are moving to a new host

2011-06-30 Thread Michael Halstead
. Michael Halstead Intel OTC Yocto smime.p7s Description: S/MIME Cryptographic Signature ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Update 24 delay: Yocto related websites are moving to a new host

2011-07-06 Thread Michael Halstead
during the transition but please refrain from making any changes to these sites until the move is complete. Michael Halstead Intel OTC Yocto smime.p7s Description: S/MIME Cryptographic Signature ___ yocto mailing list yocto@yoctoproject.org

[yocto] Git services services are moving to a new host

2011-07-22 Thread Michael Halstead
then the process has completed for you. Due to the nature of DNS propagation service will not become available to all users simultaneously. Michael Halstead Intel OTC Yocto smime.p7s Description: S/MIME Cryptographic Signature ___ yocto mailing list

[yocto] Mailing lists are moving to a new host

2011-07-29 Thread Michael Halstead
lists will be delayed until the transition is complete. If you send an e-mail to the list during the move expect that it will go through after a few hours. There should be no need to resend e-mail. Michael Halstead Intel OTC Yocto smime.p7s Description: S/MIME Cryptographic Signature

[yocto] Rescheduled: mailing lists are moving to a new host

2011-08-01 Thread Michael Halstead
using the web interface at lists.yoctoproject.org may be lost. E-mail sent to lists will be delayed until the transition is complete. If you send an e-mail to the list during the move expect that it will go through after a few hours. There should be no need to resend e-mail. Michael Halstead

Re: [yocto] is there some rationale for the various yocto "download" URLs?

2011-11-03 Thread Michael Halstead
irects you to: http://downloads.yoctoproject.org/releases/ finally, there's the subdomain: http://downloads.yoctoproject.org/ is there an official distinction between these URLs? The downloads.yoctoproject.org is where we would like all Yocto hosted downloads to live. rday Michael Halstead

[yocto] Network Outage Window Tomorrow Morning

2012-01-25 Thread Michael Halstead
. However, that is a guess based on previous experience, NERO is reserving the window. This affects the main website, wiki, git hosting, and our autobuilder interface. Michael Halstead Systems Administrator / Yocto Project smime.p7s Description: S/MIME Cryptographic Signature

Re: [yocto] [OE-core] opkg-utils to move to git.yoctoproject.org

2012-01-28 Thread Michael Halstead
we make this change we will definitely provide the git converted copy. Michael Halstead Sys Admin / Yocto Project smime.p7s Description: S/MIME Cryptographic Signature ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Call for Bugzilla testing

2012-01-30 Thread Michael Halstead
colleagues. Thank you, Michael Halstead Sys Admin / Yocto Project smime.p7s Description: S/MIME Cryptographic Signature ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Downtime for network configuration update 3pm PST (23:00 UTC) today

2012-02-03 Thread Michael Halstead
. Michael Halstead Sys Admin / Yocto Project smime.p7s Description: S/MIME Cryptographic Signature ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Bugzilla Downtime and Upgrade February 24th

2012-02-21 Thread Michael Halstead
r any issues found in real time. 6:00pm Fall back point, if 4.x is having problems this is when we will revert to version 3.6. Michael Halstead Sys Admin / Yocto Project smime.p7s Description: S/MIME Cryptographic Signature ___ yocto mailing list

[yocto] Reminder Bugzilla Upgrade Tomorrow

2012-02-23 Thread Michael Halstead
This is just a quick reminder that bugzilla.yoctoproject.org and bugzilla.pokylinux.org will be offline starting at 3:00pm PST tomorrow. We hope to have the new version up and running within 30 minutes but the upgrade may take until 6:00pm. Michael Halstead Sys Admin / Yocto Project smime.p7s

[yocto] Bugzilla downtime begins in 30 minutes

2012-02-24 Thread Michael Halstead
We are starting the bug tracker upgrade in 30 minutes. There will be some downtime during the transition because we are both upgrading and moving to new servers. I will send another list mail went the process is complete. Michael Halstead Sys Admin / Yocto Project smime.p7s Description: S

[yocto] Bugzilla 4.0.3 online

2012-02-24 Thread Michael Halstead
...@yoctoproject.org or open a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Bugzilla Michael Halstead Sys Admin / Yocto Project smime.p7s Description: S/MIME Cryptographic Signature ___ yocto mailing list yocto@yoctoproject.org https

[yocto] MACHINE setting

2013-07-15 Thread Michael Fainstein
, all other packages were built according to MACHINE in local.conf. What am I missing? Thanks, Michael F. This e-mail message is intended for the recipient only and contains information which is CONFIDENTIAL and which may be proprietary to ECI Telecom. If you have received this transmission in

[yocto] Adding a new target architecture

2013-07-20 Thread Michael Stickel
Hi, is there any documentation on how to add a new target architecture (openrisc and sparc)? The poky-handbook states in chapter 3. that it's not part of that chapter and there is no other chapter explaining porting to a new architecture. Thanks Mi

[yocto] 3.10 Kernel module loading

2013-10-25 Thread Michael Gloff
kernel messages below. In this case, I booted normally, unloaded the module and reloaded as can be seen by the last messages. I can provide more info if necessary. Thanks! -- Michael Gloff [1.414612] input: PIXCIR HID Touch Panel as /devices/pci:00/:00:1d.2/usb4/4-1/4-1:1

Re: [yocto] i think the explanation of "Build Directory" in dev manual is wrong

2013-11-09 Thread Michael Gloff
R on the command line. Michael Gloff On Sat, Nov 9, 2013 at 4:09 AM, Robert P. J. Day wrote: > > here: > > > http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#yocto-project-terms > > explanation of "Build Directory", one reads (start quote): > &g

Re: [yocto] Compile on recipe works the second time

2013-11-21 Thread Michael Fainstein
See below Michael > -Original Message- > From: yocto-boun...@yoctoproject.org [mailto:yocto- > boun...@yoctoproject.org] On Behalf Of Bryan Evenson > Sent: יום ג 19 נובמבר 2013 18:19 > To: Paul Eggleton > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] Compil

[yocto] RFC Autobuilder Naming

2013-11-22 Thread Michael Halstead
evant cluster's buildbot interface (http://autobuilder.yoctoproject.org/main/buildslaves) so as names change there is an easy place to look them up. Comments? -- Michael Halstead Yocto Project / System Administrator smime.p7s Description: S/MIME Cry

[yocto] Boot loader/boot times

2013-11-24 Thread Michael Gloff
tu on the same machine gives a login in about 5 sec total. Thanks, -- Michael Gloff ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] RFC Autobuilder Naming

2013-11-25 Thread Michael Halstead
On 11/25/2013 07:01 AM, Paul Eggleton wrote: > Hi Michael, > > On Friday 22 November 2013 15:43:58 Michael Halstead wrote: >> Currently all builders are simply named ab00-ab13 based on when we >> acquired them. The name doesn't change except for ab01 which has been >&g

Re: [yocto] Git clone over http broken on git.yoctoproject.org

2013-11-26 Thread Michael Halstead
;ve tried to correct those headers. Can you test again? I tested with git version 1.7.9.5 and no proxy and was able to clone all the kernels. Michael Halstead Yocto Project / System Administrator > All of the kernel pulls appear to be broken in the same way (3.10, 3.8, etc) &

[yocto] Toolchain

2014-03-02 Thread Michael Gloff
Is there a reason why the toolchain cannot be built with a machine name that contains capital letters? Seems weird, everything else builds fine, but meta-toolchain fails complaining about caps. Thanks, Michael Gloff ___ yocto mailing list yocto

Re: [yocto] Toolchain

2014-03-05 Thread Michael Gloff
finished | ERROR: Function failed: opkg-build execution failed ERROR: Task 788 (/opt/oe/recipes/poky/meta/recipes-core/meta/ meta-environment.bb, do_package_write_ipk) failed with exit code '1' Thanks, Michael Gloff On Mon, Mar 3, 2014 at 12:52 PM, Paul Eggleton < paul.eggle...@li

Re: [yocto] Toolchain

2014-03-05 Thread Michael Gloff
Thanks, Not a big deal at all to build the toolchain with a different machine name. Just curious. Michael Gloff On Wed, Mar 5, 2014 at 11:45 AM, Paul Eggleton < paul.eggle...@linux.intel.com> wrote: > On Wednesday 05 March 2014 11:00:31 Michael Gloff wrote: > > On Mon, Mar 3, 2

Re: [yocto] Slightly OT: Administrivia (add "-- " to footers)

2014-03-07 Thread Michael Halstead
sh space). >> >> For the mailers that understand it (like Thunderbird), everything past the >> "-- " is excluded in replies. >> >> This would cut down a lot on needed trim of appended footers on the list. >> > I think its a very good suggestion. I am sure Mi

Re: [yocto] Problem with git.yoctoproject.org - looks like a server-side issue, confirmed on #yocto IRC channel

2014-03-17 Thread Michael Halstead
t's indeed a server problem? I recently updated git to version 1.9.0 which caused the problem. With 1.9.0 additional permissions to the are required to write temporary files in the working directory. I've rolled back the upgrade and shallow clones are work

Re: [yocto] Git fetch with user/pass in a recipe

2014-04-16 Thread Michael Halstead
octoproject.org/cgit/cgit.cgi/poky/tree/bitbake/lib/bb/fetch2/git.py?h=dora it seems that including the password as part of the user parameter should work. For example, SRC_URI = "git://server:8080/project.git;protocol=http;user=username:password" Michael Halstead Yocto Proj

Re: [yocto] openssl and heartbleed

2014-04-16 Thread Michael Halstead
he announcement. On the build hosts the only running service linked linked against OpenSSL was NTP. We discussed this on the https://www.yoctoproject.org/tools-resources/community/weekly-technical-call the day after heartbleed was announced. Michael Halstead Yo

[yocto] Bugzilla Downtime for Upgrades

2012-04-25 Thread Michael Halstead
labeling and finding bugs easier in the future. I will e-mail the list once the upgrade is complete. Michael Halstead Yocto Project / Sys Admin smime.p7s Description: S/MIME Cryptographic Signature ___ yocto mailing list yocto@yoctoproject.org https

[yocto] 48 hour delay: Bugzilla Downtime for Upgrades

2012-04-27 Thread Michael Halstead
once the upgrade is complete. Michael Halstead Yocto Project / Sys Admin smime.p7s Description: S/MIME Cryptographic Signature ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Bugzilla Upgrade Complete

2012-04-29 Thread Michael Halstead
ttp://www.bugzilla.org/releases/4.2.1/release-notes.html#v42_feat_email>. Michael Halstead Yocto Project / Sys Admin smime.p7s Description: S/MIME Cryptographic Signature ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Download mirror instability

2012-05-14 Thread Michael Halstead
building a new download server which will help with stability. I will post to the list when the build is complete. Michael Halstead Yocto Project / Sys Admin ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Download mirror instability

2012-05-15 Thread Michael Halstead
The new download mirror is now active. Fetching from downloads.yoctoproject.org should be reliable once again. Michael Halstead Yocto Project / Sys Admin On 05/14/2012 08:21 PM, Michael Halstead wrote: > > We are experiencing download mirror instability that began with a DDOS > on Frid

[yocto] [Infra] Network home directories

2012-05-15 Thread Michael Halstead
rs as well as keeping the local disk free for poky builds. It allows easy tear-down and rebuilding of slave hosts because unique data is separated from local storage. Does this break anyone's existing workflow? Any other concerns? Michael Halstead Yocto Project / Sys Admin smime.p7s Desc

[yocto] Bugzilla Re-organization

2012-05-25 Thread Michael Halstead
be helpful as well. -- Michael Halstead Yocto Project / Sys Admin smime.p7s Description: S/MIME Cryptographic Signature ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Bugzilla Re-organization

2012-05-30 Thread Michael Halstead
still in Yocto Project Components. I'll correct these in the script and import fresh data to test. Thank you Scott for reporting this. Michael Halstead > > ScottR > > -Original Message- > From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] >

[yocto] Bugzilla Reorganization

2012-06-15 Thread Michael Halstead
e new layout and mapping file for reference. -- Michael Halstead Yocto Project / Sys Admin +--+---+---++ | Classification | Product | Component | C

Re: [yocto] Bugzilla Reorganization

2012-06-15 Thread Michael Halstead
The reorganization at https://bugzilla.yoctoproject.org/ is complete. Total time offline was 7 minutes. Please report any errors to me via e-mail or to halstead in #yocto on freenode. Michael Halstead Yocto Project / Sys Admin On 06/15/2012 05:03 AM, Michael Halstead wrote: > The reorganizat

Re: [yocto] Manually fetching files (and disabling the sanity-checker)

2012-07-18 Thread Michael Halstead
e following post should help you with set up, https://lists.yoctoproject.org/pipermail/yocto/2012-May/008966.html Michael Halstead Yocto Project / Sys Admin > Is this mirror still available? If not, is there any way to disable > the sanity-checker, and have bitbake tell me what repositories it's

[yocto] [ANNOUNCEMENT] Yocto 1.1.2 Released

2012-07-27 Thread Michael Halstead
:11371/pks/lookup?op=vindex&search=0x4C8AF84FCC12440F Thank you everyone, especially the 1.1.2 maintainer Joshua Lock, for all their hard work! Michael Halstead Yocto Project Systems Administrator - edison-6.0.2 Errata - Release Name: eclipse-pok

[yocto] [Infra] Downtime Thursday August 9th at 11:00 AM UTC

2012-08-08 Thread Michael Halstead
still cache longer than expected. Most providers will have the new addresses within 10 minutes. I will provide real time status updates at #yocto on http://freenode.net/ IRC. Please direct questions via e-mail to mich...@yoctoproject.org. Michael Halstead Yocto Project / Sys Admin smime.p7s

[yocto] [Infrastructure] ISP network maintenance August 20 between 3:00am and 6:00am PDT

2012-08-17 Thread Michael Halstead
, between 0300-0600. This upgrade is expected to cause some disruption to all customer traffic. All efforts will be made to minimize the impact. Michael Halstead Yocto Project / Sys Admin smime.p7s Description: S/MIME Cryptographic Signature

Re: [yocto] [Infrastructure] ISP network maintenance August 20 between 3:00am and 6:00am PDT

2012-08-17 Thread Michael Halstead
Just a clarification, the outage times are 10:00 - 13:00 UTC. (Our ISP, NERO, operates exclusively in Oregon USA). On 08/17/2012 12:41 PM, Michael Halstead wrote: > This maintenance effects our main website, access to git repositories, > mailing list traffic, bugzilla, and access

Re: [yocto] Documenting the mailing lists.

2012-08-20 Thread Michael Halstead
= > shoeleather Neutral Board Lab Mailing List > > I'm not sure what "neutral" is meant to convey. How about: > > Discussion list for the Shoeleather embedded board lab > [Hudson, Sean] Sounds good to me. > > I've updated the descrip

[yocto] [infrastructure] Power interruption at OSL

2012-08-22 Thread Michael Halstead
lated. Michael Halstead Yocto Project / Sys Admin ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [ANNOUNCEMENT] Yocto 1.3 Milestone 3 Released

2012-08-30 Thread Michael Halstead
information on 1.3 M3 test results see: https://wiki.yoctoproject.org/wiki/Yocto_1.3_Milestone_Test_Report Thank you everyone for all the hard work. Michael Halstead Yocto Project / Sys Admin - yocto-1.3-m3 Errata - Release Name: eclipse-poky-yocto-1.3-m3

[yocto] [ANNOUNCEMENT] Yocto 1.3 Milestone 4 Released

2012-09-29 Thread Michael Halstead
test results see: https://wiki.yoctoproject.org/wiki/Yocto_1.3_Milestone_Test_Report Thank you everyone for all your hard work. Michael Halstead Yocto Project / Sys Admin - yocto-1.3-m4 Errata - Release Name: eclipse-poky-yocto-1.3-m4 Branch: 1.3_M4

[yocto] HTTP read only access to git repositories available

2012-10-18 Thread Michael Halstead
follow the pattern http://git.yoctoproject.org/git/[repo_path]. -- Michael Halstead Yocto Project / Sys Admin smime.p7s Description: S/MIME Cryptographic Signature ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Cloning yocto repos over https

2012-10-18 Thread Michael Halstead
er. Please tell me if there is anything more needed on this front. Michael Halstead Yocto Project / Sys Admin > > > On Tue, Oct 16, 2012 at 6:50 AM, Paul Eggleton > wrote: >> On Friday 11 May 2012 09:35:30 Chin Huat Ang wrote: >>> Is there a way to clone yocto rep

Re: [yocto] 1.7.1 ADT-installer errors

2015-04-15 Thread Michael Halstead
A change in the rsync configuration caused all symlinks to break during the most recent sync to the mirror front ends. The error has been corrected and the adtrepo links will be restored from the source shortly. Michael Halstead Yocto Project / SysAdmin On 04/15/2015 04:50 AM, Flanagan

Re: [yocto] 1.7.1 ADT-installer errors

2015-04-15 Thread Michael Halstead
The sync is complete and broken symlinks are restored. I've also taken the opportunity to clean up absolute symlinks at the source so this issue cannot happen again even if the chroots aren't set properly. Michael Halstead Yocto Project / SysAdmin On 04/15/2015 05:20 AM, Michael Hals

[yocto] adtrepo clean-up

2015-04-15 Thread Michael Halstead
-1.3.x in http://adtrepo.yoctoproject.org/? -- Michael Halstead Yocto Project / SysAdmin -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [RFC] error-report-web error matching

2015-06-09 Thread Michael Wood
x27;s useful or has too many false positives etc. The matching threshold value can be tweaked, I've currently just set it to a threshold that seemed OK to me, but would be good if those with more experienced eyes could have a glance over. Thanks, Michael [1] http://git.yoctoproject.org

Re: [yocto] [meta-raspberrypi] du giving non-integer result?

2015-09-07 Thread Michael Fainstein
I saw such behavior in 'expr' when I upgraded bash 3.1 - it started printing floats instead of integers. You can solve it using awk's OFMT: awk '{OFMT="%.0f";print $1}' Michael -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun

Re: [yocto] [error-report-web][PATCH] parser: Add Unicode support to the error log

2015-09-30 Thread Michael Wood
f = BuildFailure(TASK = str(fail['task']), RECIPE = recipe, RECIPE_VERSION = recipe_version, ERROR_DETAILS = fail['log'].encode('utf-8'), BUILD = b) f.save() Thanks for the patch. Now committed. Michael -- __

[yocto] Transitioning to Yocto, some basic questions about workflow

2015-11-10 Thread Michael Habibi
he applications as completely separate workflows? Or is there another workflow that I haven't stumbled across yet? Thanks again for all your help, and let me know if I can help clarify anything, Michael -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Transitioning to Yocto, some basic questions about workflow

2015-11-10 Thread Michael Habibi
Thanks for the great info Randy. On Tue, Nov 10, 2015 at 6:06 PM, Randy Witt wrote: > Hi Michael, > See my replies below. > On 11/10/2015 02:27 PM, Michael Habibi wrote: >> >> >> This is fundamentally why I have been looking into Yocto/BB/OE as a >> potential

Re: [yocto] Transitioning to Yocto, some basic questions about workflow

2015-11-11 Thread Michael Habibi
27;ll have what they need to get started? Thanks, still trying to wrap my head around this a bit. On Tue, Nov 10, 2015 at 6:06 PM, Randy Witt wrote: > Hi Michael, > > See my replies below. > > On 11/10/2015 02:27 PM, Michael Habibi wrote: > > >> >> This is f

[yocto] Cross-compiling python fails with new custom tuning

2015-11-24 Thread Michael Habibi
All, I added a new machine definition with tuning parameters for haswell microarchitectures (basically just duplicated corei7 but tuned it for haswell). This seems to work correctly, but failed when running do_install for python toward the end of the build process. I am running with the Yocto 2.0

Re: [yocto] Cross-compiling python fails with new custom tuning

2015-11-25 Thread Michael Habibi
o execute a target > binary > > and QEMU doesn't have instruction support -- but that doesn't look like > the case > > here. > > > > --Mark > > > > On 11/24/15 3:06 PM, Michael Habibi wrote: > >> All, > >> > >> I added a new machine

Re: [yocto] Cross-compiling python fails with new custom tuning

2015-11-25 Thread Michael Habibi
on2.7 needs to be pointing to the absolute path instead of relying on $PATH. On Wed, Nov 25, 2015 at 9:45 AM, Michael Habibi wrote: > For what it's worth, this is the offending portion of Makefile.pre:452: > > # Create build directory and generate the sysconfig bu

Re: [yocto] Cross-compiling python fails with new custom tuning

2015-11-25 Thread Michael Habibi
shot! On Wed, Nov 25, 2015 at 10:01 AM, Michael Habibi wrote: > Ah sorry, I misspoke. I walked through the Makefile and configure scripts > a bit more, and $(PYTHON_FOR_BUILD) should in fact be a host version of > Python. It seems it's not being configured correctly. Either the path

Re: [yocto] Cross-compiling python fails with new custom tuning

2015-11-25 Thread Michael Habibi
ython-2.7.9/Lib/plat-linux2 /projects/yocto-git/build/tmp/sysroots/x86_64-linux/usr/bin/python-native/python2.7 -S -m sysconfig --generate-posix-vars bash$ ls pybuilddir.txt pybuilddir.txt Maybe I'm missing something. On Wed, Nov 25, 2015 at 4:38 PM, Mark Hatle wrote: > On 11/25/15 1

Re: [yocto] Cross-compiling python fails with new custom tuning

2015-11-30 Thread Michael Habibi
ng one. On Wed, Nov 25, 2015 at 4:58 PM, Michael Habibi wrote: > Mark, > > I ran the same command, including the offending PYTHONPATH, from the shell > without error. Any reason why that would work, despite it not working from > within the Makefile? I was thinking it was another

Re: [yocto] Cross-compiling python fails with new custom tuning

2015-11-30 Thread Michael Habibi
will also work without finding any data. python-native should continue to work with its internal settings to find modules and libraries. To be continued tomorrow, I'm sure... On Mon, Nov 30, 2015 at 11:37 AM, Michael Habibi wrote: > Mark, I am continuing to look at this. I hope you don

  1   2   3   >