I have been building images for LS1012 OS: ubuntu 18.04 with kernel 5.4.47 using flex-builder lsdk2012 version 2.5.2012. Lately I am not able to repeat my build, I get:
fatal: unable to access 'https://source.codeaurora.org/external/qoriq/qoriq-components/linux.git/': Could not resolve host: source.codeaurora.org
Now I have upgraded to flex-builder lsdk 2108 version 2.6.2108 and try to build the 'old' system. For starters I use:
flex-builder -c linux:linux:LSDK-20.12-V5.4:custom -a arm64 -m ls1012afrwy
This seems to work. But now my question
NR 1:
how do I get the RFS for this version of ubuntu? Currently I use this command:
flex-builder -i mkrfs -m ls1012afrwy -r ubuntu:main
Been trying to find an answer in LSDKUG e.g.
4.3.7 How to build linux itb based on custom kernel and various distros
but couldn't find an answer.
and NR 2:
How do I include the linux-headers for 5.4.47? They were present in the RFS when built with the older version of flex-builder. apt doesn't help either because I cant find exactly 5.4.47 (which I need).
/usr/src/linux-headers-5.4.47
It's the nature of our project that requires this specific version of the OS.