summaryrefslogtreecommitdiffstats
path: root/meta-oe/conf
Commit message (Collapse)AuthorAgeFilesLines
* meta-oe: Drop pointercal-xinput from SIGGEN_EXCLUDERECIPES_ABISAFEOtavio Salvador2013-12-211-1/+0
| | | | | | | | The pointercal-xinput has been moved to OE-Core so we should handle it here. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* usb-modeswitch-data: Exclude SIGGEN dependency on usb-modeswitchMartin Jansa2013-12-051-0/+4
| | | | | | | * has runtime dependency on TUNE_PKGARCH usb-modeswitch Hash for dependent task usb-modeswitch_1.2.5.bb.do_packagedata changed from 5709ee415d286847b58e7b438b5b9f75 to fbef5eee3bb2bacb805a0bead2095b52 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-oe, meta-efl: Restore few MIRROR variablesMartin Jansa2013-11-211-0/+2
| | | | | | | | | | | | | | | | | | | | | | | * these were correctly removed from oe-core in commit 3b333896c71689c664475d53daed52404bf6b21b Author: Phil Blundell <pb@pbcl.net> Date: Thu Nov 14 18:15:46 2013 +0000 bitbake.conf: Remove obsolete/unused MIRROR cruft but we still need them here, so add them to layer.conf * FREESMARTPHONE_GIT is used by 4 recipes in meta-oe and a lot more in meta-fso (which depends on meta-oe) meta-oe/recipes-devtools/vala-dbus-binding-tool/vala-dbus-binding-tool_git.bb:SRC_URI = "${FREESMARTPHONE_GIT}/vala-dbus-binding-tool.git;branch=master" meta-oe/recipes-support/serial-utils/pty-forward-native.bb:SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia" meta-oe/recipes-support/serial-utils/serial-forward_git.bb:SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia" meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb:SRC_URI = "${FREESMARTPHONE_GIT}/vala-terminal.git;branch=master" * E_MIRROR/E_SVN are used in many recipes in meta-efl, even with upstream moveing to git, not all components are already in git and for distros with populated PREMIRROR these variables are still important to parse the recipes. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* licences: Add iozone3, SMAIL_GPLchunrong guo2013-07-201-0/+2
| | | | | | | | | *fix the fllowing warning |WARNING:debianutils: No generic license file exists for: SMAIL_GPL in any provider |WARNING:iozone3: No generic license file exists for: iozone3 in any provider Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* layer.conf: add ca-certificates to SIGGEN_EXCLUDERECIPES_ABISAFEAndreas Oberritter2013-03-211-0/+1
| | | | | Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* layer.conf: add distro-feed-configs to SIGGEN_EXCLUDERECIPES_ABISAFEAndreas Oberritter2013-03-131-0/+1
| | | | | Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* task-x11*: remove in favor of packagegroup-core-x11* variants from oe-coreMartin Jansa2012-09-061-1/+0
| | | | | | | | | | | * packagegroup-core-x11* allows to remove task-x11-server and task-x11 from meta-oe without loosing any functionality * be carefull with 2 changed default values: XSERVER does not include xf86-input-mouse and xf86-input-keyboard VIRTUAL-RUNTIME_xserver_common defaults to x11-common in oe-core and to xserver-common in meta-oe's task-x11 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gpsd: add gpsd-machine-conf to RRECOMMENDSMartin Jansa2012-08-301-0/+1
| | | | | | | * it could be something machine specific (config + hoooks) and we don't want gpsd sstate checksum depending on MACHINE var * gpsd-machine-conf itself is using u-a to select right config Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-oe/layer.conf: systemd-serialgetty moved to meta-systemdAndreas Müller2012-07-161-1/+0
|
* meta-oe: add fbset-modes to SIGGEN_EXCLUDERECIPES_ABISAFEMartin Jansa2012-02-271-0/+1
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* layer.conf: add task-x11-server to SIGGEN_EXCLUDERECIPES_ABISAFEMartin Jansa2012-02-261-0/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-oe: add mplayer-common to SIGGEN_EXCLUDERECIPES_ABISAFEMartin Jansa2012-02-241-1/+5
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-oe: include systemd-serialgetty in SIGGEN_EXCLUDERECIPES_ABISAFEMartin Jansa2012-02-241-1/+1
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* meta-oe: include pointercal-xinput in SIGGEN_EXCLUDERECIPES_ABISAFEMartin Jansa2012-02-241-0/+2
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* machine includes: remove from layerKoen Kooi2011-05-255-65/+0
| | | | | | These should either be in oe-core or a BSP layer, but not in meta-oe Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* conf/layer.conf: Use .= for BBPATH and += for BBFILESKhem Raj2011-05-091-3/+18
| | | | | | | | Provide additional commentary that should help a bit more Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* move layer into meta-oe in preparation for future splitsKoen Kooi2011-03-176-0/+74
As per TSC decision Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>