summaryrefslogtreecommitdiffstats
path: root/meta-yocto/conf/distro/poky-tiny.conf
AgeCommit message (Collapse)Author
2013-07-18poky-tiny.conf: blacklist core-image-weston optionCristiana Voicu
[YOCTO #4861] (From meta-yocto rev: 2e0ff4cd041be8e5a2eda5af3f8a154b8d16cf21) Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-04-05poky-tiny: Prefer linux-yocto-tiny_3.8Darren Hart
Update the distro config to prefer the 3.8 version of the linux-yocto-tiny recipe. Build and boot tested on qemux86. (From meta-yocto rev: ecf30e58087618ffe38994681f6369d3ce43fac5) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-01-20gtk-directfb: rename to directfbConstantin Musca
- core-image-gtk-directfb has been renamed to core-image-directfb - packagegroup-core-gtk-directfb has been renamed to packagegroup-core-directfb - DirectFB is not supported by gtk versions >= 2.18 (From meta-yocto rev: 545b3fdebc0d4d5e5bf2e56eab2288a5c4282e9e) Signed-off-by: Constantin Musca <constantinx.musca@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-12-13poky-tiny.conf: blacklist inappropriate image optionsConstantin Musca
Blacklist all images that fail when using poky-tiny poky-tiny image tests: 1. build-appliance-image * ERROR: Nothing RPROVIDES libx11-dev 2. core-image-minimal-* * ok 3. core-image-base * libcap fails at do_compile 4. core-image-basic * libcap fails at do_compile 5. core-image-clutter * ERROR: Nothing PROVIDES virtual/libx11 6. core-image-gtk-directfb * ERROR: Nothing RPROVIDES libxt 7. core-image-lsb, core-image-lsb-dev, core-image-lsb-sdk * ERROR: Nothing RPROVIDES libxt 8. core-image-rt * ERROR: Multiple .bb files are due to be built which each provide virtual/kernel (/home/dev/yocto/poky/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb /home/dev/yocto/poky/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb). 9. core-image-rt-sdk * ERROR: Nothing PROVIDES xext 10. core-image-sato, core-image-sato-dev, core-image-sato-sdk * ERROR: Nothing PROVIDES libxft 11. core-image-x11 * ERROR: Nothing PROVIDES virtual/libx11 12. q4te-demo-image * libcap fails at do_compile [YOCTO #2565] (From meta-yocto rev: 6b6d84b6652f57ea8dd37e6921c280d30ef04b93) Signed-off-by: Constantin Musca <constantinx.musca@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-10-08poky-tiny: Update the default kernel to linux-yocto-tiny_3.4Darren Hart
The 3.4 linux-yocto-tiny kernel successfully boots to a prompt for qemux86. (From meta-yocto rev: e24ea77ca40e096f294649e3f85c8ec47efcbb87) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-09-10poky-tiny: Enable x86-64 to build eglibc correctlySaul Wold
There is bug in the eglibc configure scripts that prevent a x86-64 from configuring correctly and finding the smaller library fucntions. This has been reported to the eglibc community via the issues ML [YOCTO #2943] (From meta-yocto rev: 08893d0bf76b31dc020dc24a9268bd07e259a069) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-09-04meta-yocto: fix for task renamePaul Eggleton
(From meta-yocto rev: da4717580cc06dfc3168acf22fe8e4e2f79f4b95) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-06-26tiny-init: Basic init mechanism for poky-tinyDarren Hart
Currently poky-tiny images will boot and run /bin/sh, which results in error messages to the console about being unable to open the tty and job control being disabled. The shell must be session leader to open the tty, and the tty must not be /dev/console (it should be a vt or a physical tty like ttyS0), the tty is required for job control (handling signals, etc.). The goals of poky-tiny are to be an initial starting point from which to build a distribution that does what you want, and NOTHING more. This patch results in a system that boots with the virtual filesystems mounted, the local network interface up, and a shell with job control running, and a hook (/etc/rc.local) for easy customization. Nothing else. Enabling the basic busybox init, including the ability to give the controlling console to commands starting with a dash in inittab results in a 5664 byte delta (compared with 2560 bytes for enabling setsid and cttyhack). Note that the help in busybox suggests the cttyhack may be more reliable than the init support for handing over the controlling terminal. So the difference between using a standard init and just enabling the two options is about 3k, but enabling setsid and cttyhack may enable others to things besides what I am looking to do. Enabling init in both DISTRO_FEATURES and busybox is fairly trivial to do, so I think it's better to leave that as something to add if needed, rather than something to remove, as that is more consistent with the goals of poky-tiny. Thanks to Tim Bird for his suggestion to include support for rc.local by default. (From meta-yocto rev: 5ae60ed46b34cbf4ab17fe7eab3d46e2f78ee7b8) Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Tim Bird <tim.bird@am.sony.com> CC: Thomas Frydrych <tf+lists.yocto@r-finger.com> CC: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> CC: Paul Eggleton <paul.eggleton@linux.intel.com> CC: Phil Blundell <philb@gnu.org> CC: Khem Raj <raj.khem@gmail.com> CC: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-06-13poky-tiny: eliminate mtrace rdependsRichard Purdie
Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-04-22poky-tiny: Drop now unneeded DISTRO_FEATURES_LIBC_TOOLCHAIN (after gettext fix)Richard Purdie
After the recent gettext dependency fix (commit 6e5cb40dfaeae4843dd65115f0b8b0f20f58d30e "gettext.bbclass: Ensure we don't overwrite other DEPENDS_GETTEXT values", its no longer necessary to have to have these options to build meta-toolchain. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-04-17poky-tiny: Separate the libc features required for meta-toolchainDarren Hart
This fixes bug [YOCTO #2295] eglibc needs libc-posix-regexp-glibc & libc-libm-big enabled in its configuration to avoid following eglibc build issue. Thanks to Nitin for identifying the required features. ... | In file included from xregex.c:634:0: | xregex.c: In function 'byte_regex_compile': | xregex.c:3395:8: error: too few arguments to function 'findidx' | ../locale/weight.h:23:1: note: declared here ... The libc features added to support building meta-toolchain add 461KB to the C libraries. 320KB directly to libc (a 32% increase in size). If not building meta-toolchain, the user should be able to easily configure these out. Create a new variable to capture these dependencies, DISTRO_FEATURES_LIBC_TOOLCHAIN, keeping them separate from the core tiny requirements. Make it clear how to disable these if meta-toolchain is not needed. This patch has been tested by running the following for the qemux86 machine with DISTRO=poky-tiny: $ bitbake -c cleansstate eglibc $ bitbake meta-toolchain $ bitbake core-image-minimal The libc comparisons were made from core-image-minimal ext2 filesystems build before and after the applicaiton of this patch and Nitin's previous poky-tiny libc features patch in support of meta-toolchain: commit 8c48ab6183934fd32600997cc33e0cd3bf63139b Author: Nitin A Kamble <nitin.a.kamble@intel.com> Date: Mon Apr 9 15:15:01 2012 -0700 poky-tiny.conf: adjust eglibc options for poky-tiny Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Nitin A. Kamble <nitin.a.kamble@intel.com> CC: Saul Wold <sgw@linux.intel.com> CC: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-04-11poky-tiny.conf: adjust eglibc options for poky-tinyNitin A Kamble
Avoid errors for building meta-toolchain for poky-tiny This Fixes Bug: [YOCTO #2259] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2012-04-02linux-yocto-tiny: Prefer 3.2Darren Hart
With the move to 3.2 from 3.0 in oe-core, the 3.0 no longer exists. Prefer 3.2 instead. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-02-26poky-tiny: Assume pkgconfig is providedDarren Hart
-dev packages require pkgconfig, but it pulls in glib->dbus->shadow which breaks with tiny's minimal libc. -dev packages are not currently supported on poky-tiny. [YOCTO #2030] Proposed-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-01-06distro: Update poky-tiny distro definitionDarren Hart
Rather than conditionally drop eglibc-utils based on wchar support, set USE_NLS="no" in the distro config to avoid pulling in gettext. Also addresses some confusion over the "All rights reserved." statement by explicitly referencing the MIT license. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-01-05distro: Add poky-tiny distro definitionDarren Hart
Poky-tiny is intended for building very small OS images. The distro definition sets the providers for the kernel and the runtime services. It also reduces the eglibc component list and other DISTRO_FEATURE elements. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-01-04poky-tiny: remove poky-tiny, it was added to the wrong accidentallyRichard Purdie
(From OE-Core rev: 65db8166215d213098ab7332eb51b559b7e63328) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-01-03distro: Add poky-tiny distro definitionDarren Hart
Poky-tiny is intended for building very small OS images. The distro definition sets the providers for the kernel and the runtime services. It also reduces the eglibc component list and other DISTRO_FEATURE elements. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>