On 28 August 2013 11:55, Gary Thomas <[email protected]> wrote: > > In the case of 'ipk' packages, you'll need to set up the board to make use > of > the exported package sets. There are a number of ways to do this, but in > the > case of 'ipk' you can do it all in a single file. Here's an example on my > SabreLite (i.MX6 ARM system): > root@sabrelite:~# cat /etc/opkg/base-feeds.conf > src/gz poky_am-all http://192.168.1.125/sabrelite-feeds/all > src/gz poky_am-armv7a-vfp-neon > http://192.168.1.125/sabrelite-feeds/armv7a-vfp-neon > src/gz poky_am-sabrelite http://192.168.1.125/sabrelite-feeds/sabrelite
meta-oe has a distro-feed-configs recipe that can do this bit for you if you set a few variables in your configuration. Ross _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
