summaryrefslogtreecommitdiffstats
path: root/meta-yocto
AgeCommit message (Collapse)Author
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-05conf/local.conf.sample: fix typos/grammar/formattingPaul Eggleton
(From OE-Core rev: 6f81b3695f6f1e19906e6173c6c7e3ee4f86a11b) Signed-off-by: Paul Eggleton <paul.eggleton@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>
2012-01-03distro: Add POKY_DEFAULT_EXTRA_R* variablesDarren Hart
Allow the reuse of poky.conf by distro definitions wanting to remove content by introducting POKY_DEFAULT_EXTRA_R*. These are appended to the corresponding DISTRO_EXTRA_R* variables and can be overriden by distro configs that "require poky.conf". Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-01-03linux-yocto-rt/meta-yocto: add routerstationpro supportBruce Ashfield
Fixes [YOCTO #1390] Updated the meta-yocto support for the routerstationpro on the preempt-rt kernel support. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-01-03linux-yocto/meta-yocto: routerstationpro/beagleboard: add 3.0.x supportBruce Ashfield
Updating the routerstationpro and beagleboard compatibility and SRCREV to pickup v3.0.12 support. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-01-03base.bbclass: Allow buildstats to be optionally suppliedMark Hatle
Buildstats should be allowed to be optionally enabled. It's recommended that it be enabled via the USER_CLASSES setting. Alternatively it could be enabled via the INHERIT_DISTRO or similar mechanism. (From OE-Core rev: 09b1dc8bd886c8cd2a5d4085d8bb4b73ece1f5b0) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-12-06conf/machine: Don't poke around providers which aren't machine specific/safeRichard Purdie
Machines shouldn't be poking around PREFERRED_PROVIDERS which aren't machine specific or at least machine safe. Kernels are machine specific and the xserver is selectable. libx11 and mesa are now really a distro choice and machine configurations shouldn't be poking around them as it just leads to corruption, conflicts and confusion. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-12-02linux-yocto_2.6.34: remove bbappendSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30clutter: drop unneeded bbappendsJoshua Lock
The --with-flavour-glx option is the default in clutter.inc now Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-11-21netbase: update 4.46 -> 4.47Richard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-10local.conf.sample.extended: Fix bug 1674Xiaofeng Yan
[YOCTO #1674] local.conf.sample.extended: An image based on gtk+-directfb don't need x11 for DEFAULT_FEATURES Remove "x11" from DEFAULT_FEATURES and add "directfb" to it because someone could don't need x11 in their project, perhaps gtk over directfb will meet his reqirement. (From OE-Core rev: 5def790bdecd2726692b40a57bc12c8bdfea9179) Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-08Add new IMAGE_CLASSES variable for classes for image generationMatthew McClintock
Allows us to import classes only for images and not to the global namespace (From OE-Core rev: 49dcb301ab39327554d86d23cf6f8d435d7a7351) Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-08clutter-1.8: this should be a bbappendJoshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-08clutter-1.8: add bbappend for new clutter-1.8 recipeJoshua Lock
We've a new Clutter version in meta so need to add our atom-pc bbappend modifications. Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-04bitbake.conf: Drop remaining TERMCMD pieces and document OE_TERMINAL usage ↵Richard Purdie
instead (From OE-Core rev: ddb825c87dd3e59d50841a993080a00d1459b1e7) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> [Yes, this one is against meta-yocto, I'll fix it to apply the same change to OE-Core's local.conf.sample in the final version]
2011-11-03machine/atom-pc: enable soundJoshua Lock
Add alsa to the MACHINE_FEATURES - looks like this was an oversight. Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-01netbase.bbappend: Change to version 4.46 due to the upgradeDongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-14meta-yocto: Sync with mesa/xserver changes and fix machinesRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-14clutter: Update bbappend after oe-core upgradeRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-12meta-yocto: Catch up with xserver and mesa upgrades/renameRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-11Fix typos in local.conf.sample and local.conf.sample.extendedRobert Yang
Fixes bug [YOCTO #1667] Fix typos in local.conf.sample and local.conf.sample.extended: differernt -> different chages -> changes complation -> compilation egde -> edge "an an" -> "as an" images's -> image's Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-07meta-yocto/qt4: Update bbappend to new versionRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-07local.conf.sample: Disable interactive patch resolution for now since ↵Richard Purdie
doesn't work well Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-04poky.conf: Increment DISTRO_VERSIONElizabeth Flanagan
With 1.1 release coming, it's time to increment the DISTRO_VERSION and poky version. Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-09-30beagleboard-audio: fix RDEPENDS on alsa-utils-amixerPaul Eggleton
Use RDEPENDS_${PN} instead of RDEPENDS. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-09-15linux-yocto: remove emenlow from meta-yocto bbappend (2.6.37 version)1.1_M4.rc2+Paul Eggleton
The emenlow BSP is now contained in the meta-intel layer. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-15qt4-x11-free: remove emenlow reference from meta-yocto bbappendPaul Eggleton
This is already in meta-emenlow within meta-intel. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-15local.conf.sample: remove emenlow from example machinesPaul Eggleton
emenlow is now supported within meta-intel. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-07beagleboard: document how to enable the hard floating point abiDarren Hart
Closes [YOCTO #1203] Using the hard floating point abi is incompatible with some binary libaries and 3D support for the Beagleboard. While we do not provide these in poky and meta-yocto, softfp should remain the default for compatibility reasons. Provide documentation and a commented assignment to DEFAULT_TUNE instructing how to enable hardfp, but leave it disabled by default. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Jason Kridner <jkridner@beagleboard.org> CC: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-09-07linux-yocto: remove emenlow from meta-yocto bbappendDarren Hart
The emenlow BSP is now contained in the meta-intel layer. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Tom Zanussi <tom.zanussi@intel.com> CC: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-09-05linux-yocto/meta-yocto: update SRCREV for v3.0.4Bruce Ashfield
Updating the kernel SRCREVs to pickup the latest meta and BSP changes. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-08-31poky.conf: perform network sanity check by default for poky distrosJoshua Lock
Add CONNECTIVITY_CHECK_URIS to run the network connectivity sanity test for http, https and git sources. The variable is soft-assigned so that it's easily overrideable. Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-08-24meta-yocto: make qemu machines prefer linux-yocto_3.0Bruce Ashfield
Since there aren't individual qemu*.conf files in meta-yocto the qemu machines follow the default preference in poky.conf, which is the 2.6.37 kernel. Rather than introducing new .conf files just for this adding machine specific overrides is lower footprint. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-08-24linux-yocto/meta-yocto: update SRCREVs for 3.0.3 and consolidated fixesBruce Ashfield
Updating the SRCREVs to pickup the kernel.org -stable update for 3.0.3 and to pickup fixes done in standard for oe-core supported machines. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-08-24meta-yocto: atom-pc/mpc8315e-rdb change preferred version to 3.0Bruce Ashfield
Updating two more yocto hardware reference platforms to use the 3.0 kernel by default. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-08-23mpc8315e-rdb: add kernel modules to rootfsJingdong Lu
Fix bug: [YOCTO #817] Add kernel modules to rootfs for mpc8315e. Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
2011-08-18meta-yocto: add linux-yocto-rt support for all meta-yocto machinesDarren Hart
Provide the necessary info in the linux-yocto-rt_3.0.bbappend to support building the RT kernel for each of the meta-yocto example BSPs. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-08-18meta-yocto: allow for virtual/kernel overrideDarren Hart
Conditionally assign the PREFERRED_PROVIDER_virtual/kernel in the meta-yocto machine configs to allow the user or other layers to override it. This is required to use the linux-yocto-rt kernel, for example. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-08-17poky.conf: add flag opengl into DISTRO_FEATURESJiajun Xu
libsdl will check if opengl is set in DISTRO_FEATURES, then enable openGL option during do_configure. It is required for 3D game testing. Fix [YOCTO #883] Signed-off-by: Jiajun Xu <jiajun.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-08-12local.conf.sample: Cleanup and improveRichard Purdie
local.conf is the first thing anyone new to the project sees. Over time it has built up a ton cruft and isn't even accurate in places. This patch: * Moves things to local.conf.sample.extended if a new user is unlikely to need to immediately care about the options * Reorders the file to be more intuitive to a new user * Moves certain default values to default-distrovars.inc in cases where most users wouldn't want to change the value * Adds large blocks of text to explain what an option does. There have been too many cases of a user not realising what some of these settings do and how they can use them to their advantage (like DL_DIR for example). (From OE-Core rev: a0ccb33ac5a2231c979c3369159f763dff1e0a2e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-08-05local.conf.sample: Comment out BBMASK by defaultRichard Purdie
This means we can set defaults in layers or other configurations without the default user config masking it out. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-08-03atom-pc.conf: Add live image typeSaul Wold
This change will cause the live image to be built by default No longer is it necessary to build a -live image type. Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-08-02local.conf.sample: Fix TUNENAME reference (should be DEFAULTTUNE)1.1_M3.rc2Richard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-07-27poky.conf: explicitly referenced preferred linux-yocto versionBruce Ashfield
As the staging of linux-yocto-3.0 showed, we should explicitly state our preferred version of linux-yocto. This prevents unvalidated changes from being forced into machines. Layers and machines are free to override this as they are updated. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-07-27Update TERMCMD message to align with previous changeMatthew McClintock
A previous patch changed the default TERM to use xterm. This updates local.conf.sample to match the change Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-07-27multilib: Add support for compiling recipes against multiple ABIsRichard Purdie
This patch adds the core multilib class which can be used along with a parameter specifying the mutlilib to use in BBCLASSEXTEND. The MLPREFIX variable is added and can be used in cases where its too difficult to dynmaically work out where a mutltilib prefix is needed to be added to a variable. This includes: * SHLIBSDIR and PACKAGE_ARCH fixes from Lianhao Lu. * PACKAGE_DYNAMIC mapping from Yu Ke * PACKAGE_INSTALL mapping from Yu Ke * RPROVIDES mapping from Yu Ke * TARGET_VENDOR fix from Mark Hatle * Ignorning *-native-runtime dependnecies as well as *-native from Yu Ke * Map PKG and ALLOW_EMPTY from Dongxiao Xu * Ensure RCONFLICTS and PKG field dependencies are remapped (from Dongxiao Xu) * Ensure PN and MLPREFIX are set at the same time to ensure consistent BPN values (Yu Ke) (From OE-Core rev: 5d9453049915db48ec4b5972e12287417ebb61a2) Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Xu Dongxiao <dongxiao.xu@intel.com> Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-07-27linux-yocto/meta-yocto: create linux-yocto 3.0 bbappendBruce Ashfield
Creating a 3.0 bbappend to enable work on the hardware yocto targets. The SRCREV updates in this file are accurate, but compatibility has been commented out until support can be verified. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>