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
Revision as of 12:28, 3 August 2012 by Aapo (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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
Personal tools