Where is debian distro build source?

Can someone please provide repo souce for debian distro? Only the link of the image is available.

Thanks

hi,

there is no ‘such thing’. Our Debian images are built from Debian archives directly. We pull in binary packages from Debian archives and that’s what makes up our Debian images.

The images are done in 2 steps:

  1. a generic ARMv8 rootfs is built from this job: https://git.linaro.org/ci/job/configs.git/tree/debian-arm64-rootfs.yaml
  2. the generic rootfs from #1 is combined with the boards BSP (kernel + firmware) in this job: https://git.linaro.org/ci/job/configs.git/tree/lt-qcom-debian-images-dragonboard410c.yaml

Most of the binary packages are pulled in from Debian archives, and we have a Linaro overlay archive with a small number of custom packages here: Show linaro-overlay-stretch - Open Build Service

If you have any specific question about the build jobs, please ask them here.

Thanks for such a quick response!