include dtbo files in Debian 8 image?

Hi Robert,

I loaded bone-debian-8.1-console-armhf-2015-07-05-2gb.img last night and noticed there are no dtbo files in the filesystem.

I believe I can generate them from the bb-overlays repo.

Would it be possible to include the dtbo files in the next image to avoid that extra step?

thanks,
drew

Hi Drew,

It add's quite a bit of space to the console, i'd like to make it into
a debian package to provide the *.dtbo's but i'm waiting for dtc
overlay to get closer to mainline..

I know it's annoying:

sudo apt-get update
sudo apt-get install git-core

git clone https://github.com/beagleboard/bb.org-overlays

cd bb.org-overlays
./dtc-overlay.sh (this brings in bison/flex/build-essentials)
./install.sh

Regards,