summaryrefslogtreecommitdiffstats
path: root/meta-moblin/conf/distro/moblin.conf
Commit message (Collapse)AuthorAgeFilesLines
* Split meta-extras and meta-moblin out of the main repositoryRichard Purdie2010-09-301-13/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* moblin.conf: Collapse to an overlay of poky.confRichard Purdie2010-07-221-103/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* meta-moblin: Remove now unneeded moblin POKYMODERichard Purdie2010-07-221-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* moblin: drop moblin.conf and inherit poky for mirror configurationJoshua Lock2010-05-061-1/+1
| | | | | | | Doesn't make any sense to duplicate the mirror configuration, and all that the moblin class contained was minimal mirror config. So let's drop it. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* distros: set xserver-xf86 as default PREFERRED_PROVIDER for virtual/xserverJoshua Lock2010-02-101-1/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* conf: remove references to SRC_TARBALL_STASHJoshua Lock2010-02-041-2/+0
| | | | | | | SRC_TARBALL_STASH is deprecated, the same functionality can be acheived with PREMIRRORS, so remove references to it from configuration files. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* distros: fix mistake in opkg-native PREFERRED_PROVIDERJoshua Lock2010-01-151-1/+1
| | | | | | | PREFERRED_PROVIDER for opkg-native should be a native package... Signed-off-by: Joshua Lock <josh@linux.intel.com>
* distros: Fix some warnings by setting PREFERRED_PROVIDER'sJoshua Lock2010-01-151-0/+1
| | | | | | opkg-native needs a PREFERRED_PROVIDER for moblin and poky Signed-off-by: Joshua Lock <josh@linux.intel.com>
* poky.conf: Update source tarball stash url and variable nameRichard Purdie2009-10-281-1/+1
|
* Add SDKMACHINE to simplify SDK control and add to CACHE paths to allow ↵Richard Purdie2009-09-181-1/+1
| | | | | | environmental variable control Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* poky/moblin: Update SDKPATH and SDK_NAME to use SDK_ARCH and remove ↵Richard Purdie2009-09-171-2/+2
| | | | | | pointless path addition Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake.conf: Rename SDK_PREFIX SDKPATHRichard Purdie2009-09-101-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* moblin: Set toolchain SDK target to a moblin specific oneRichard Purdie2009-09-011-0/+4
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Add package_history.bbclass which checks generated package against previous ↵Richard Purdie2009-07-091-1/+1
| | | | package looking for problematic changes
* base.bbclass: Add metadata revision handling for git (from OE)Richard Purdie2009-01-021-5/+0
|
* moblin.conf: Use package_ipk as well as rpm, just for nowRichard Purdie2008-11-061-1/+1
|
* task-base: Removed RDEPEND on task-poky-bootJoshua Lock2008-11-051-1/+1
| | | | It is now neccesarry for each distro to specify a POKY_EXTRA_RDEPENDS for a relevant boot task. This has been added in poky and moblin distros.
* moblin-fixed-revisions: Added and preferred over poky-fixed-revisionsJoshua Lock2008-11-031-0/+1
| | | | Add moblin-fixed-revisions to meta-moblin for where Moblin requires fixed revisions different from those in the Poky distro.
* [moblin.conf] Adds quotes for PREFERRED_PROVIDER_xf86-video-intel ?= ↵Robert Bragg2008-10-301-1/+1
| | | | "xf86-video-intel"
* conf/distro: Create a moblin distro config file based on the Poky oneRichard Purdie2008-10-281-0/+115
Also refactor various data into common include files.