[yocto] Making a derivative BSP layer - where did I go wrong?

2015-08-04 Thread Adam Rossi
Howdy folks. I am having trouble making a derivative BSP layer and am asking for your help in determining what I am doing wrong. I am developing a Yocto distro for a beaglebone-based prototype. I made a few small changes directly to the meta-yocto-bsp layer and bitbaked the core-image-sato image,

[yocto] autotools --prefix ignored?

2015-08-07 Thread Adam Rossi
Hi folks. I have tried a number of different ways to control the installation location of an auto tools-based project. From the command line I would run: ./bootstrap ./configure --prefix=/opt/myfolder make make install In my recipe I tried a number of ways to keep the binary out of /usr/bin, but

Re: [yocto] autotools --prefix ignored?

2015-08-10 Thread Adam Rossi
Perfection! Thanks Ross! On Mon, Aug 10, 2015 at 5:53 AM, Burton, Ross wrote: > > On 7 August 2015 at 15:28, Adam Rossi wrote: >> >> inherit autotools >> EXTRA_OECONF = "--prefix=${D}/opt/myfolder" >> >> The above is ignored, auto tools puts t

[yocto] Specifying location of DTB file

2015-08-11 Thread Adam Rossi
Howdy folks. I have had a devil of a time creating my own machine.conf and getting it to boot, so I went back to using the stock beaglebone.conf machine. I need to modify the DTB file that my prototype loads, so I decompiled the yocto am335x-boneblack.dtb, added some special sauce to the dts, and a