aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-10-22base.bbclass: Ensure an empty do_build tasks exists to silence a warningRichard Purdie
The message "WARNING: Function do_build doesn't exist" doesn't look professional, so fix the underlying problem even if this warning is harmless. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-22sstate: Fix broken plaindirs supportRichard Purdie
When installing a sstate package, directories tracked by plaindirs were being installed to the incorrect location. With the current implementation this was limited to the do_package task. This patch ensures plaindirs tracked files are created in the correct location, fixing the bug where these files would go missing. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-22libtheora: add DEPENDS on liboggDexuan Cui
This is used to fix the following build failure: checking for oggpackB_read... no | configure: error: newer libogg version (1.1 or later) required Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-10-22base/sstate: Add cleanall task to remove downloads and sstate cached filesRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-22local.conf.sample: Default to not building 32 bit libs on 64 bit systems as ↵Richard Purdie
most people don't need it and it confuses them Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-22metadata_scm: Ensure that if an SCM isn't present, we dont print a revision ↵Richard Purdie
of 'fatal:' as it looks bad Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-21docmentation/yocto-project-qs: Fix Yocto Environment graphicRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-21Removed first link to openembedded and replaced with more general text.Scott Rifenbark
The link to openembedded was used to reference Linux distributions supporting Yocto Project. The link has been removed and replaced with more generic text so as to not have to link to openembedded. Text used is "A Host system running a supported Linux distribution (i.e. recent releases of Fedora, OpenSUSE, Debian, and Ubuntu)." Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-10-21Updated the first figure in the quick start.Scott Rifenbark
This conceptual figure has been replaced by a more detailed work flow representing YP. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-10-21Corrected link to the yocto website.Scott Rifenbark
This link was incorrect and has been changed to yoctoproject.com. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-10-21Updated supporting text to reflect new poky-4.0-build directory in exampleScott Rifenbark
The example commands that build an image were updated to reflect the real 4.0 release. I updated the paragraph after the example commands to refer to the new release used in the command examples. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-10-21documentation-project-qs: Remove stray ]Richard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-21documentation/qs-guide: Fix urls for releaseRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-21Yocto Project 0.9 - Poky Laverne 4.0 ReleaseSaul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-10-21Edits as described below:Scott Rifenbark
1) Wording change based on Darren's input of making Linux kernel sound like the only open source part of YL 2) Removal of the "v" option for the tar command example. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-10-21mpc8315e-rdb: align PACKAGE_EXTRA_ARCHS with tuningBruce Ashfield
Fixes [BUGID #500] While the tuning for the mpc8315e is 603e, the PACKAGE_EXTRA_ARCHES was ppce300. This created a mismatch and resulted in rootfs assembly issues due to missing locales. We align both at 603 and can revist a better tuning in the future. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-10-21Review changes applied.Scott Rifenbark
1. Added Richard Purdie's general editing feedback to the "Welcome" and "Introducing the Yocto Project Development Environment" sections. 2. Added Kevin Tian's feedback: 1) changed "Sudo" to "sudo", 2) reversed the order of the sample "cd" and "source" commands since the "source" command builds the directory structure first so changing to the directory before running "source" made no sense, 3) removed the "bitbake qemu-native" command. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-10-21Updated figure.Scott Rifenbark
Feedback from Kevin Tian suggested that the outer box be labeled "QEMU" rather than "Target." Also that the two inner boxes be "Set of Emulated Devices" and "Target CPU." Final change was the use of "Yocto Project Scripts" rather than "Yocto Linux Scripts." Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-10-21Updated this figure to correctly capaitalize opkg, zyper, and app-getScott Rifenbark
Feedback from Kevin Tian suggested "OPKG" should be lower-case. Also, use of "zypper" instead of "YUM." I also lower-cased "apt-get." Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-10-21Removed reference to pre-build in section 5.3.2, "Using OprofileUI".Scott Rifenbark
The "Using OprofileUI" section had a description of how to use a pre-built UI and how to download and build one. Feedback from Jessica Zhang suggested removing the instruction for using a pre-built UI. All that remains in the first paragraph now is instruction on how to download and build the UI. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-10-21Added the Anjuta Plug-in informationScott Rifenbark
Added section 5.1.2.2 "The Anjuta Plug-in" into the Poky Reference Manual. This section consists of sub-sections 5.1.2.2.1 "Setting Up the Anjuta Plug-in", 5.1.2.2.2 "Configuring the Anjuta Plug-in", and 5.1.2.2.3 "Using the Anjuta Plug-in". This information was in the original Poky Handbook but had been removed by me since I thought it was not going to be supported for the 0.9 Yocto Release. It has now been restored with a note indicating that Anjuta will not be supported post 0.9 release. I did some general text editing in each section for readability. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-10-21documentation/pokt-ref-manual: Update with Yocto brandingRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-21documentation: Add Yocto quickstart guideRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-20documentation/poky-ref-manual: Update packages references to recipes and ↵Richard Purdie
make sure bbappend files are included in example BBFILES lines Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-20bitbake/fetch/git: Ensure fullclone repositories are fully fetchedRichard Purdie
The git fetcher was failing to pull in new branches into a git repository mirror tarball as the git fetch command being used didn't add new remote branches. This patch uses "git fetch --all" for fullclones to ensure any new remote branches are cloned correctly. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-20bitbake/fetcher: Deal with a ton of different bugsRichard Purdie
The more we try and patch up the fetcher code, the more things break. The code blocks in question are practically unreadable and are full of corner cases where fetching could fail. In summary the issues noticed included: a) Always fetching strange broken urls from the premirror for "noclone" git repositories b) Not creating or rewriting .md5 stamp files inconsistently c) Always fetching git source mirror tarballs from the premirror even if they already exist but the checkout directory does now d) Passing "None" values to os.access() and os.path.extsts() checks under certain circumstances e) Not using fetched git mirror tarballs if the preexist and always try and fetch them. This patch rewrites the sections of code in question to be simpler and more readable, fixing the above problems and most likely other odd corner cases. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-20bitbake/fetch/git.py: Fix git fetcher to correctly use mirror tarballsRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-18poky.conf: Update DISTRO_NAME and DISTRO_VERSION for the Yocto Project ReleaseSaul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-10-18rpm: Change pcre to use internal library [BUGID #404]Saul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-10-18sed: use ALTERNATIVE_LINKKevin Tian
update-alternatives.bbclass assumes /usr/bin/sed if ALTERNATIVE_LINK is not specified, however sed has changed its default installation directory to /bin/sed. This causes below errors at the first boot of lsb image: update-alternatives: Error: cannot register alternative sed to /usr/bin/sed since it is already registered to /bin/sed This fixes [BUGID #478] Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-10-18gstreamer: add support for theora pluginsDongxiao Xu
Add theora codec and its corresponding lib recipe (import from OE). This fixes [BUGID #476]. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-10-18wrs_meta: update SRCREV for netfilter optionsBruce Ashfield
Fixes [BUGID #199] Updating the SRCREV for wrs_meta to import a set of default netfilter options, which can then be applied to any BSP. This keeps the default BSP configs small, while allowing the functionality to be available. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-10-18kernel tools: update SRCREVBruce Ashfield
Fixes [BUGID #199] To allow optional features to be enabled for a given BSP, we need to re-enable this functionality in the kernel tools. The following commit in that repo fixes a problem when passing feature names: [ commit 140693a6b0d81b7ba7175b6cfce11c6c22f81e24 Author: Bruce Ashfield <bruce.ashfield@windriver.com> Date: Sun Oct 17 01:22:00 2010 -0400 updateme: do not expand directories If a directory is passed to updateme, do NOT expand it to a full path, the compilation phase will search and do this while applying some special logic to find properly named features. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> ] Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-10-18linux-wrs: pass netfilter options as an addon featureBruce Ashfield
Fixes [BUGID #199] Although an optional feature to a base BSP, most of the machines currently supported want/need the netfilter options. To enforce this configuration, it is temporarily forced in the kernel recipe itself, but can move to machine configurations in the future. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-10-18linux-wrs: allow optional features via KERNEL_FEATURES variableBruce Ashfield
Fixes [BUGID #199] Reinstate the ability to specify optional/additional kernel features when updating the tree. This is done via the variable KERNEL_FEATURES which specifies a list of features to be appended to the current branch and config. These features are part of the wrs_meta branch in the kernel repository and hence are self contained within the kernel tree waiting to be activated. This saves multiple branches simply to allow a machine to have many profiles. The kernel patching/configuration phases will locate these features and add them to the meta_series, which in turn modifies the tree. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-10-15distrodata: Modify Distro tracking spreadsheetSaul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-10-15distro_tracking: Update Distro AliasesSaul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-10-15task-poky-sdk: Add lttng-ustRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-15libtasn1: Comment out the RREPLACES as it causes problems with rpm backendRichard Purdie
Since we've never distributed binary feeds this isn't a problem for now for Poky and as it stands this line breaks images. [BUGID #442] Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-15poky.conf: Add qemu-config dependency for qemux86-64Richard Purdie
After booting qemux86-64 sato image, there is no icon for shutdown on the desktop which is caused by missing the qemu-config package on this machine. [BUGID #458] Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-15shared-mime-info: Don't run the util for the native version of the packageRichard Purdie
The whole point of building a native version of this package is to provide the share-mime-info binary so using it in do_install of the native package is incorrect. Add a modified do_install for the native version of the package to avoid this. [BUGID #466] Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-15documentation/poky-ref-manual: Various tweaks to the textRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-15documentation/tools: Add comments to scriptRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-15libffi: fix the uriJoshua Lock
It had the previous version hard-coded Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-10-15documentation: Complete poky-handbook -> poky-ref-manual renameRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-15documentation/handbook: Tweak Makefiles and paths after path changesRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-15handbook/poky-ref-manual: Makefile tweaksRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-15handbook: Move into documentation directoryRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-15Use gdk_threads_enter/gdk_threads_leave to ensure gtk multithread safeDongxiao Xu
If the video player tries to play an unknown type file, it will enter the error_cb() function, which is called in another thread. Use gdk_threads_enter/gdk_threads_leave to ensure the safe of gtk multi-thread operation. This fixes [BUGID #474] Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-10-15libffi: bumpt to version 3.0.9Joshua Lock
3.0.8 is incompatible with the autotools versions we use in Poky Signed-off-by: Joshua Lock <josh@linux.intel.com>