summaryrefslogtreecommitdiffstats
path: root/meta-yocto/conf/distro/poky-lsb.conf
Commit message (Collapse)AuthorAgeFilesLines
* libQtOpenGL: Install libQtOpenGL to an lsb imageXiaofeng Yan2011-07-051-1/+1
| | | | | | | Library "libQtOpenGL" is needed by an lsb image. So I add it to task-core-lsb.bb Fix Bug [YOCTO #1020] Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
* poky.conf: add largefile support into DISTRO_FEATURESDexuan Cui2011-07-021-1/+1
| | | | | | | | | | | | | | | | | [YOCTO #1205 ] The commit ab1171b(busybox: backport distro-features handling from oe master) actully makes busybox's largefile support disabled. So busybox's mkswap complains "lseek: Value too large for defined data type" when we install BSP image into the target device. So we have to enable largefile support, and bump PR of busybox(in a later commit). Note: poky-lsb.conf enables "largefile" and includes poky.conf, so we can move "largefile" from poky-lsb.conf into poky.conf. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* poky-lsb.conf: Instead of += with _appendXiaofeng Yan2011-06-231-1/+1
| | | | | | | | | | The default variable DISTRO_FEATHURE was set in poky.conf before \ moving to defaultsetup.conf. Defaultsetup.conf is included after poky-lsb.conf \ So poky-lsb.conf sets the variable using += but since its empty, \ it might as well be an = and then the later ?= doesn't do anything since the \ variable is already set. Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
* meta-yocto: Catch up with OE-Core renamingRichard Purdie2011-04-211-1/+1
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-lsb: Add "largefile" feature for LSB distro.Jingdong Lu2011-04-181-1/+1
| | | | | | | | | | Add "largefile" feature for LSB distro. Fixes [YOCTO #794] (From OE-Core rev: 0e7c0a018bee5a4033e5a90a44802e3f582f739f) Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto: Move files inappropriate to OE-Core from metaRichard Purdie2011-03-031-0/+9
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>