The Mer Wiki now uses your Mer user account and password (create account on https://bugs.merproject.org/)
Local Repository For Image Creation
From Mer Wiki
(Difference between revisions)
(working examples) |
Revision as of 12:28, 3 August 2012
Put rpm-files to the one directory. If you just build them with 'osc build' for arm, directory is /var/tmp/build-root/home/abuild/rpmbuild/RPMS/armv7hl/
Currently Platform SDK doesn't have 'createrepo', so you must use host system for that (thus directories before /var).
cd /srv/mer/sdks/sdk/var/tmp/build-root/home/abuild/rpmbuild/RPMS/armv7hl createrepo .
Then add row to the ks-file
repo --name=local1 --baseurl=file:///var/tmp/build-root/home/abuild/rpmbuild/RPMS/armv7hl/ --save