]> code.ossystems Code Review - openembedded-core.git/log
openembedded-core.git
14 years agoRDEPENDS, RRECOMMENDS -> RDPEPENDS_${PN}, RRECOMMENDS_${PN}
Koen Kooi [Thu, 23 Dec 2010 19:23:33 +0000 (20:23 +0100)]
RDEPENDS, RRECOMMENDS -> RDPEPENDS_${PN}, RRECOMMENDS_${PN}

For these recipes the dependencies listed in RDEPENDS and RRECOMMENDS only apply to ${PN}

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agotask-poky-tools.bb: re-enable blktrace
Tom Zanussi [Wed, 29 Dec 2010 17:43:22 +0000 (11:43 -0600)]
task-poky-tools.bb: re-enable blktrace

The commit for BUGID #581 fixes the blktrace build errors - it should
now be safe to re-enable the blktrace recipe.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
14 years agoblktrace: Fix parallel make issue
Tom Zanussi [Wed, 29 Dec 2010 17:25:42 +0000 (11:25 -0600)]
blktrace: Fix parallel make issue

Fixes [BUGID #581]

When PARALLEL_MAKE is used with the current blktrace Makefile, the
btreplay and btrecord object files can end up being built multiple
times in parallel, which occasionally causes the linker to pick up the
object files in intermediate and seemingly corrupt states, and causes
the spurious link errors in the bug report.

This fix restricts the recursive btreplay invocations to building only
btreplay or btrecord as appropriate, not both.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
14 years agobb.utils: check if lock file is writable, to fix bug 606
Yu Ke [Wed, 29 Dec 2010 07:28:48 +0000 (15:28 +0800)]
bb.utils: check if lock file is writable, to fix bug 606

Bug 606 report that if $DL_DIR is read-only, do_fetch will
simply hang without any error message.

The root cause is that: bb.fetch.go()->bb.utils.lockfile()
will try to lock file ${DL_DIR}/xxxxx.lock. Since ${DL_DIR}
is read-only, it will cause IOError exception. Although
lockfile() can catch the exception, currently code simply
ignore all the exception and continue the loop. it make
sense if the exception is caused by locking contention,
but in the read-only $DL_DIR case, it cause endless waiting
unfortunately.

So this patch add read-only check for lockfile to avoid the
silent hang.

Fix [BUGID #606]

Signed-off-by: Yu Ke <ke.yu@intel.com>
14 years agoyocto/meta: update to 2.6.37-rc7
Bruce Ashfield [Mon, 27 Dec 2010 05:47:45 +0000 (00:47 -0500)]
yocto/meta: update to 2.6.37-rc7

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
14 years agoyocto-kernel: fix kmachine to deal with overrides
Bruce Ashfield [Wed, 22 Dec 2010 21:29:28 +0000 (16:29 -0500)]
yocto-kernel: fix kmachine to deal with overrides

BSPs are built from a particular branch of the kernel repository
which is specfied via the mapping of MACHINE to KMACHINE. Unless
a global branch is being forced (like libc headers), KMACHINE
is an override on a per machine basis.

Because KMACHINE is typically override we must first try the
most specific variant KMACHINE_<machine> and if that is undefined
look for a fallack default. This allows any combination of
variables to work (and at the time the anonymous python
executes) safely and get us a properly defined branch for the
fetcher and build.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
14 years agoattr: fix SRC_URI
Qing He [Tue, 28 Dec 2010 01:58:43 +0000 (09:58 +0800)]
attr: fix SRC_URI

Signed-off-by: Qing He <qing.he@intel.com>
14 years agoacl: use correct Savannah download link
Kevin Tian [Tue, 28 Dec 2010 00:35:49 +0000 (08:35 +0800)]
acl: use correct Savannah download link

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
14 years agocdrtools: Fix LIC_FILES_CHKSUM
Saul Wold [Wed, 29 Dec 2010 05:06:47 +0000 (21:06 -0800)]
cdrtools: Fix LIC_FILES_CHKSUM

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agocdrtools: add LIC_FILES_CHKSUM
Saul Wold [Sun, 26 Dec 2010 15:22:39 +0000 (07:22 -0800)]
cdrtools: add LIC_FILES_CHKSUM

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agoxserver-xf86: fix LIC_FILES_CHKSUM spelling and location
Saul Wold [Sun, 26 Dec 2010 15:22:10 +0000 (07:22 -0800)]
xserver-xf86: fix LIC_FILES_CHKSUM spelling and location

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agopoky-image-live.inc: Add LIC_FILES_CHKSUM
Richard Purdie [Sat, 25 Dec 2010 19:56:30 +0000 (19:56 +0000)]
poky-image-live.inc: Add LIC_FILES_CHKSUM

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agolibsdl: Add LIC_FILES_CHKSUM
Richard Purdie [Sat, 25 Dec 2010 19:51:26 +0000 (19:51 +0000)]
libsdl: Add LIC_FILES_CHKSUM

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agometa-toolchain Add LIC_FILES_CHKSUM
Richard Purdie [Sat, 25 Dec 2010 19:45:18 +0000 (19:45 +0000)]
meta-toolchain Add LIC_FILES_CHKSUM

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoqemu-helper-nativesdk: Add LIC_FILES_CHKSUM and update LICENSE
Richard Purdie [Sat, 25 Dec 2010 19:43:40 +0000 (19:43 +0000)]
qemu-helper-nativesdk: Add LIC_FILES_CHKSUM and update LICENSE

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agotask-sdk-host: Add LIC_FILES_CHKSUM
Richard Purdie [Sat, 25 Dec 2010 19:43:01 +0000 (19:43 +0000)]
task-sdk-host: Add LIC_FILES_CHKSUM

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agotask-cross-canadian: Add LIC_FILES_CHKSUM
Richard Purdie [Sat, 25 Dec 2010 17:56:06 +0000 (17:56 +0000)]
task-cross-canadian: Add LIC_FILES_CHKSUM

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoxserver-kdrive: Add missing DEPENDS on pixman
Richard Purdie [Sat, 25 Dec 2010 17:50:22 +0000 (17:50 +0000)]
xserver-kdrive: Add missing DEPENDS on pixman

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agou-boot: add LIC_FILES_CHKSUM
Saul Wold [Sat, 25 Dec 2010 08:11:36 +0000 (00:11 -0800)]
u-boot: add LIC_FILES_CHKSUM

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agoxserver-kdrive: add LIC_FILES_CHKSUM
Saul Wold [Sat, 25 Dec 2010 01:20:58 +0000 (17:20 -0800)]
xserver-kdrive: add LIC_FILES_CHKSUM

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agoldconfig-native: Add LIC_FILES_CHKSUM
Richard Purdie [Fri, 24 Dec 2010 10:04:00 +0000 (10:04 +0000)]
ldconfig-native: Add LIC_FILES_CHKSUM

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agopoky-image.bbclass: Set LIC_FILES_CHKSUM
Richard Purdie [Fri, 24 Dec 2010 09:51:44 +0000 (09:51 +0000)]
poky-image.bbclass: Set LIC_FILES_CHKSUM

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agodistro_tracking: Add RECIPE_LAST_UPDATE info
Dongxiao Xu [Fri, 24 Dec 2010 06:46:05 +0000 (14:46 +0800)]
distro_tracking: Add RECIPE_LAST_UPDATE info

Also removed distro tracking fields that recipe no longer exists.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agorootfs_ipk: The most recent opkg errors upon file overwrite. Until we fix package...
Richard Purdie [Fri, 24 Dec 2010 01:12:56 +0000 (01:12 +0000)]
rootfs_ipk: The most recent opkg errors upon file overwrite. Until we fix package conflicts, disable this for now

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoqemuimage-testlib: Improve quoting causing problems under certain circumstances
Richard Purdie [Fri, 24 Dec 2010 01:03:47 +0000 (01:03 +0000)]
qemuimage-testlib: Improve quoting causing problems under certain circumstances

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agolinux-yocto: Fix branch name on behalf of Bruce after recent renaming
Richard Purdie [Thu, 23 Dec 2010 23:59:35 +0000 (23:59 +0000)]
linux-yocto: Fix branch name on behalf of Bruce after recent renaming

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoqemuimage-testlib: Fix the check for running qemu processes
Richard Purdie [Thu, 23 Dec 2010 17:28:47 +0000 (17:28 +0000)]
qemuimage-testlib: Fix the check for running qemu processes

Previously, any active command containing the word "qemu" including
in the command path would trigger a "success" result for detecting
the qemu process. This change fixes the check to search for commands
starting with "qemu" and ignores pathnames.

It also shortens the timeout for the qemu process to appear to 10
seconds. If it doesn't appear in that time there is always a problem.

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoqemuimage-testlib: Ensure TOPDIR/BUILDDIR are set
Richard Purdie [Thu, 23 Dec 2010 17:27:14 +0000 (17:27 +0000)]
qemuimage-testlib: Ensure TOPDIR/BUILDDIR are set

The recent environment changes mean TOPDIR/BUILDDIR need to be exported
specifcially to the enviromnent so the qemu scripts can find the correct
build directory.

Without this, qemu can fail to run.

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoqmmp: fix dependencies and packaging
Paul Eggleton [Wed, 22 Dec 2010 18:22:13 +0000 (18:22 +0000)]
qmmp: fix dependencies and packaging

* Don't drag in all of Qt as runtime dependencies
* Use cmake instead of qmake. This ensures plugins are configured correctly.
* Split out vorbis and mad input plugins into separate packages
* Fix main package to include an output plugin and various other base files.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
14 years agoquicky: fix Qt4 runtime dependencies
Paul Eggleton [Wed, 22 Dec 2010 18:22:47 +0000 (18:22 +0000)]
quicky: fix Qt4 runtime dependencies

Avoid dragging in all of Qt4

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
14 years agofotowall: fix runtime Qt4 dependencies
Paul Eggleton [Wed, 22 Dec 2010 18:18:05 +0000 (18:18 +0000)]
fotowall: fix runtime Qt4 dependencies

Fix the runtime dependencies of fotowall so it doesn't drag in the whole of
Qt4. As a bonus the appropriate Qt image plugins for loading jpeg, gif & tiff
files are now installed with fotowall making it actually usable.

Fixes [BUGID: #524]

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
14 years agoqmake2.bbclass: add space to end of DEPENDS_prepend
Paul Eggleton [Wed, 22 Dec 2010 18:14:58 +0000 (18:14 +0000)]
qmake2.bbclass: add space to end of DEPENDS_prepend

There needs to be a space at the end of DEPENDS_prepend or otherwise it can
collide with the contents of DEPENDS. The OE version of this file has this.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
14 years agobinutils*.inc: Recipe format cleanup
Scott Garman [Wed, 22 Dec 2010 18:05:39 +0000 (10:05 -0800)]
binutils*.inc: Recipe format cleanup

Cleanup some simple whitespace / line break issues.

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
14 years agobinutils: delete unused patches
Scott Garman [Wed, 22 Dec 2010 17:56:46 +0000 (09:56 -0800)]
binutils: delete unused patches

These patches are not used by any current binutils recipe.

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
14 years agoqemuimage-testlib: Add check for existence of image and correctness of ip address
Jiajun Xu [Thu, 23 Dec 2010 15:09:06 +0000 (23:09 +0800)]
qemuimage-testlib: Add check for existence of image and correctness of ip address

Fixes [BUGID #612, #611]

Add check for existence of image to be tested in qemuimage-testlib.
This ensures that sanity test returns failure immediatly when there is
no image found. And also add check for the correctness of ip address.
If the ip address returned by function Test_Fetch_Target_IP is 0, it
means qemu starts up failed and no valid ip address found.

Signed-off-by Jiajun Xu <jiajun.xu@intel.com>

14 years agoapr-util: add --without-odbc to EXTRA_OECONF
Saul Wold [Thu, 23 Dec 2010 15:03:11 +0000 (07:03 -0800)]
apr-util: add --without-odbc to EXTRA_OECONF

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agounifdef: add LIC_FILES_CHKSUM
Saul Wold [Thu, 23 Dec 2010 15:02:41 +0000 (07:02 -0800)]
unifdef: add LIC_FILES_CHKSUM

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agoqemu-helper: add LIC_FILES_CHKSUM
Saul Wold [Thu, 23 Dec 2010 15:02:23 +0000 (07:02 -0800)]
qemu-helper: add LIC_FILES_CHKSUM

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agoeglibc: Only package ld.so.conf, not /etc/rpc which then conflicts with netbase
Richard Purdie [Thu, 23 Dec 2010 15:50:31 +0000 (15:50 +0000)]
eglibc: Only package ld.so.conf, not /etc/rpc which then conflicts with netbase

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agocross-localedef: add LIC_FILES_CHKCSUM
Saul Wold [Thu, 23 Dec 2010 15:02:00 +0000 (07:02 -0800)]
cross-localedef: add LIC_FILES_CHKCSUM

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agolinux-yocto: Add LIC_FILES_CHKSUM
Saul Wold [Thu, 23 Dec 2010 06:34:08 +0000 (22:34 -0800)]
linux-yocto: Add LIC_FILES_CHKSUM

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agoxserver-xf86: Add LIC_FILES_CHKSUM
Saul Wold [Thu, 23 Dec 2010 06:33:31 +0000 (22:33 -0800)]
xserver-xf86: Add LIC_FILES_CHKSUM

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agogtk: Add LIC_FILES_CHKSUM
Saul Wold [Thu, 23 Dec 2010 06:33:01 +0000 (22:33 -0800)]
gtk: Add LIC_FILES_CHKSUM

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agoqemu-helper: Add LIC_FILE_CHKSUMS
Saul Wold [Thu, 23 Dec 2010 06:30:42 +0000 (22:30 -0800)]
qemu-helper: Add LIC_FILE_CHKSUMS

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agogdb: Add LIC_FILE_CHKSUMS
Saul Wold [Thu, 23 Dec 2010 06:30:12 +0000 (22:30 -0800)]
gdb: Add LIC_FILE_CHKSUMS

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agobootst-jam: Add LIC_FILES_CHKSUM
Saul Wold [Thu, 23 Dec 2010 01:34:26 +0000 (17:34 -0800)]
bootst-jam:  Add LIC_FILES_CHKSUM

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agotzcode: Add LIC_FILES_CHKSUM
Saul Wold [Thu, 23 Dec 2010 01:33:56 +0000 (17:33 -0800)]
tzcode: Add LIC_FILES_CHKSUM

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agounifdef Add LIC_FILES_CHKSUM
Saul Wold [Thu, 23 Dec 2010 01:33:40 +0000 (17:33 -0800)]
unifdef Add LIC_FILES_CHKSUM

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agopython: Add LIC_FILES_CHKSUM
Saul Wold [Thu, 23 Dec 2010 01:32:40 +0000 (17:32 -0800)]
python: Add LIC_FILES_CHKSUM

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agoicon-naming-utils: Add LIC_FILES_CHKSUM
Saul Wold [Thu, 23 Dec 2010 01:32:19 +0000 (17:32 -0800)]
icon-naming-utils: Add LIC_FILES_CHKSUM

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agodesktop-file-utils: Add LIC_FILES_CHKSUM
Saul Wold [Thu, 23 Dec 2010 01:31:57 +0000 (17:31 -0800)]
desktop-file-utils: Add LIC_FILES_CHKSUM

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agoguilt: add LIC_FILES_CHKSUM
Saul Wold [Thu, 23 Dec 2010 00:56:21 +0000 (16:56 -0800)]
guilt: add LIC_FILES_CHKSUM

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agopython-pygobject: remove older install of generate-constants and add BBCLASSEXTEND
Saul Wold [Thu, 23 Dec 2010 00:41:31 +0000 (16:41 -0800)]
python-pygobject: remove older install of generate-constants and add BBCLASSEXTEND

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agoperl: Add LIC_FILES_CHKSUM to native recipe
Saul Wold [Thu, 23 Dec 2010 00:40:57 +0000 (16:40 -0800)]
perl: Add LIC_FILES_CHKSUM to native recipe

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agoxf86-input-vmmouse: add COMPATIBLE_HOST set to x86*
Saul Wold [Thu, 23 Dec 2010 00:40:19 +0000 (16:40 -0800)]
xf86-input-vmmouse: add COMPATIBLE_HOST set to x86*

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agodb: add LIC_FILES_CHKSUM
Saul Wold [Thu, 23 Dec 2010 00:39:50 +0000 (16:39 -0800)]
db: add LIC_FILES_CHKSUM

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agoconnman: Update to 0.64 to solve build issue with .37 kernel headers
Saul Wold [Wed, 22 Dec 2010 23:51:17 +0000 (15:51 -0800)]
connman: Update to 0.64 to solve build issue with .37 kernel headers

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agoapr: add configure for NODELAY to mips-common
Saul Wold [Wed, 22 Dec 2010 23:50:43 +0000 (15:50 -0800)]
apr: add configure for NODELAY to mips-common

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agoinsane.bbclass: make LIC_FILES_CHKSUM failures report errors
Saul Wold [Wed, 22 Dec 2010 23:50:12 +0000 (15:50 -0800)]
insane.bbclass: make LIC_FILES_CHKSUM failures report errors

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agolinux-yocto: add dropped qemuppc configuration
Bruce Ashfield [Wed, 22 Dec 2010 21:30:53 +0000 (16:30 -0500)]
linux-yocto: add dropped qemuppc configuration

The _ to - mass change mangled a config file name, which was
dropped from the update. This adds the fixed file back to the
meta branch of the kernel.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
14 years agoqemu: Add some checks before enabling KVM
Zhai Edwin [Wed, 22 Dec 2010 13:22:24 +0000 (21:22 +0800)]
qemu: Add some checks before enabling KVM

Check the missing modules and permission with informative output.

[BUGID #599] got fixed.

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agomatchbox-stroke: Make as singleton
Zhai Edwin [Wed, 22 Dec 2010 13:04:31 +0000 (21:04 +0800)]
matchbox-stroke: Make as singleton

Multiple matchbox-stroke instances would occupy whole screen and cause end user
confusing. Making matchbox-stroke singleton is one work around.

This patch allow only one instance of matchbox-stroke based on some mechanism
in matchbox-desktop.

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agomatchbox-keyboard: Make as singleton
Zhai Edwin [Wed, 22 Dec 2010 12:53:50 +0000 (20:53 +0800)]
matchbox-keyboard: Make as singleton

Multiple matchbox-keyboard instances would occupy whole screen and cause X
window segfault. Making matchbox-keyboard singleton is one work around.

This patch allow only one instance of matchbox-keyboard based on some mechanism
in matchbox-desktop. In future, an applet and GTK-IM modules in
matchbox-keyboard can be used to automatically map/unmap the virtual keyboard
on demand.

[BUGID #509] got fixed.

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agolinux-yocto: update to 2.6.37-rc6
Bruce Ashfield [Tue, 21 Dec 2010 06:12:48 +0000 (01:12 -0500)]
linux-yocto: update to 2.6.37-rc6

Fixes [BUGID #596]

Updating the SRCREVs of the target branches in the linux-yocto
development kernel to point to 2.6.37-rc6 content.

At this point branches have been switched from _ to - and we
are able to remove the old branch names.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
14 years agoqemu: match kernel headers to preferred kernel
Bruce Ashfield [Mon, 20 Dec 2010 19:52:56 +0000 (14:52 -0500)]
qemu: match kernel headers to preferred kernel

As the yocto-kernel advances, the libc headers must also
advance. This commit fixes the SRC_URI and SRCPV to work
properly with the latest linux-yocto kernel. It also switches
the qemu* targets to prefer this libc recipe.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
14 years agolinux-yocto-stable: fix qemux86 branch name
Bruce Ashfield [Mon, 20 Dec 2010 19:51:29 +0000 (14:51 -0500)]
linux-yocto-stable: fix qemux86 branch name

The mapping of qemu to kernel branch name for the stable
kernel had a small leak from the devel kernel. Nothing
broke since qemux86 prefers the 2.6.37 kernel and this was
hidden.

This fixes the mapping for anyone who does want a 2.6.34 based
qemux86 kernel.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
14 years agoapr: update x86_64 site config file
Saul Wold [Wed, 22 Dec 2010 07:05:25 +0000 (23:05 -0800)]
apr: update x86_64 site config file

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agoapt: update use-host patch to support x86_64
Saul Wold [Wed, 22 Dec 2010 07:04:24 +0000 (23:04 -0800)]
apt: update use-host patch to support x86_64

Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 years agosend-pull-request: allow users to select git-send-email or sendmail
Darren Hart [Tue, 21 Dec 2010 22:54:10 +0000 (14:54 -0800)]
send-pull-request: allow users to select git-send-email or sendmail

Some users find it easier to use their git sendmail setup over a local
MTA to deliver mail with the send-pull-request script. If you would
like to do this, please read the git-send-email man page and set
the relevant entries in your git config. In particular, be sure to
set sendemail.from to avoid being asked each time.

Reported-by: Khem Raj <raj.khem@gmail.com>
CC: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
14 years agometa-emenlow: update to the new BSP layout
Tom Zanussi [Mon, 20 Dec 2010 18:24:36 +0000 (12:24 -0600)]
meta-emenlow: update to the new BSP layout

This modifies the meta-emenlow BSP layer to reflect the new BSP
standard layout as defined in the latestYocto BSP Developer's Guide.

There's no change in functionality here - this simply moves things
around, adds a README, and makes the SRCREVs local.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
14 years agobitbake/depexp: fix early exit
Joshua Lock [Wed, 22 Dec 2010 17:03:44 +0000 (17:03 +0000)]
bitbake/depexp: fix early exit

Stupdi typo/thinko from me had depexp exiting once recipes had parsed
as I'd used a return the while loop where I'd meant a continue...

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agoopkg: Update to svn r590 to fix symbolic link issues
Richard Purdie [Wed, 22 Dec 2010 18:30:24 +0000 (18:30 +0000)]
opkg: Update to svn r590 to fix symbolic link issues

See the longlinksfix patch for details but symlinks over 100 chars long
were broken in sdk tarballs and its due to problems in the inbuilt tar in
libbb in opkg.

The patch fixes this and switched to svn r590 which already had partial fixes.

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoowl-video-widget: bump PR after recent patch
Joshua Lock [Wed, 22 Dec 2010 11:32:15 +0000 (11:32 +0000)]
owl-video-widget: bump PR after recent patch

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agopoky.bbclass: Move mirrors/premirrors to poky.conf
Richard Purdie [Tue, 21 Dec 2010 17:18:48 +0000 (17:18 +0000)]
poky.bbclass: Move mirrors/premirrors to poky.conf

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agobitbake/fetch: Fix fetch error
Richard Purdie [Tue, 21 Dec 2010 15:15:42 +0000 (15:15 +0000)]
bitbake/fetch: Fix fetch error

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agognome-doc-utils: use BBCLASSEXTEND for native variant
Joshua Lock [Tue, 21 Dec 2010 10:42:02 +0000 (10:42 +0000)]
gnome-doc-utils: use BBCLASSEXTEND for native variant

A recent patch from me created a native variant of gnome-doc-utils with a new
recipe file. This is uneccesarry. BBCLASSEXTEND is the brighter future.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agosanity.bbclass: Add check for '.' in PATH and error if found (see bug #572)
Richard Purdie [Tue, 21 Dec 2010 14:06:41 +0000 (14:06 +0000)]
sanity.bbclass: Add check for '.' in PATH and error if found (see bug #572)

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agodocumentation/bsp-guide/bsp.xml: Spell checked the file.
Scott Rifenbark [Sat, 18 Dec 2010 00:59:47 +0000 (16:59 -0800)]
documentation/bsp-guide/bsp.xml:  Spell checked the file.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agodocumentation/bsp-guide/bsp.xml: Updated Linux Kernel Configuration section.
Scott Rifenbark [Sat, 18 Dec 2010 00:53:59 +0000 (16:53 -0800)]
documentation/bsp-guide/bsp.xml:  Updated Linux Kernel Configuration section.

Another round of feedback from Tom Z applied.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agodocumentation/bsp-guide/bsp.xml: replaced the append file line in the template
Scott Rifenbark [Sat, 18 Dec 2010 00:29:53 +0000 (16:29 -0800)]
documentation/bsp-guide/bsp.xml:  replaced the append file line in the template

Section 1.1 has the example filesystem layout.  The last line of the
example filesystem layout had linux-wrs.  It has been changed to
linux-yocto-stable.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agodocumentation/bsp-guide/bsp.xml: Updated the Linux Kernel Configuration section
Scott Rifenbark [Fri, 17 Dec 2010 22:53:40 +0000 (14:53 -0800)]
documentation/bsp-guide/bsp.xml:  Updated the Linux Kernel Configuration section

These changes are another round of edits from Tom Z.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agodocumentation/bsp-guide/bsp.xml: Added reference to Kernel documentation.
Scott Rifenbark [Fri, 17 Dec 2010 16:52:43 +0000 (08:52 -0800)]
documentation/bsp-guide/bsp.xml: Added reference to Kernel documentation.

I added a reference to the specific section in the kernel documentation
that describes how to create a BSP Based on an existing similar
BSP.  The tools we have that create the PDF manuals from the DocBook
XML do not support cross-referencing to another PDF manual.  So, I was
left with adding a clunky text-based reference to the section and a link
to the docs page on the web-site.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agodocumentation/bsp-guide/bsp.xml: Updated Linux Kernel Configuration section.
Scott Rifenbark [Fri, 17 Dec 2010 16:30:35 +0000 (08:30 -0800)]
documentation/bsp-guide/bsp.xml:  Updated Linux Kernel Configuration section.

I have re-written this section extensively based on a phone call with
Tom Z.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agodocumentation/bsp-guide/bsp.xml: Updated Display Support Files section.
Scott Rifenbark [Thu, 16 Dec 2010 21:58:32 +0000 (13:58 -0800)]
documentation/bsp-guide/bsp.xml:  Updated Display Support Files section.

Added wording to indicate this directory as optional if the BSP had
special requirements for graphics support.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agodocumentation/bsp-guild/bsp.xml: Updated Miscellaneous Recipe Files section
Scott Rifenbark [Thu, 16 Dec 2010 21:54:15 +0000 (13:54 -0800)]
documentation/bsp-guild/bsp.xml: Updated Miscellaneous Recipe Files section

Found a mis-spelling that I corrected.
Also added wording to indicate this directory is optional.
Put in a note telling that defaults are set if a formfactor is
not found.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agodocumentation/bsp-guide/bsp.xml: Updated Layer Configuration File Section
Scott Rifenbark [Thu, 16 Dec 2010 21:39:14 +0000 (13:39 -0800)]
documentation/bsp-guide/bsp.xml: Updated Layer Configuration File Section

Added wording to be sure user knows to replace "bsp" and "_bsp" in the
boilerplate template example with the actual BSP name (i.e. <bsp_name>).

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agodocumentation/bsp-guide/bsp.xml: Changed numbering scheme.
Scott Rifenbark [Wed, 15 Dec 2010 22:37:33 +0000 (14:37 -0800)]
documentation/bsp-guide/bsp.xml:  Changed numbering scheme.

It makes more sense to have the sections that describe the various
parts of the common structure as sub-sections to that.  That pulls
out the click-through licensing into a higher-level section.
This is better overall section organization.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agodocumentation/bsp-guide/bsp.xml: Commented out three sections.
Scott Rifenbark [Wed, 15 Dec 2010 22:31:39 +0000 (14:31 -0800)]
documentation/bsp-guide/bsp.xml:  Commented out three sections.

There are some sections now that don't correspond one-to-one with the
standard file structure presented in section 1.1.  So I am commenting them
out for now.  Since I am still in the process of iterating on this
manual I don't want to just delete the information.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agodocumentation/bsp-guide/bsp.xml: Updated Linux Kernel Configuration section.
Scott Rifenbark [Wed, 15 Dec 2010 22:29:36 +0000 (14:29 -0800)]
documentation/bsp-guide/bsp.xml:  Updated Linux Kernel Configuration section.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agodocumentation/bsp-guide/bsp.xml: Added a Display Support Files section.
Scott Rifenbark [Wed, 15 Dec 2010 22:25:34 +0000 (14:25 -0800)]
documentation/bsp-guide/bsp.xml: Added a Display Support Files section.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agodocumentation/bsp-guide/bsp.xml: Removed the recipes-bsp/formfactor directory from...
Scott Rifenbark [Wed, 15 Dec 2010 22:15:01 +0000 (14:15 -0800)]
documentation/bsp-guide/bsp.xml:  Removed the recipes-bsp/formfactor directory from the common structure.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agodocumentation/bsp-guide/bsp.xml: Added a Miscellaneous Recipe Files section
Scott Rifenbark [Wed, 15 Dec 2010 22:13:20 +0000 (14:13 -0800)]
documentation/bsp-guide/bsp.xml:  Added a Miscellaneous Recipe Files section

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agodocumentation/bsp-guide/bsp.xml: Updated the Hardware Configuration Options section
Scott Rifenbark [Wed, 15 Dec 2010 22:00:11 +0000 (14:00 -0800)]
documentation/bsp-guide/bsp.xml:  Updated the Hardware Configuration Options section

I combined the tuning stuff into this section.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agodocumenation/bsp-guide/bsp.xml: Updated the Layer Configuration File section.
Scott Rifenbark [Wed, 15 Dec 2010 21:40:41 +0000 (13:40 -0800)]
documenation/bsp-guide/bsp.xml:  Updated the Layer Configuration File section.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agodocumentation/bsp-guide/bsp.xml: Updated the Pre-built User Binaries section.
Scott Rifenbark [Wed, 15 Dec 2010 21:26:13 +0000 (13:26 -0800)]
documentation/bsp-guide/bsp.xml:  Updated the Pre-built User Binaries section.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agodocumentation/bsp-guide/bsp.xml: Added the README section.
Scott Rifenbark [Wed, 15 Dec 2010 21:19:09 +0000 (13:19 -0800)]
documentation/bsp-guide/bsp.xml:  Added the README section.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agodocumentation/bsp-guide/bsp.xml: Added new "License Files" section.
Scott Rifenbark [Wed, 15 Dec 2010 21:11:27 +0000 (13:11 -0800)]
documentation/bsp-guide/bsp.xml:  Added new "License Files" section.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agodocumentation/bsp-guide/bsp.xml: Updated the introductary paragraph to the sections.
Scott Rifenbark [Wed, 15 Dec 2010 20:56:20 +0000 (12:56 -0800)]
documentation/bsp-guide/bsp.xml:  Updated the introductary paragraph to the sections.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agodocumentation/bsp-work/bsp.xml: Added crownbay BSP example to section 1.1.
Scott Rifenbark [Wed, 15 Dec 2010 20:46:11 +0000 (12:46 -0800)]
documentation/bsp-work/bsp.xml:  Added crownbay BSP example to section 1.1.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
14 years agodocumentation/bsp-guide/bsp.xml: Updated common form for file structure.
Scott Rifenbark [Wed, 15 Dec 2010 20:31:06 +0000 (12:31 -0800)]
documentation/bsp-guide/bsp.xml:  Updated common form for file structure.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>