Hi,
I'm building tizen 2.2 from as per the instructions https://source.tizen.org/documentation/articles/creating-tizen-platform-image-scratch-through-local-build
First time build was successful by connecting to internet.
Next time i'm trying to build from local repository without connecting to internet(I removed already built SRPMS and RPMS) .
But i'm getting error to build certatin packages without connecting to internet which were successful in the first iteration. Why this is happening? I need to have a successful build with local sources without connecting to net.
Regards,
Sai
dear developers,
GBS support local offline build, but need some manually work. gbs build need build config and repo, which will be used remote generally, but you can download them to local, let's take repo http://download.tizen.org/releases/2.2/tizen-2.2/ as an example, and assume you have already build some packages locally, do the following steps to prepare local offline build env:
Next step is updating ~/.gbs.conf by adding a new profile for it:
Now, you can build you packages offline
Thanks