**** BEGIN LOGGING AT Sat Jun 13 02:59:59 2015 Jun 13 08:08:23 I'm working with the VAR-SOM-AM33 board from variscite that has a AM3354 on it. I've successfullly built and booted linux via arago+yocto-1.6+varscite-layeres. Jun 13 08:09:03 Now I'm looking to build some test applications and I'm wondering if there is anything like devtool (from poky?) in the arago space? Jun 13 12:32:55 svolpe: setting prefix to ${D} will hardcode build system paths in target binaries, and install them into wrong paths. it isn't prefix you want to change, but the destination of the make install. in autoconf/automake buildsystems, that's DESTDIR, but not all buildsystems obey it, so you should look into that. read the makefiles or whatever to make sure they obey it. e.g. copy binaries into $(DESTDIR)$(bindir), not $(bindir) Jun 13 15:15:43 kergoth: Thanks for the help. I was able to look through all the Makefiles and prefix all the install stuff with $(DESTDIR). After I did that the package built just fine. Jun 13 16:30:13 moin **** ENDING LOGGING AT Sun Jun 14 02:59:58 2015