Meego Wiki
Views
From MeeGo wiki
Revision as of 10:47, 1 December 2011 by Fvennetier (Talk | contribs)
Jump to: navigation, search

Contents

Frequently Asked Questions

Where does obslight store its data?

All data is stored in ~/OBSLight and subdirectories.

Is there a configuration file ?

Configuration file is ~/OBSLight/obslightConfig.

How to show the log ?

  • From the menu: Window -> Show log
  • When a long operation is running: right click on progress bar and click Show log.

Why does MeeGo's kernel package fail to build for ARM?

The kernel package has flags to prevent builds on ARM. To compile an ARM kernel, you must use another package, for example the kernel-adaptation-n900 package.

How install the dependency of a package into the chroot?

If the project on your OBS doesn’t provide some dependencies and you must add a repository to your chroot's zypper configuration, you have two choices:

  • First one, use an URL and an alias:
obslight addRepoInChRoot --projectLocalName MeeGo_1.2_oss --url http://download.meego.com/live/MeeGo:/1.2:/non-oss/MeeGo_1.2/ --alias "MeeGo_non-oss"
  • Second one, add the repository of another local project:
obslight addRepoInChRoot --projectLocalName MeeGo_1.2_oss --fromProject $ProjectName

Where to send bug reports ?

Bugs are centralized on MeeGo's bugzilla.

Links

Personal tools