Well, basically, using only a fresh clone of yocto and its basic layers (meta-ti uses some different):
In the file poky/meta-yocto-bsp/conf/machine/beaglebone.conf, you can see defautl configurations, basically for the toolchain, the kernel to use, and bootloader, also you can see there what files they use for the default tune of the toolchain (include conf/machine/include/tune-cortexa8.inc) As you can see in this file, the kernel: PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" PREFERRED_VERSION_linux-yocto ?= "3.14%" The recipes for this can be found in: meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.14.bbappend If you understand it correctly you can start the migration to the kernel version you are working on. On meta/recipes-core/images/, you also can see the basic configuration for some kind of images, which are tune with machine specific features, you may take a look a those too and see what they include. Regards --Allan Granados El sábado, 1 de noviembre de 2014 13:34:16 UTC-6, Alfredo Muniz escribió: > > > On Sat, Nov 1, 2014 at 11:02 AM, Allan Granados <[email protected] > <javascript:>> wrote: > >> Hi, do you need the recipe specifically for angstrom or debian? Do you >> want to develop on that recipe? If you dont I recommend you narcissus, you >> can develop your custom image there. >> http://narcissus.angstrom-distribution.org/ >> > > I just need a base to start with that I can modify easily on using OE so > that I can cross compile additional packages like QT5, ROS, and GNU Radio > easily. Narcissus will not work. I want to see if there are any .bb files > or meta layers for the custom images that the beaglebone black uses. > > On Sat, Nov 1, 2014 at 11:02 AM, Allan Granados <[email protected] > <javascript:>> wrote: > >> Also if you want to work on images I recommend you Yocto project, is base >> on OE and the recipes can be fast forward or easy adapted, I have >> constructed for BBB, Beagleboard and Pandaboard, and you may construct >> systems with small footprint. Yocto by itself have support for beagleboard >> and BBB, if you want support for Panda you may add the meta-ti layer. >> > > Yes that's what I use for one of my builds but want to know what packages > are used in the official BBB images by looking at their .bb files. > > On Sat, Nov 1, 2014 at 11:02 AM, Allan Granados <[email protected] > <javascript:>> wrote: > >> Also you may look the recipes they use as they are base on bitbake too. > > > Where can I find the recipes that are used in the BBB images? > > Thanks! > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
