Re: [yocto] Building Out-of-Tree Modules on the BBB Target

2019-05-12 Thread Chris Simmonds
gt; directory at all!? > > Two questions here? > [1] Do you have any advice on this problem (what I am missing here)? > [2] Alternative to [1]: how I can use cross compiler from > .../build/tmp to build Out-of-Tree Module for the BBB target on the > host?

Re: [yocto] Intel Galleio Board SSH Minimal Poky Image

2019-04-16 Thread Chris Simmonds
s to 16 MB when installed (BeagleBone Black). This is just the rootfs. Add another 6 to 10 MB for bootloader and kernel. > > Thanks, > > Nick > Cheers, Chris -- Chris Simmonds, trainer and consultant at 2net http://www.2net.co.uk Author of "M

Re: [yocto] Yocto on OnBoard Intel Galileo Flash

2019-04-02 Thread Chris Simmonds
t a image on the 8mb of Yocto onboard flash or is > this not possible with the Yocto Project. > > Nick > -- Chris Simmonds, trainer and consultant at 2net http://www.2net.co.uk Author of "Mastering Embedded Linux Programming" --

Re: [yocto] Starting Hardware

2018-04-23 Thread Chris Simmonds
y Pi 3 B+, will i be able to work with Yocto? > OR do you recommend another more supported and "fiendly" Hardware for > starting with yocto? I understand that yocto is for A TON of different > hardwares, but im looking for very active and supported hardware with yocto. > >

Re: [yocto] How to build pure initramfs run from ram Yocto with some packages in initramfs?

2017-12-31 Thread Chris Simmonds
ALL in place of your CORE_IMAGE_EXTRA_INSTALL and IMAGE_INSTALL lines: PACKAGE_INSTALL_append = " openssh dhcp-client" (see "Building an Initial RAM Filesystem (initramfs) Image" of the "The Yocto Project Development Tasks

Re: [yocto] recipe to clean up files from rootfs

2017-12-14 Thread Chris Simmonds
st of features and so psplash will not be included in your image. HTH, Chris Simmonds. On 14/12/17 08:14, Sherif Omran wrote: > hi Andre > thank you for your mail. I tried to remove this package but i don't know > where it is installed from, i can not find it and got lost

Re: [yocto] Displaying buildcfg

2017-11-18 Thread Chris Simmonds
Hi, On 18/11/17 14:41, cddatemp wrote: > At 2017-11-18 20:45:11, "Chris Simmonds" <ch...@2net.co.uk> wrote: >>Hi, >> >>At the start of a bitbake run it displays the current build >>configuration before it starts to build anything: >> >

[yocto] Displaying buildcfg

2017-11-18 Thread Chris Simmonds
Hi, At the start of a bitbake run it displays the current build configuration before it starts to build anything: Build Configuration: BB_VERSION= "1.28.0" BUILD_SYS = "x86_64-linux" [...] This information is useful, especially when you are swapping between multiple projects

Re: [yocto] Linux-kernel selection

2017-03-05 Thread Chris Simmonds
C+6b41ca0b94 > 4.4.41+gitAUTOINC+7c580a51af > NOTE: preferred version 3.14\% of linux-ti-staging not available (for > item kernel-devicetree) > NOTE: versions of linux-ti-staging available: > 3.14.49+gitAUTOINC+e9cd4cc819 4.1.18+gitAUTOINC+6b41ca0b94 > 4.4.41+gitAUTOINC+7c580a51

Re: [yocto] is there a recipe for building a ppc-based installer image?

2016-06-23 Thread chris simmonds
Robert, Have you looked at using existing updaters such as meta-swupdate or swupd or rauc? I'm sure one of those would do what you want. Rgds, Chris -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] RFC: Yocto LTS?

2015-10-15 Thread Chris Simmonds
On 15/10/15 16:49, Philip Balister wrote: > On 10/14/2015 12:26 PM, Chris Simmonds wrote: >> >> On 14/10/15 17:27, Mark Hatle wrote: >>> On 10/14/15 8:28 AM, Chris Simmonds wrote: >>>> Hi, >>>> >>>> Is there a statement about the

Re: [yocto] RFC: Yocto LTS?

2015-10-14 Thread Chris Simmonds
Hi, On 14/10/15 14:50, akuster808 wrote: > Chris, > > > On 10/14/2015 06:28 AM, Chris Simmonds wrote: >> Hi, >> >> Is there a statement about the period of support for a Yocto release? >> Looking through the updates, it seems that 12 months is typical, a

Re: [yocto] RFC: Yocto LTS?

2015-10-14 Thread Chris Simmonds
On 14/10/15 17:27, Mark Hatle wrote: > On 10/14/15 8:28 AM, Chris Simmonds wrote: >> Hi, >> >> Is there a statement about the period of support for a Yocto release? >> Looking through the updates, it seems that 12 months is typical, a was >> the case for 1.4, 1.5

[yocto] RFC: Yocto LTS?

2015-10-14 Thread Chris Simmonds
discovered over the last year or so and the new ones that will no doubt be discovered in the future? Regards, Chris Simmonds -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] VFAT patent EP 0 618 540

2015-10-11 Thread Chris Simmonds
re clearly than you think." - Niels Bohr > > My public pgp key is available,at: > http://pgp.mit.edu:11371/pks/lookup?op=get=0x90320BF1 > > -- Chris Simmonds, Consultant, 2net Ltd http://www.2net.co.uk +44 (0)1962 869003 -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] gcc reports sysroot is /not/exist!

2015-09-15 Thread Chris Simmonds
? Why is gcc not configured with a sysroot any more? Chris Simmonds. -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] gcc reports sysroot is /not/exist!

2015-09-15 Thread Chris Simmonds
On 15/09/15 09:58, Paul Eggleton wrote: > Hi Chris, > > On Tuesday 15 September 2015 09:48:34 Chris Simmonds wrote: >> I am using Yocto fido (1.8) to generate an SDK for a BeaglBone. I >> generate the it using the command: >> >> $ bitbake core-image-minimal -c po

Re: [yocto] gcc reports sysroot is /not/exist!

2015-09-15 Thread Chris Simmonds
Hi Richard, On 15/09/15 10:45, Richard Purdie wrote: > On Tue, 2015-09-15 at 10:20 +0100, Chris Simmonds wrote: >> >> Also, I am not convinced this is a step in the right direction. I expect >> to be able to compile a simple program using: >> >> $ gcc hello.c