]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/log
thirdparty/openembedded/openembedded-core-contrib.git
14 years agolibx11-trim: Add SRC_URI Checksum
Saul Wold [Tue, 4 Oct 2011 23:47:58 +0000 (16:47 -0700)] 
libx11-trim: Add SRC_URI Checksum

(From OE-Core rev: be8843ebfcc84a27111c1d020917e72233176651)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agodosfstools: Add SRC_URI Checksum
Saul Wold [Tue, 4 Oct 2011 23:46:23 +0000 (16:46 -0700)] 
dosfstools: Add SRC_URI Checksum

(From OE-Core rev: a19bfc10e60ddc7e9317654ca7565d39acbc3987)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agogrub: Add SRC_URI Checksum
Saul Wold [Tue, 4 Oct 2011 23:46:04 +0000 (16:46 -0700)] 
grub: Add SRC_URI Checksum

(From OE-Core rev: 81dd5411a51959c95a9939f626ea605b3818be70)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agoxserver-xf86: Use PACKAGECONFIG for udev/hal choice and default to udev
Richard Purdie [Thu, 6 Oct 2011 22:16:14 +0000 (23:16 +0100)] 
xserver-xf86: Use PACKAGECONFIG for udev/hal choice and default to udev

(From OE-Core rev: 55fe7a29e059a3e09e04896b18bb751da3cd8530)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agonative.bbclass: Ensure native recipes have a deterministic baselib value
Richard Purdie [Thu, 6 Oct 2011 22:13:54 +0000 (23:13 +0100)] 
native.bbclass: Ensure native recipes have a deterministic baselib value

Changes to baselib by specific machine configuration were resulting
in sstate cache invalidation, particularly in multilib configurations.

This patch ensures this doesn't happen and native sstate cache files
are reusable.

(From OE-Core rev: d0915fb0a2cc80ad45b3fd526d3b29a91d99572c)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agosstate.bbclass: Ensure machine specific stamps are only wiped for the current task
Richard Purdie [Thu, 6 Oct 2011 22:11:18 +0000 (23:11 +0100)] 
sstate.bbclass: Ensure machine specific stamps are only wiped for the current task

sstate was being a little too ethusiastic about removing stamp files and
was removing stamp files for other machines when it shouldn't have been.

This patch teaches sstate about machine specific stamp extensions and
allows it to only remove the current task's stampfiles.

Based on a patch from Phil Blundell <philb@gnu.org> with some tweaks
from me.

(From OE-Core rev: 5e9488495401399d39fcb5012b86c313b6caca73)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agoimage.bbclass: No need to run most tasks except do_rootfs
Richard Purdie [Thu, 6 Oct 2011 22:09:49 +0000 (23:09 +0100)] 
image.bbclass: No need to run most tasks except do_rootfs

Running fetch/unpack/patch/compile/install etc. is pointless
since the only image task that does anything is the rootfs task.

Hence mark the useless tasks as noexec so we don't bother running them.

(From OE-Core rev: b3d1c440feb7fd7b3e3374ca528195ab9bd3a7ce)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agobase.bbclass: Implement PACKAGECONFIG
Richard Purdie [Thu, 6 Oct 2011 22:06:32 +0000 (23:06 +0100)] 
base.bbclass: Implement PACKAGECONFIG

These enabled options to be specified in the form:

PACKAGECONFIG ?? = "<default options>"
PACKAGECONFIG[foo] = "--enable-foo,--disable-foo,foo_depends,foo_runtime_depends"

So that DEPENDS, RDEPENDS_${PN} and EXTRA_OECONF can be automatically
built from specific options. Those options can easily be customised
by the distro config or the user.

Based on some ideas from Chris Elston <celston@katalix.com> but with
an improved easier to use one line interface.

(From OE-Core rev: 7a58911f6951abd56db9ebb37f8d6284d91fa514)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agobase.bbclass: Minor cleanup
Richard Purdie [Thu, 6 Oct 2011 22:06:21 +0000 (23:06 +0100)] 
base.bbclass: Minor cleanup

(From OE-Core rev: 373db49de0e30239fc8c7c3ce74d635fd7d6cd70)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agometa-yocto/qt4: Update bbappend to new version
Richard Purdie [Fri, 7 Oct 2011 10:07:12 +0000 (11:07 +0100)] 
meta-yocto/qt4: Update bbappend to new version

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agolocal.conf.sample: Disable interactive patch resolution for now since doesn't work...
Richard Purdie [Thu, 6 Oct 2011 23:00:21 +0000 (00:00 +0100)] 
local.conf.sample: Disable interactive patch resolution for now since doesn't work well

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agodocumentation/dev-manual/dev-manual-kernel-appendix.xml: config example
Scott Rifenbark [Wed, 5 Oct 2011 19:07:29 +0000 (12:07 -0700)] 
documentation/dev-manual/dev-manual-kernel-appendix.xml: config example

I had to add some changes to the way we invoke qemu to show multiple
processor support.  I needed the qemuparam "-smp 2".  There are
other minor edits as well.

(From yocto-docs rev: 508863634ce537b0936f8e44f87b90bef678c122)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agodocumentation/yocto-project-qs/yocto-project-qs.xml: release name and misc.
Scott Rifenbark [Wed, 5 Oct 2011 19:05:41 +0000 (12:05 -0700)] 
documentation/yocto-project-qs/yocto-project-qs.xml: release name and misc.

I somehow had either dreamed the word "einstein" into the release
for 1.1 and had it in there as part of the tarball name, etc.
I have replaced this obviously with "edison."

Other edits involved making the references to outside documents
more consistent.

(From yocto-docs rev: 2407b7dd89712c489d515e97d44e3c7dc0b64d20)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agodocumentation/dev-manual/figures/kernel-example-repos.png: updated figure
Scott Rifenbark [Wed, 5 Oct 2011 12:59:12 +0000 (05:59 -0700)] 
documentation/dev-manual/figures/kernel-example-repos.png: updated figure

Changed the pathnames for kernel 3.0 from 2.37

(From yocto-docs rev: 220ce5fbb3663940b5940445190d30d98f58a438)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agodocumentation/dev-manual/dev-manual-kernel-appendix.xml: edits to the example
Scott Rifenbark [Wed, 5 Oct 2011 12:52:39 +0000 (05:52 -0700)] 
documentation/dev-manual/dev-manual-kernel-appendix.xml: edits to the example

Some minor edits for the kernel example.

(From yocto-docs rev: 01e9f01662efad746fbfc34820b6efeb34affecd)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agodocumentation: Fixed links for yocto-1.1
Scott Rifenbark [Wed, 5 Oct 2011 12:26:52 +0000 (05:26 -0700)] 
documentation: Fixed links for yocto-1.1

After greping through the documentation directory, I addressed
all the <ulink> statements that used to have yocto-1.0 in the URL.
They are now yocto-1.1.

(From yocto-docs rev: 97d160263c5905fdeaf4ec285bc5359918790581)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agowebkit-gtk: Enable dependency tracking since the webkit makefiles have bugs
Richard Purdie [Wed, 5 Oct 2011 13:36:18 +0000 (14:36 +0100)] 
webkit-gtk: Enable dependency tracking since the webkit makefiles have bugs

(From OE-Core rev: cc626b9e1671670a931ea3e528ea4b0f7b2e923b)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agoautotools.bbclass: Allow dependency tracking option to be easily overridden
Richard Purdie [Tue, 4 Oct 2011 12:37:46 +0000 (13:37 +0100)] 
autotools.bbclass: Allow dependency tracking option to be easily overridden

(From OE-Core rev: c353a60bd8a6151a3538f0900aff0b5856aa0684)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agoscripts/oe-buildenv-internal: Add SOCKS5_{USER, PASSWD} to BB_ENV_EXTRAWHITE
Kumar Gala [Tue, 4 Oct 2011 22:03:05 +0000 (17:03 -0500)] 
scripts/oe-buildenv-internal: Add SOCKS5_{USER, PASSWD} to BB_ENV_EXTRAWHITE

If a SOCKS5 gateway is needed for a proxy access like git it might also
require authentication to the proxy via a password and username.  Adding
SOCKS5_USER & SOCKS5_PASSWD to BB_ENV_EXTRAWHITE allow for automation
of the authentication request to occur when something like a git fetch
is going through the proxy.

This patch requires the bitbake patch to add extra exportvars so
these variables get passed from Env -> bitbake -> fetcher

(From OE-Core rev: 9206ea0f7cd39d2ba6ff4b41cbeb17409d3ae5f1)

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agofetch2: Export additional variables to the fetchers
Matthew McClintock [Tue, 4 Oct 2011 19:08:37 +0000 (14:08 -0500)] 
fetch2: Export additional variables to the fetchers

git could need these environment variables when working behind
a proxy

(Bitbake rev: dca46cc2e1c75b6add2c4801e2994a4812745f5b)

Signed-off-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agogdb-cross-canadian: Fix source directory S
Richard Purdie [Wed, 5 Oct 2011 18:00:00 +0000 (19:00 +0100)] 
gdb-cross-canadian: Fix source directory S

(From OE-Core rev: 42f510b2eec3fadbeb0ce2793de8f29e7cba1ad7)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agomtools: Disable parallel make install, its broken
Richard Purdie [Wed, 5 Oct 2011 17:58:49 +0000 (18:58 +0100)] 
mtools: Disable parallel make install, its broken

(From OE-Core rev: 6f64114f5825bf6f6ab8eaaf4bed24586e05ee57)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agokexec-tools: fix architecture mismatch QA error
Tom Zanussi [Sat, 1 Oct 2011 15:05:34 +0000 (10:05 -0500)] 
kexec-tools: fix architecture mismatch QA error

Building sato-sdk for an x86_64 target throws this QA error:

| ERROR: QA Issue: Architecture did not match (62 to 3) on /work/x86_64-poky-li\
nux/kexec-tools-2.0.2-r1/packages-split/kexec-tools/usr/lib/kexec-tools/kexec_t\
est

kexec_test uses 32-bit code for testing - add an INSANE_SKIP exception for it.

(From OE-Core rev: 0dbf91969bb16f4761f58426ff5b458139c4e235)

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agodocumentation/dev-manual/figures/wip.png: new figure added.
Scott Rifenbark [Tue, 4 Oct 2011 19:53:11 +0000 (12:53 -0700)] 
documentation/dev-manual/figures/wip.png: new figure added.

(From yocto-docs rev: f373d2b9f3530e31dc84b9333cfef93cdfd2c5e2)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agodocumentation/dev-manual/dev-manual-start.xml: console updates and tar update
Scott Rifenbark [Tue, 4 Oct 2011 19:49:27 +0000 (12:49 -0700)] 
documentation/dev-manual/dev-manual-start.xml: console updates and tar update

I re-ran the exmaples to set up various Git repos and updated the output.

Also fixed a bad tarball name from edison-1.1 to edison-6.0

(From yocto-docs rev: 6538d588fa35986ff301a22d327af73c337ec43c)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agodocumentation/dev-manual/dev-manual-kernel-appendix.xml: general updates
Scott Rifenbark [Tue, 4 Oct 2011 13:54:04 +0000 (06:54 -0700)] 
documentation/dev-manual/dev-manual-kernel-appendix.xml: general updates

I made a pass through the book to clean up all areas in preparation to
running the examples again.  Most changes were punctuation, manual
section reference formats, and wordings.

(From yocto-docs rev: 0d054f79c82ddc204938dea187312d1a80d0a2e1)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agodocumenation/Makefile: Added a "WIP" figure dev manual for future work.
Scott Rifenbark [Tue, 4 Oct 2011 13:53:13 +0000 (06:53 -0700)] 
documenation/Makefile: Added a "WIP" figure dev manual for future work.

(From yocto-docs rev: 90964c51b1cd848a7bb0ddce5dcfd0a0f8c86223)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agodocumentation/dev-manual/dev-manual-bsp-appendix.xml: changes to references
Scott Rifenbark [Tue, 4 Oct 2011 13:00:29 +0000 (06:00 -0700)] 
documentation/dev-manual/dev-manual-bsp-appendix.xml: changes to references

More changes to the internal section references.  Using <link> rather than
<xref> to get rid of the section number in the reference.

(From yocto-docs rev: 4351fd4898c517e25235611893b1cd059cbcc2f8)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agodocumenation/dev-manual/dev-manual-bsp-appendix.xml: fixed reference form
Scott Rifenbark [Tue, 4 Oct 2011 12:56:17 +0000 (05:56 -0700)] 
documenation/dev-manual/dev-manual-bsp-appendix.xml: fixed reference form

I am using a certain form to reference other sections in the current
or other manual.  I updated the references to follow this form.

(From yocto-docs rev: 2ba41ac2f355dbe66af19e356f9246b7485585b5)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agodocumentation/dev-manual/dev-manual-bsp-appendix.xml: fixed typo.
Scott Rifenbark [Tue, 4 Oct 2011 12:35:38 +0000 (05:35 -0700)] 
documentation/dev-manual/dev-manual-bsp-appendix.xml: fixed typo.

(From yocto-docs rev: a66bb0402dd3f1499278277486e482b573a97777)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agorunqemu-export-rootfs: Add HOW-TO for ubuntu 11.10 for rpcbind problem
Khem Raj [Tue, 4 Oct 2011 19:32:43 +0000 (12:32 -0700)] 
runqemu-export-rootfs: Add HOW-TO for ubuntu 11.10 for rpcbind problem

The existing instruction to tackle
RPC: Authentication error; why = Client credential too weak
Are not applicable to ubuntu 11.10 especially

Therefore add the magic needed for ubuntu 11.10

(From OE-Core rev: faae191e8c1920745e0ea9abf7b8b26eb4561096)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agobootimg.bbclass: fix comment typo
Otavio Salvador [Sun, 2 Oct 2011 17:20:38 +0000 (17:20 +0000)] 
bootimg.bbclass: fix comment typo

(From OE-Core rev: 780685bbaf6d6f74aed77c412686592d6b9cf8e5)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agoimage-live.bbclass: allow images to override ROOTFS and INITRD
Otavio Salvador [Sun, 2 Oct 2011 17:22:20 +0000 (17:22 +0000)] 
image-live.bbclass: allow images to override ROOTFS and INITRD

(From OE-Core rev: e8011abfab79220102e4843d8a91655162140090)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agoimage.bbclass: improve comments regarding exported functions
Otavio Salvador [Sat, 3 Sep 2011 12:53:42 +0000 (12:53 +0000)] 
image.bbclass: improve comments regarding exported functions

(From OE-Core rev: 2097874dab4d6b77d7ece026808283381c2cbe1a)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agolinux-yocto: update live boot configuration
Bruce Ashfield [Tue, 4 Oct 2011 21:00:56 +0000 (17:00 -0400)] 
linux-yocto: update live boot configuration

Updating the meta SRCREV to import a series of changes to synchronize
live booting between multiple targets:

  d05450e meta/fri2: enable booting from iso
  3da7d2a meta/fishriver: enable booting from iso
  52e1c49 meta/emenlow: enable booting from iso
  87918ae meta/crownbay: enable booting from iso

(From OE-Core rev: 7100c50c8697a3eec446b9189bf49ecbea9b7264)

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agoqt4-embedded: move qt4-embedded-conf from RDEPENDS to RRECOMMENDS
James Limbouris [Tue, 4 Oct 2011 01:42:22 +0000 (09:42 +0800)] 
qt4-embedded: move qt4-embedded-conf from RDEPENDS to RRECOMMENDS

qt4-embedded-conf contains an environment setup script for profile.d.
It has been packaged seperately to allow for its exclusion, but this is
only practical if it is added to RRECOMMENDS, rather than RDEPENDS.

(From OE-Core rev: e0c2a62fcadc5095729229e83975f35fe0c3fa8f)

Signed-off-by: James Limbouris <james@digitalmatter.com.au>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agoqt4: packaging fixup
Dmitry Eremin-Solenikov [Sun, 2 Oct 2011 21:46:11 +0000 (01:46 +0400)] 
qt4: packaging fixup

Improve packaging:
* Add phrasebook packages to DYNAMIC_PACKAGES
* Correct phrasebook packages generation
* Include more files into -dbg packages
* Package fontdir and fonts README.

(From OE-Core rev: 4e3c29dd90f583cafe7a7fc863efb3720096d67b)

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agoqt4: Fix translation support
Otavio Salvador [Sun, 2 Oct 2011 21:46:10 +0000 (01:46 +0400)] 
qt4: Fix translation support

The translation support was disable in build. The
fix-translation.patch was imported from OpenEmbedded to fix a linking
issue in phonon translation support.

[Dmitry Eremin-Solenikov: ported to apply to qt 4.7.4 build, bumped PR]

(From OE-Core rev: 4fc51a28bd171ea93fecee6326c69c6494023f76)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agopoky.conf: Increment DISTRO_VERSION
Elizabeth Flanagan [Wed, 28 Sep 2011 23:01:23 +0000 (16:01 -0700)] 
poky.conf: Increment DISTRO_VERSION

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>
14 years agodocumentation/adt-manual: changes for Jessica's review.
Scott Rifenbark [Mon, 3 Oct 2011 19:07:21 +0000 (12:07 -0700)] 
documentation/adt-manual: changes for Jessica's review.

I made several changes based on feedback from Jessica Zhang.

1. Removed "SDKVERSION" as a way of identifying the directory in
   which a toolchain tarball is installed.  I replaced with "1.1"

2. Cleaned up the bitbake command verbage to consistently use
   'bitbake' command.

3. Cleaned up an erroneous reference to the toolchain environment
   setup scripts.  I was referring the user to the oe-init-build-env
   area.

4. Changed wording to indicate that the toolchain tarball is generated
   after running bitbake rather than installing the toolchain.

5. Replaced the gmae tarball file used in an example to be the
   regular taball.

(From yocto-docs rev: f7c3e4f4a666121a29825099d451eab1accb0616)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agodocumentation/dev-manual/dev-manual-start.xml: Updates for 1.1 repos names
Scott Rifenbark [Mon, 3 Oct 2011 18:42:56 +0000 (11:42 -0700)] 
documentation/dev-manual/dev-manual-start.xml: Updates for 1.1 repos names

I changed the bernard examples used when creating Git repos to reflect
the edison release.

(From yocto-docs rev: d345cb08905e7f5e21b1649af5e876317cc68931)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agodocumentation/dev-manual/dev-manual-bsp-appendix.xml: scrubbed example
Scott Rifenbark [Mon, 3 Oct 2011 18:41:12 +0000 (11:41 -0700)] 
documentation/dev-manual/dev-manual-bsp-appendix.xml: scrubbed example

I changed several small things in the example as I worked through it
once again.  The commit IDs changed for using the atom-pc kernel.
Also the command to build the sato image can no longer use 'live'.

(From yocto-docs rev: faff1e7f21b5059dfe708c6a3d83116c7349fe55)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agodocumentation/adt-manual/adt-eclipse.xml: edits to zip section
Scott Rifenbark [Mon, 3 Oct 2011 15:43:26 +0000 (08:43 -0700)] 
documentation/adt-manual/adt-eclipse.xml: edits to zip section

No need to use the long command to restart Eclipse.  It will have
been restarted as part of the procedure.  I updated the last paragraph
to simply point the user off to the next section.

(From yocto-docs rev: bca280e74f81a0401c520c8a59e9e07e16f28b8b)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agodocumentation/adt-manual/adt-eclipse.xml: updates to zip method of plugin install.
Scott Rifenbark [Mon, 3 Oct 2011 15:18:23 +0000 (08:18 -0700)] 
documentation/adt-manual/adt-eclipse.xml: updates to zip method of plugin install.

These changes are for installing the YP Eclipse plug-in using a built out
ZIP file.

(From yocto-docs rev: ea50f63d448b4ff6026a9334440058511782461d)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agodocumentation/poky-ref-manual/extendpoky.xml: multilib edits
Scott Rifenbark [Mon, 3 Oct 2011 14:42:20 +0000 (07:42 -0700)] 
documentation/poky-ref-manual/extendpoky.xml: multilib edits

Feedback from Richard Purdie inserted.  I made an edit pass for
style to Richard's re-write.

(From yocto-docs rev: e5bb08e966614c610e6357642b3b2d1522332f7f)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agodocumentation/adt-manual/adt-eclipse.xml: edits to the config steps
Scott Rifenbark [Fri, 30 Sep 2011 20:44:12 +0000 (13:44 -0700)] 
documentation/adt-manual/adt-eclipse.xml: edits to the config steps

I made some slight edits to configuring the Eclipse IDE and the
procedure to install the plug-in from the zip file.  This is not
complete yet.

(From yocto-docs rev: 96de3d21946d64e6b877f067912da8677c3d373a)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agodocumentation/kernel-manual/kernel-how-to.xml: Updated build strategy
Scott Rifenbark [Fri, 30 Sep 2011 18:13:31 +0000 (11:13 -0700)] 
documentation/kernel-manual/kernel-how-to.xml: Updated build strategy

This section used the term "tree construction" somewhat out of context.
The section really focuses on what the build process and the user does
prior to compilation.  I changed wording to indicate the tree is
validated to be sure that the SRC_URI point to the right stuff and
that the BSP build branch exists.

(From yocto-docs rev: e6332d5045b21354b53bbbe1203f9d52d4d97964)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agodocumentation/adt-manual/adt-prepare.xml: updates to getting images.
Scott Rifenbark [Fri, 30 Sep 2011 16:02:18 +0000 (09:02 -0700)] 
documentation/adt-manual/adt-prepare.xml: updates to getting images.

Made a few corrections to the section describing how to build
the tcf-agent into non-sdk images.

(From yocto-docs rev: e78dc3b3d3dd443506e78651cf9673358577c21d)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agodocumentation/adt-manual/adt-prepare.xml: Updated for building tcf-agent
Scott Rifenbark [Fri, 30 Sep 2011 15:34:48 +0000 (08:34 -0700)] 
documentation/adt-manual/adt-prepare.xml: Updated for building tcf-agent

The YP only ships one pre-built image that has the tcf-agent built
into it - core-image-sato-sdk.  There are a couple methods that exist
to create images that do not normally have this agent so that they
will have it.  I updated the "Getting the Images" section to
contain those steps.  Lianhao and Jessica Zhang were the technical
resources for these changes.  These changes are the first draft.

(From yocto-docs rev: 85432e4892c3fe924bf90961f89e8edfd9693e84)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agodocumentation/poky-ref-manual/extendpoky.xml: Multilib section added
Scott Rifenbark [Fri, 30 Sep 2011 14:11:33 +0000 (07:11 -0700)] 
documentation/poky-ref-manual/extendpoky.xml: Multilib section added

I created a section on how to prepare for and use the multilib
feature.  The information is leveraged off the "Multilib" wiki page
at http://wiki.yoctoproject.org/wiki/Multilib.  This is the first
draft of the changes.  I expect corrections.

(From yocto-docs rev: 8cf41c90f772018f4f144d63df911912cc298d70)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agodocumentation/adt-manual/adt-prepare.xml: changed link
Scott Rifenbark [Thu, 29 Sep 2011 20:18:34 +0000 (13:18 -0700)] 
documentation/adt-manual/adt-prepare.xml: changed link

Updated a link that was an autobuilder link to be
http://www.yoctoproject.org/downloads/yocto-1.1/machines.

(From yocto-docs rev: 91a4056a285b53f8c73494e8af88d9a98d6d61e0)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agodocumentation: Updated title pages.
Scott Rifenbark [Thu, 29 Sep 2011 19:53:43 +0000 (12:53 -0700)] 
documentation: Updated title pages.

Updated the title pages for the ADT, BSP, Dev, and Ref manuals to
contain the Oct 6 release date for the books.  Also, changed the
author field for the BSP guide to include Tom Zanussi as well
as Richard Purdie.

(From yocto-docs rev: 301da0a5b305e4b332397bb67f6a6a77751991d2)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agodocumentation/poky-ref-manual/ref-variables.xml: updated KERNEL_FEATURES
Scott Rifenbark [Thu, 29 Sep 2011 18:52:27 +0000 (11:52 -0700)] 
documentation/poky-ref-manual/ref-variables.xml: updated KERNEL_FEATURES

(From yocto-docs rev: 37a9cea71139ceda1d2a7da639f5555414ef497b)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agodocumentation/kernel-manual: Added some references to other areas of YP docs.
Scott Rifenbark [Thu, 29 Sep 2011 18:05:07 +0000 (11:05 -0700)] 
documentation/kernel-manual: Added some references to other areas of YP docs.

(From yocto-docs rev: 20754cb376e65b7262b754afad839e0c2b82d7f7)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agodocumentation/kernel-manual: Scrub for 1.1
Scott Rifenbark [Thu, 29 Sep 2011 17:31:42 +0000 (10:31 -0700)] 
documentation/kernel-manual: Scrub for 1.1

I went through and made sure examples are relevant, wording is correct,
large blocks of unused text was removed, and some references included
to other YP documents.

(From yocto-docs rev: 2231082530dd9cecc234f5f024c4e246afb2968d)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agodocumentation/poky-ref-manual/ref-variables.xml: updates to KERNEL_FEATURES.
Scott Rifenbark [Thu, 29 Sep 2011 16:22:51 +0000 (09:22 -0700)] 
documentation/poky-ref-manual/ref-variables.xml: updates to KERNEL_FEATURES.

(From yocto-docs rev: ec1e2d71c576fe1c12031371de89a71770cebb1d)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agodocumentation/poky-ref-manual/ref-variables.xml: Added KERNEL_FEATURES
Scott Rifenbark [Thu, 29 Sep 2011 16:09:44 +0000 (09:09 -0700)] 
documentation/poky-ref-manual/ref-variables.xml: Added KERNEL_FEATURES

Added this variable description in the glossary.

(From yocto-docs rev: 12a9e5b4dfc399ff2037355aa1062f907a62e76d)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agodocumentation/poky-ref-manual/faq.xml: Removed wording that focues on GNOME
Scott Rifenbark [Wed, 28 Sep 2011 19:48:35 +0000 (12:48 -0700)] 
documentation/poky-ref-manual/faq.xml: Removed wording that focues on GNOME

Per Paul Eggleton he suggested that the wording we had about YP focusing
on the GNOME Mobile environment was misleading now.  It was in there in the
original version of the FAQ but with time has become outdated.  I simply
removed the "GNOME" part and left the part that mentions about YP
being a stable
environment and well-suited for the embedded mobile environment.

(From yocto-docs rev: cc7103eda3fd77d89cecfffa23f0f798aa512132)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agodocumentation/bsp-guide/bsp.xml: Added recipes-core section
Scott Rifenbark [Wed, 28 Sep 2011 19:36:33 +0000 (12:36 -0700)] 
documentation/bsp-guide/bsp.xml: Added recipes-core section

In the example I use for the BSP structure I use the Crown Bay
BSP.  I neglected to include any explanation of the recipes-core
directory.  I have added some description around this area.

(From yocto-docs rev: ba56c86e5a4aa3fbf23b12d26ffe35a3b6193a78)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agodocumentation/yocto-project-qs/yocto-project-qs.xml: Supported Distros updated
Scott Rifenbark [Wed, 28 Sep 2011 19:03:47 +0000 (12:03 -0700)] 
documentation/yocto-project-qs/yocto-project-qs.xml: Supported Distros updated

I updated the section on the supported distribution section by including
a link to the wiki page that shows what distros we have tested and
their status.

(From yocto-docs rev: e66a18a13dc02af6a0846dd1ecf14aeafcbe5d61)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agodocumentation/adt-manual/adt-eclipse.xml: Added zip method for plug-in install
Scott Rifenbark [Wed, 28 Sep 2011 18:43:08 +0000 (11:43 -0700)] 
documentation/adt-manual/adt-eclipse.xml: Added zip method for plug-in install

I added a new subsection to the section that talks about how to install
the YP eclipse plug-in.  According the Jessica, we should document
this method for installing the plug-in.

(From yocto-docs rev: dea5b1dacc16c08d61356e95bece2aec581dd16d)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agodocumentation/poky-ref-manual/ref-variables.xml: Variables updated
Scott Rifenbark [Wed, 28 Sep 2011 16:11:01 +0000 (09:11 -0700)] 
documentation/poky-ref-manual/ref-variables.xml: Variables updated

This is the second pass for re-documenting RDEPENDS, RRECOMMENDS,
MACHINE_ESSENTIALS_EXTRA_RDEPENDS, MACHINE_ESSENTIALS_EXTRA_RRECOMMENDS,
MACHINE_EXTRA_RDEPENDS, and MACHINE_EXTRA_RRECOMMENDS.  These
variables are in dire need of better explanations and examples.

(From yocto-docs rev: cc60bd4c50c7b19209dae06307aec26e962cf476)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agodocumentation/poky-ref-manual: Updates to several variables.
Scott Rifenbark [Tue, 27 Sep 2011 20:07:06 +0000 (13:07 -0700)] 
documentation/poky-ref-manual: Updates to several variables.

I did complete rewrites of RDEPENDS, RRECOMMENDS,
MACHINE_ESSENTIAL_EXTRA_RDEPENDS, MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS,
MACHINE_EXTRA_RDEPENDS, and MACHINE_EXTRA_RRECOMMENDS.  These are
sent out for review but these changes represent the first attempt
to clear up confusion on how the six variables are used and relate
to each other.

(From yocto-docs rev: 1d93707fb9383d51322e96eb521e96fcac8bcc47)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agodocumentation/poky-ref-manual/ref-variables.xml: update RDEPENDS and RRECOMMENDS
Scott Rifenbark [Tue, 27 Sep 2011 17:19:06 +0000 (10:19 -0700)] 
documentation/poky-ref-manual/ref-variables.xml: update RDEPENDS and RRECOMMENDS

Provided better descriptions of these variables and some examples on
how to use them.

(From yocto-docs rev: 3a5cce8c9ba02f90b3554a6f800f69c2e8e77911)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agodocumentation/poky-ref-manual/ref-variables.xml: update PREFERRED_VERSION
Scott Rifenbark [Tue, 27 Sep 2011 13:51:38 +0000 (06:51 -0700)] 
documentation/poky-ref-manual/ref-variables.xml: update PREFERRED_VERSION

Added a more robust description and provided a couple of usage
examples.

(From yocto-docs rev: b8b842b57cc003f1351a551041fe4b3de2fcbfd6)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agodocumentation/poky-ref-manual/ref-variables.xml: update PREFERRED_PROVIDER
Scott Rifenbark [Tue, 27 Sep 2011 13:43:13 +0000 (06:43 -0700)] 
documentation/poky-ref-manual/ref-variables.xml: update PREFERRED_PROVIDER

I added sterner wording on usage and provided an example.

(From yocto-docs rev: 32e07fafadb602b93c9f7b8a78e5baf4c7e1ab5e)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agodocumentation/poky-ref-manual/ref-variables.xml: update TCLIBC and POKYLIBC
Scott Rifenbark [Tue, 27 Sep 2011 13:36:55 +0000 (06:36 -0700)] 
documentation/poky-ref-manual/ref-variables.xml: update TCLIBC and POKYLIBC

Changed the description of POKYLIBC to note the variable is not supported
and provided a link to TCLIBC.  I added the entry for TCLIBC, which
was missing.

(From yocto-docs rev: d76a1ddb79577a3e121df3d590fb601b5e5fbb98)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agodocumentation/poky-ref-manual/ref-variables.xml: updates TCMODE and POKYMODE
Scott Rifenbark [Tue, 27 Sep 2011 13:26:26 +0000 (06:26 -0700)] 
documentation/poky-ref-manual/ref-variables.xml: updates TCMODE and POKYMODE

Noted that POKYMODE is no longer supported and provided link to TCMODE.
Added richer description to TCMODE.

(From yocto-docs rev: a7a326c2c8f4c5f29f3a9723a6895a7113a78357)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agodocumentation/poky-ref-manual/ref-variables.xml: edits to FILESYSTEM_PERMS_TABLES.
Scott Rifenbark [Tue, 27 Sep 2011 13:07:53 +0000 (06:07 -0700)] 
documentation/poky-ref-manual/ref-variables.xml: edits to FILESYSTEM_PERMS_TABLES.

Some minor re-wordings to give some context on how to use these special
files and the variable to point to them.

(From yocto-docs rev: 4482b42f4a224bada7a0fa5fe4821a753ba55d80)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agodocumentation/dev-manual/dev-manual-newbie.xml: added information for licenses
Scott Rifenbark [Mon, 26 Sep 2011 19:54:30 +0000 (12:54 -0700)] 
documentation/dev-manual/dev-manual-newbie.xml: added information for licenses

I added the directory where the list of know licenses are in the YP
files structure (meta/files/common-licenses).

(From yocto-docs rev: 6a8db1a5ac653dbc8730e61293221c0b0890888d)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agodocumentation/poky-ref-manual/ref-variables.xml: updated RDEPENDS
Scott Rifenbark [Mon, 26 Sep 2011 19:20:07 +0000 (12:20 -0700)] 
documentation/poky-ref-manual/ref-variables.xml: updated RDEPENDS

Per Paul Eggleton's suggestion I updated the description of this
variable.  Some minor wording changes as well as covering two
automatic handling features.

(From yocto-docs rev: 15be3502ca20f657051e02d698b459328328fb14)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agodocumentation: scrubbed out 'glibc' and replaced with 'eglibc'
Scott Rifenbark [Mon, 26 Sep 2011 18:02:36 +0000 (11:02 -0700)] 
documentation: scrubbed out 'glibc' and replaced with 'eglibc'

Several manuals and areas were still referring to 'glibc' as the
GNU version of the Unix statndrd C library.  We do not support this
any longer and now use 'eglibc' to build with.  Notable changes were
in the required packages area of the QS manual.  I also added a
bit in the reference guide saying how this release does not use
'glibc' to build with but rather 'eglibc'.

(From yocto-docs rev: c2c58914996d747c510706d78ecfd8f41c5e694d)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agodocumentation/poky-ref-manual/extendpoky.xml: New section on static library
Scott Rifenbark [Mon, 26 Sep 2011 17:13:56 +0000 (10:13 -0700)] 
documentation/poky-ref-manual/extendpoky.xml: New section on static library

I added a new section to the "Adding a Package" section.  This section
describes how to define the *.a files for when you create a library
that has static linking.  Response to a comment from Paul Eggleton.

(From yocto-docs rev: 64499006ecd1e6b7573f1955a2f6e2f1a9564ce8)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agodocumentation/poky-ref-manual/ref-variables.xml: added FILESYSTEM_PERMS_TABLES
Scott Rifenbark [Mon, 26 Sep 2011 15:49:17 +0000 (08:49 -0700)] 
documentation/poky-ref-manual/ref-variables.xml: added FILESYSTEM_PERMS_TABLES

New glossary variable entry added.

(From yocto-docs rev: f9a214fa7714b9ca4741ac0c56d40e2d8a390292)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agopopulate_sdk_rpm: Add missing /bin/sh from rpm ignore list for the SDK
Richard Purdie [Fri, 30 Sep 2011 22:13:49 +0000 (23:13 +0100)] 
populate_sdk_rpm: Add missing /bin/sh from rpm ignore list for the SDK

The target SDK packages don't need to fulfil a shell dependency
so add /bin/sh to the list of packages we don't need to resolve.

(From OE-Core rev: da761df049249e1ca99eb569642246e51e5bae91)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agolibproxy: upgrade to 0.4.7
Martin Jansa [Fri, 30 Sep 2011 13:46:26 +0000 (15:46 +0200)] 
libproxy: upgrade to 0.4.7

(From OE-Core rev: 4049c8c1334a8ca9a233185b87af1dde60a8fe32)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agojson-glib: upgrade to 0.14.0
Martin Jansa [Fri, 30 Sep 2011 13:46:00 +0000 (15:46 +0200)] 
json-glib: upgrade to 0.14.0

* 0.12.4 fails to build with glib-2.30.0

(From OE-Core rev: 8ee37c96fc09a8a2ab52164cf80e81388d4fd07f)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agohal-info: drop PACKAGE_ARCH all
Martin Jansa [Fri, 30 Sep 2011 16:36:01 +0000 (18:36 +0200)] 
hal-info: drop PACKAGE_ARCH all

RP: It would be better if we could find a way to patch out the compiler
checks in this package...
JaMa: drop PACKAGE_ARCH for now (nobody likes hal nowadays)

(From OE-Core rev: 870191c1c46e36f92c5d90a3eb049154b0597133)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agoImprove handling of 'all' architecture recipes and their interaction with sstate
Richard Purdie [Tue, 17 May 2011 23:03:02 +0000 (23:03 +0000)] 
Improve handling of 'all' architecture recipes and their interaction with sstate

* Jansa: rebased on current master, added nocompiler patch also to
  font-alias, dropped allarch from linux-firmware, gnome-icon-theme, hal-info as
  those are checking compiler (ie in intltool check) and better to build
  them as default arch instead of rebuilding after every machine
  change.
* this is also part of [BUGID# 1075]

(From OE-Core rev: 85d8362e0c443f11fe8d3fd0fba55d1bd4983613)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agoqt4: Update to latest version 4.7.4
Eric Bénard [Tue, 20 Sep 2011 20:07:33 +0000 (22:07 +0200)] 
qt4: Update to latest version 4.7.4

- 4.7.4 was release on the 1st of september, the changelog is available
here : http://qt.gitorious.org/+qt-developers/qt/releases/blobs/v4.7.4/dist/changes-4.7.4
and mostly contains bug fix.

- this patch include the fix for QTBUG-20925 which was a regression
against 4.7.3 : https://bugreports.qt.nokia.com/browse/QTBUG-20925
http://qt.gitorious.org/qt/qt/commit/852abfca6f4c349dce9b895956922f96d82df579
thanks to Paul Eggleton to point us to this bug.

(From OE-Core rev: 68189d7c372a861767b5db90376d61e165f9771b)

Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agoqt4: Fix translation support
Otavio Salvador [Thu, 15 Sep 2011 11:47:16 +0000 (11:47 +0000)] 
qt4: Fix translation support

The translation support was disable in build. The
fix-translation.patch was imported from OpenEmbedded to fix a linking
issue in phonon translation support.

(From OE-Core rev: 8d5a5d78f9e83c64ebddcecd7c4fd89cc1264163)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agoqt4.inc: package qtdemo's docs in a separate package
Denis Carikli [Thu, 15 Sep 2011 16:19:16 +0000 (18:19 +0200)] 
qt4.inc: package qtdemo's docs in a separate package

The documentation was 285M and doesn't fit on the NAND of many machines,
but in another had part of the documentation is needed for the
QT demos, so we split the documentation: so qt demo only RRECOMMAND
the documentation that it really needs.

Thanks to Eric Bénard for explaining me how to split it.

(From OE-Core rev: 97446651cd5128ca7a549df677c920e2463c46f9)

Signed-off-by: Denis Carikli <denis@eukrea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agoqt4(embedded and x11): Disable neon for armv6-vfp
Denis Carikli [Thu, 15 Sep 2011 09:26:16 +0000 (11:26 +0200)] 
qt4(embedded and x11): Disable neon for armv6-vfp

Without the -no-neon flag, neon is "autodetected"
by looking if the compiler is capable of compiling
a neon test, and succeed, and neon is then enabled
during the compilation.

(From OE-Core rev: 026b59180fe3fbeb43cfd143f053ef33f482ef0c)

Signed-off-by: Denis Carikli <denis@eukrea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agoqt4.inc: Remove the optional documentation package from the demo's RRECOMMENDS
Denis Carikli [Mon, 5 Sep 2011 13:24:14 +0000 (15:24 +0200)] 
qt4.inc: Remove the optional documentation package from the demo's RRECOMMENDS

The documentation is 285M and doesn't fit on the NAND of many machines.

(From OE-Core rev: 64d6a6ceceb1f1a599b8140f30071f8bc8e60393)

Signed-off-by: Denis Carikli <denis@eukrea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agoqt4: fix generated sdk
Eric Bénard [Sat, 10 Sep 2011 09:17:57 +0000 (11:17 +0200)] 
qt4: fix generated sdk

- qt4-tools-nativesdk : actually the qmake binary which gets installed
comes from the native recipe. This patch fix this problem by launching
configure twice : once to compile qmake using the right toolchain for
nativesdk, and a second time using the native qmake to compile all the
other tools for the nativesdk. Then we install the right qmake.

- mkspec : the link actually created in qt4-tools-nativesdk's
do_install point to nowhere so remove it and generate the link in
meta-toolchain-qte as it's the only place where we have all the variable
to create it.

- toolchain_create_sdk_env_script_append : we need to add OE_QMAKE_CFLAGS,
OE_QMAKE_CXXFLAGS and OE_QMAKE_LDFLAGS else the sdk won't find these
variables that are inserted by qmake in the Makefiles.

- with this patch, oe-core generates a working meta-toolchain-qte which
can compile a small example and is properly recognized by qtcreator (this
brings oe-core's meta-toolchain-qte to oe-dev's functional state).

(From OE-Core rev: 5f6fb92b939147d2d6aa7790a378d4b7cce3ada5)

Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agoqt4e-demo-image: Improve image contents
Eric Bénard [Wed, 7 Sep 2011 08:50:34 +0000 (10:50 +0200)] 
qt4e-demo-image: Improve image contents

Use ${POKY_BASE_INSTALL} in order to have the base files and
tools in the image.

(From OE-Core rev: c2f4bae0a100f3752153ecb93adb9ede4f55322a)

Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agopackage_rpm: Ensure multilib code is only called in the multilib case
Richard Purdie [Fri, 30 Sep 2011 21:31:52 +0000 (22:31 +0100)] 
package_rpm: Ensure multilib code is only called in the multilib case

This fixes some error messages in the do_rootfs logs of non-multilib
builds.

(From OE-Core rev: 439867efcc9a7df6062fdb8dae85004b1e9ed08c)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agoFix lttng-ust for powerpc64
Matthew McClintock [Thu, 29 Sep 2011 19:08:04 +0000 (14:08 -0500)] 
Fix lttng-ust for powerpc64

(From OE-Core rev: a75683a815343a481b3612c35e1ab79071343187)

Signed-off-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agoUpdate gitignore to ignore all meta-* directories
Matthew McClintock [Thu, 29 Sep 2011 19:02:54 +0000 (14:02 -0500)] 
Update gitignore to ignore all meta-* directories

meta-XYZ directories have been manually added in the past, instead
always ignore them unless they are explicitly added

(From OE-Core rev: 3c6e85c653ce176fd2cb5a570e63c8e5da5a4e48)

Signed-off-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agorgb: import from meta-oe layer
Martin Jansa [Fri, 30 Sep 2011 07:27:21 +0000 (09:27 +0200)] 
rgb: import from meta-oe layer

(From OE-Core rev: 805219204f81b80c6614aa23645e6960d33a25cc)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agoxserver/mesa: Bump PR after libdrm packaging changes
Richard Purdie [Fri, 30 Sep 2011 11:05:29 +0000 (12:05 +0100)] 
xserver/mesa: Bump PR after libdrm packaging changes

(From OE-Core rev: f61a7339bdff5d2fde9b6d477f1cdbe5b84b92e3)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agolibdrm: improve packaging
Martin Jansa [Fri, 30 Sep 2011 07:27:22 +0000 (09:27 +0200)] 
libdrm: improve packaging

(From OE-Core rev: 9a36f54bfc32a86cb6ee540353a00141aeef2c5d)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agoxf86-video-omapfb: bump SRCREV and add patch from meta-oe
Martin Jansa [Fri, 30 Sep 2011 07:27:19 +0000 (09:27 +0200)] 
xf86-video-omapfb: bump SRCREV and add patch from meta-oe

(From OE-Core rev: 37312b2367cd1db3b6682261fa370ff95ec07eef)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agoxorg-driver: rename .inc files and merge some changes from meta-oe
Martin Jansa [Fri, 30 Sep 2011 07:27:18 +0000 (09:27 +0200)] 
xorg-driver: rename .inc files and merge some changes from meta-oe

* use INC_PR
* use BPN directly instead of XORG_PN

(From OE-Core rev: 7920cc4b43f139d023b52a71c2407f5295347618)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agoxorg-app-common: merge some changes from meta-oe
Martin Jansa [Fri, 30 Sep 2011 07:27:17 +0000 (09:27 +0200)] 
xorg-app-common: merge some changes from meta-oe

* use BPN directly instead of XORG_PN
* fix depends
* fix packaging
* add INC_PR (used by recipes in meta-oe now, but should be used here
  too)

(From OE-Core rev: fbf6dcefb719f992c8b7900aea9c719ce143d0b1)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agolibxft, libxrender, renderproto: add native BBCLASSEXTEND
Martin Jansa [Fri, 30 Sep 2011 07:27:14 +0000 (09:27 +0200)] 
libxft, libxrender, renderproto: add native BBCLASSEXTEND

(From OE-Core rev: 6b3a4846cf3e5b21d392c1f5e9aa05b4da10c2e9)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agogdb: upgrade from 7.3a to 7.3.1
Nitin A Kamble [Fri, 30 Sep 2011 01:27:08 +0000 (18:27 -0700)] 
gdb: upgrade from 7.3a to 7.3.1

(From OE-Core rev: 9002f664383d71682767546524e1299137b6fe4f)

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agobyacc: upgrade from 20101229 to 20110908
Nitin A Kamble [Fri, 30 Sep 2011 01:27:09 +0000 (18:27 -0700)] 
byacc: upgrade from 20101229 to 20110908

(From OE-Core rev: f199a6cc0ce3118c85f4c214e1594688c3949e12)

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agooprofileui: Update SRCREV to reflect recent accpeted patches by upstream
Zhai Edwin [Fri, 30 Sep 2011 08:42:54 +0000 (16:42 +0800)] 
oprofileui: Update SRCREV to reflect recent accpeted patches by upstream

(From OE-Core rev: b74c44cc8a8cf9bc2e53ff5ae89865bb8b3d5602)

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 years agoatk: add patch to replace G_CONST_RETURN with const
Martin Jansa [Fri, 30 Sep 2011 08:47:02 +0000 (10:47 +0200)] 
atk: add patch to replace G_CONST_RETURN with const

* otherwise build fails when glib is 2.30.0 or newer (and G_DISABLE_DEPRECATED is enabled - like in atk)

(From OE-Core rev: e78446155df29daf85d1df70d5047d28a361a187)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>