Re: [yocto] Creating a directory in a recipe

2017-05-23 Thread Spriggs, Jim
Hi Bahjat, >do_install() { > >install -d /test/ >install -m 0777 bye.sh /test/ >} Assuming you actually want to create "test" in the root-dir of your *image*, rather than in the root-dir of your host, I think you'll find that "$(D}" is your friend, as in ... install -d ${D}/test etc.

Re: [yocto] Which repo for meta-altera ?

2015-07-29 Thread Spriggs, Jim
; Spriggs, Jim ; Alex J Lennon Cc: yocto@yoctoproject.org; r...@lists.rocketboards.org Betreff: Re: [yocto] Which repo for meta-altera ? As you can read in the ReadMe.md Khem Raj and Yves Vandervennet are the official maintainers of github.com/altera-opensource/meta-altera<http://github.com/alt

Re: [yocto] Which repo for meta-altera ?

2015-07-29 Thread Spriggs, Jim
li 2015 15:10 An: Spriggs, Jim Cc: yocto@yoctoproject.org Betreff: Re: [yocto] Which repo for meta-altera ? On 28/07/2015 10:10, Spriggs, Jim wrote: > Hi Guys; confused noob here... > > There appear to be (at least) two "official" repos for meta-altera: >

[yocto] Which repo for meta-altera ?

2015-07-28 Thread Spriggs, Jim
Hi Guys; confused noob here... There appear to be (at least) two "official" repos for meta-altera: github.com/kraj/meta-altera and git.rocketboards.org/meta-altera.git So how should I choose between them? Thanks! -- Jim Sorry about the company sig.: I can't switch it off.

Re: [yocto] Is there a fetcher for (dare I say it?) TFS (arrrrgh, I said it...) out there somewhere, or do I have to roll my own?

2015-07-16 Thread Spriggs, Jim
with wider experience of the various (supported) SCCS care to correct my naïve impression? Greets, -- jim -Ursprüngliche Nachricht- Von: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] Gesendet: Mittwoch, 15. Juli 2015 12:56 An: Spriggs, Jim Cc: yocto@yoctoproject.org Betreff: Re: [yocto]

[yocto] Is there a fetcher for (dare I say it?) TFS (arrrrgh, I said it...) out there somewhere, or do I have to roll my own?

2015-07-15 Thread Spriggs, Jim
Hi Guys, [ before anyone tells me to wash my mouth with soap: I actually have to live with this junk on a daily basis, so cut me some slack already :-\ ] I'm running the dizzy version of bb on my build-server, and currently actively *push* stuff to it from the TFS-server. Obviously, I'd much

Re: [yocto] How to debug a custom image creation script?

2015-05-22 Thread Spriggs, Jim
_rootfs. I guess either I'm still doing something wrong, or the problem with "bbnote", etc., is not just confined to the UI. I'm using dizzy, btw. Greets, -- jim -Ursprüngliche Nachricht- Von: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] Gesendet: Freitag, 22.

[yocto] How to debug a custom image creation script?

2015-05-22 Thread Spriggs, Jim
Hi Guys, I'd like to have my custom layer generate an sdcard image, so I've implemented a classes/image_types_x.bbclass. This contains, amongst other things, the (bash) function generate_x_sdcard(). Being a naïve n00b, I assumed that I could just scatter "bbnote"s, "echo"s, or even "set

Re: [yocto] Need advice on tracking down "-dirty"

2015-05-09 Thread Spriggs, Jim
patience -- jim ____________ From: Bruce Ashfield [bruce.ashfi...@windriver.com] Sent: 08 May 2015 16:08 To: Spriggs, Jim; yocto@yoctoproject.org Cc: Wilfert, Dennis; Weber, Markus Subject: Re: [yocto] Need advice on tracking down "-dirty" On 2015-05-08 5:36 AM, Spriggs

[yocto] Need advice on tracking down "-dirty"

2015-05-08 Thread Spriggs, Jim
Hi Guys, Using poky dizzy with meta-altera (from OE), and trying to implement a simple loadable kernel-module by following the method outlined in Lab3 of https://www.yoctoproject.org/sites/default/files/kernel-lab-1.6.pdf. I'm doing an "rm -rf tmp" before starting "bitbake virtual/kernel my

Re: [yocto] [Rfi] "bitbake altera-gsrd-image -c populate_sdk" fails with "Multiple .bb files ... nativesdk-libiconv ... external-linaro-toolchain.bb ... eglibc_2.16.bb"

2014-12-04 Thread Spriggs, Jim
. Dezember 2014 14:32 An: Spriggs, Jim Cc: Dambacher, Berthold; Weber, Markus; yocto@yoctoproject.org; Wilfert, Dennis; Höcht, Matthias; r...@lists.rocketboards.org Betreff: Re: [Rfi] "bitbake altera-gsrd-image -c populate_sdk" fails with "Multiple .bb files ... nativesdk-libiconv ...

Re: [yocto] [Rfi] "bitbake altera-gsrd-image -c populate_sdk" fails with "Multiple .bb files ... nativesdk-libiconv ... external-linaro-toolchain.bb ... eglibc_2.16.bb"

2014-12-02 Thread Spriggs, Jim
me, please? -- jim From: rfi-boun...@lists.rocketboards.org [rfi-boun...@lists.rocketboards.org] on behalf of Spriggs, Jim [j.spri...@raylase.de] Sent: 02 December 2014 10:12 To: r...@lists.rocketboards.org Subject: [Rfi] "bitbake altera-gsrd-image -

[yocto] "bitbake altera-gsrd-image -c populate_sdk" fails with "Multiple .bb files ... nativesdk-libiconv ... external-linaro-toolchain.bb ... eglibc_2.16.bb"

2014-12-02 Thread Spriggs, Jim
Hi Guys, Having followed the instructions at http://www.rocketboards.org/foswiki/Documentation/GSRD140CompilingLinuxCopyArrowSoCKitEdition to set up for building the GSRD image, I tried "bitbake altera-gsrd-image" and it worked just fine, producing the image as expected. Then I tried "bitbake

Re: [yocto] [SOLVED] Newbie confusion: trying to use meta-mono on poky-socfpga (Arrow SoCKit)

2014-11-24 Thread Spriggs, Jim
yocto-boun...@yoctoproject.org] on behalf of Spriggs, Jim [j.spri...@raylase.de] Sent: 21 November 2014 14:14 To: yocto@yoctoproject.org Subject: [yocto] Newbie confusion: trying to use meta-mono on poky-socfpga (Arrow SoCKit) Hi Guys, [ yes, I've also posted this question on rocketboards list] My

[yocto] Newbie confusion: trying to use meta-mono on poky-socfpga (Arrow SoCKit)

2014-11-21 Thread Spriggs, Jim
Hi Guys, [ yes, I've also posted this question on rocketboards list] My goal is to run "console" .NET apps via Mono on the Arrow SoCKit with poky-socfpga v14.0 My first steps were: 1) Add the meta-mono layer to bblayers.conf 2) Put "IMAGE_INSTALL_append = " mono"" in local.conf 3) Execute "bitb