This repository was archived by the owner on Aug 14, 2023. It is now read-only.

Description
Hi,
thanks for your nice scripts!
But I have a question: Your scripts are almost entirely from scratch, but not at the end: at the end, for creating the final deb... you use prebuilt artifacts from this repository:
https://github.com/RPi-Distro/firmware
|
tar --exclude=modules --exclude=headers --exclude=.git -C $RASPBERRY_FIRMWARE -cf - . | tar -C $NEW_KERNEL -xvf - |
As can be seen, you exclude modules and headers, but other prebuilt artifacts (from boot, extra, hardfp/opt/vc etc.) are still taken.
Where are these things compiled? Where are their sources?
Thanks.