- Use shipped device tree binaries instead of our own
- Install kernel + rootfs to $OS_RELEASE subdirectory
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
Instead of having a "depends" file with a list of packages, add a
"DEPENDS" variable to the build script.
Generate the rootfs dependencies from a config file stored in the
cfg directory.
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
- Packages that don't download anything don't need a prepare() hook
- Packages that inherit the source from other packages should leave
it untouched. If they get downloaded first, they should use the
hook from the original package.
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>