1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-07-02 16:00:12 +02:00
Commit graph

5 commits

Author SHA1 Message Date
David Oberhollenzer c6efabcac2 Remove product specifics in Raspberry Pi 3 default config
- Disable UART to run the CPU unthrottled
 - Remove multi media & OpenGL ES runtime from rootfs.
   Products that need them should add them explicitly.

Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
2019-04-04 15:50:33 +02:00
David Oberhollenzer bb479125d3 cleanup nameing of Raspberry Pi firmware packages
- drop the 3 suffix, they contain generic firmware
 - rename the "firwmare" package to "vc" as it contains stuff for the
   video core

Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
2019-04-03 18:22:57 +02:00
David Oberhollenzer 882ce4a8f4 Cleanup handling of linux packages and modules
- All linux packages generate "linux" and "linux-modules"
 - Preference mechanism is used to select the right source package
 - Rootfs depends on "linux-modules" to install the selected kernels
   modules into the squashfs image
 - The release pacakge depends on "linux" to install the appropriate
   kernel to the boot partition

Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
2019-03-31 16:46:50 +02:00
David Oberhollenzer 5b17bc9526 Cleanup layer configuration
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
2018-09-24 13:27:26 +02:00
David Oberhollenzer c7231478d5 Restructure build system configuration
Add a generic, stackable layer based structure instead of special purpose
subdirectories with specific behaviour.

Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
2018-09-23 16:19:52 +02:00
Renamed from board/rpi3/ROOTFS (Browse further)