Hi,
I was taking a look at the differences in ci.linaro.org after the migration to debian. I had a couple of questions about the current configuration, as I am still wrapping my head around (portions of) all the underlying tools involved.
https://ci.linaro.org/view/engineering-builds/job/lt-qcom-debian-images-arm64/configure
Questions:
- linaro-lt-qcom append is missing libdrm*, lib*mesa* + mesa-utils, and libaxtracker2 - why were they removed? My guess is the original intention was to include mesa/freedreno related packages.. are they satisfied in some other way?
- For any additional packages I might want to populate (by default), I would simply add them at this append, correct?
- It looks like linaro-hwpack-{create,replace} takes as input the above and outputs a set of deb packages and headers - any other gotchas here?
- Is the main difference between the linaro*.sd.img which linaro-media-create outputs, and the rootfs: linaro*.img from the upstream build the linaro overlay? - I was hoping for a quick answer, otherwise I can just read the python scripts.. I think I see a partition table and ext(x) partition.. but would like to confirm that it might be the populated version of the rootfs I'm expecting (with linaro overlay) and nothing more.
- Are there any headers or anything that fastboot might detect (to verify the partition)? If so, are these created with linaro-media-create somewhere?
- If I wanted to change the sources for hwpack from 'jessie' to say 'stretch', any big gotchas there that I might run into?
Thanks in advance for your reply.