scm/bb/tizen-distro.git
14 years agorootfs: Update ROOTFS_PKGMANAGE to include atp/zypper
Richard Purdie [Mon, 11 Oct 2010 11:18:02 +0000 (12:18 +0100)]
rootfs: Update ROOTFS_PKGMANAGE to include atp/zypper

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agopackage_rpm: Disable nativesdk/canadian package indexes for now as these are being...
Richard Purdie [Mon, 11 Oct 2010 11:13:43 +0000 (12:13 +0100)]
package_rpm: Disable nativesdk/canadian package indexes for now as these are being incorrectly used for target rootfs generation, breaking the images

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agodpkg-native: Don't install update-alternatives as it isn't cross rootfs capable
Richard Purdie [Mon, 11 Oct 2010 10:44:42 +0000 (11:44 +0100)]
dpkg-native: Don't install update-alternatives as it isn't cross rootfs capable

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agodpkg: fix package_deb error for linux-wrs
Dongxiao Xu [Sat, 9 Oct 2010 05:40:51 +0000 (13:40 +0800)]
dpkg: fix package_deb error for linux-wrs

The new dpkg will report linux-wrs version parse error,
since there is a '_' inside. This patch fixes this issue.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agolinux-wrs: emenlow has its own branch, use it
Richard Purdie [Sat, 9 Oct 2010 17:12:37 +0000 (18:12 +0100)]
linux-wrs: emenlow has its own branch, use it

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agobitbake/fetch: Ensure SRCREV is still set correctly if the pn-X override has been...
Richard Purdie [Sat, 9 Oct 2010 16:24:16 +0000 (17:24 +0100)]
bitbake/fetch: Ensure SRCREV is still set correctly if the pn-X override has been expanded

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agobase.bbclass: Fix spelling mistakes and change log level
Richard Purdie [Sat, 9 Oct 2010 15:25:03 +0000 (16:25 +0100)]
base.bbclass: Fix spelling mistakes and change log level

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agopoky-default-revisions.inc: Work around weak assignment operator bad interaction...
Richard Purdie [Sat, 9 Oct 2010 15:24:30 +0000 (16:24 +0100)]
poky-default-revisions.inc: Work around weak assignment operator bad interaction with SRCREV

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agolinux-wrs/emenlow: Set WRMACHINE
Richard Purdie [Sat, 9 Oct 2010 15:23:12 +0000 (16:23 +0100)]
linux-wrs/emenlow: Set WRMACHINE

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoatom-pc: Switch from linux-netbook to linux-wrs
Richard Purdie [Sat, 9 Oct 2010 15:00:57 +0000 (16:00 +0100)]
atom-pc: Switch from linux-netbook to linux-wrs

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoemenlow: switch kernel from "linux" to "linux-wrs"
Tom Zanussi [Tue, 5 Oct 2010 00:16:54 +0000 (19:16 -0500)]
emenlow: switch kernel from "linux" to "linux-wrs"

Fixes [BUGID #396]

Make the emenlow machine point to the windriver kernel instead.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
14 years agoemenlow: remove psb-kernel-source dependency from xserver-psb package
Tom Zanussi [Tue, 5 Oct 2010 00:11:54 +0000 (19:11 -0500)]
emenlow: remove psb-kernel-source dependency from xserver-psb package

Fixes [BUGID #396]

With the switchover to linux-wrs, xserver-psb no longer depends on the
external modules contained in psb-kernel-source (which have been moved
in-tree).

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
14 years agoemenlow: add linux-wrs_git.bbappend
Tom Zanussi [Thu, 7 Oct 2010 13:27:03 +0000 (08:27 -0500)]
emenlow: add linux-wrs_git.bbappend

Fixes [BUGID #396]

Add emenlow as a compatible machine for linux-wrs and pick up the
defconfig (which will be pared down if necessary in a later patch).

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
14 years agoatom-pc: enable CONFIG_FRAMEBUFFER_CONSOLE
Darren Hart [Sat, 9 Oct 2010 06:48:37 +0000 (23:48 -0700)]
atom-pc: enable CONFIG_FRAMEBUFFER_CONSOLE

Add CONFIG_FRAMEBUFFER_CONSOLE to the i915.cfg config fragment for
the atom-pc machine. This allows the BlackSand to boot to the sato
desktop with text after the fb switch as well as the poky splash
screen.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
CC: Tom Zanussi <tom.zanussi@intel.com>
CC: Bruce Ashfield <bruce.ashfield@windriver.com>
CC: Richard Purdie <rpurdie@linux.intel.com>
14 years agoAdd default revision for linux-wrs common_pc-standard HEAD
Darren Hart [Fri, 8 Oct 2010 21:38:24 +0000 (14:38 -0700)]
Add default revision for linux-wrs common_pc-standard HEAD

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
14 years agoatom-pc: 8250 config fragment
Darren Hart [Mon, 4 Oct 2010 10:27:59 +0000 (03:27 -0700)]
atom-pc: 8250 config fragment

Add serial port support for atom-pc.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
14 years agolinux-wrs: Add support for atom-pc
Darren Hart [Wed, 29 Sep 2010 08:47:22 +0000 (01:47 -0700)]
linux-wrs: Add support for atom-pc

Add the option of using linux-wrs as the kernel provider for atom-pc. This
patch uses poky to apply config fragments to the common_pc-standard branch
of the linux-wrs kernel. A follow-on patch will remove these once linux-wrs
has an atom-pc branch and the config fragments are present in the kernel
repository.

This configuration boots to a prompt on the BlackSand, but panics unable
to find the root partition on the Toshiba NB305 where the "rootwait"
kernel boot option appears to be being ignored.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agodpkg: upgrade to version 1.15.8.5
Dongxiao Xu [Fri, 8 Oct 2010 16:35:01 +0000 (00:35 +0800)]
dpkg: upgrade to version 1.15.8.5

Rebase several patches to fit the latest version
Fix a compile issue related with snprintf.
dpkg: bump PR

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
14 years agoudev: Don't install unused links.conf file (thanks Joe Sauer for spotting)
Richard Purdie [Sat, 9 Oct 2010 14:08:09 +0000 (15:08 +0100)]
udev: Don't install unused links.conf file (thanks Joe Sauer for spotting)

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agogettext: Move files to the correct place
Richard Purdie [Sat, 9 Oct 2010 14:05:09 +0000 (15:05 +0100)]
gettext: Move files to the correct place

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agolinux-wrs: fix emenlow and wrs_meta SRCREV values
Bruce Ashfield [Sat, 9 Oct 2010 02:40:09 +0000 (22:40 -0400)]
linux-wrs: fix emenlow and wrs_meta SRCREV values

Fixes [BUGID #395, #396]

The initial commit for emenlow support dropped a character on the
SRCREV and missed the wrs_meta update. this fixes both those issues.

There are still pending commits and issues with emenlow support, but
these values are wrong and should be fixed now.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
14 years agodistro_tracking_fields: remove the duplicate line for oprofile
Dexuan Cui [Sat, 9 Oct 2010 06:16:31 +0000 (14:16 +0800)]
distro_tracking_fields: remove the duplicate line for oprofile

In the same file, there is alrealy a line for oprofile.

Also add an empty line before oprofileui.

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agoattr: fix the hardcoded search path in the AC_PATH_PROG
Dexuan Cui [Sat, 9 Oct 2010 04:41:39 +0000 (12:41 +0800)]
attr: fix the hardcoded search path in the AC_PATH_PROG

We should respect $PATH.

The patch is from Qing.

Fixes [BUGID #369].
BTW: the bug was triggered on a build host that didn't install gettext.

Signed-off-by: Qing He <qing.he@intel.com>
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agopoky-qemu-internal: implement file locking in bash
Scott Garman [Fri, 8 Oct 2010 21:40:47 +0000 (14:40 -0700)]
poky-qemu-internal: implement file locking in bash

There does not appear to be a universal lockfile utility that
meets our needs. For example:

* 'lockfile' is part of the procmail pacakge in Ubuntu, a
  requirement we don't want to impose on our users
* lockfile-[create|remove] from the Ubuntu lockfile-progs
  package does not appear to be available in Fedora/openSUSE

So, the most portable way to do this is just to implement it
in bash. The likelihood of race conditions is minimal for
what we need this for.

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
14 years agopoky-qemu: fix handling of some rootfs types
Scott Garman [Fri, 8 Oct 2010 17:14:14 +0000 (10:14 -0700)]
poky-qemu: fix handling of some rootfs types

This allows the user to specify a rootfs type
(e.g, poky-image-sato) without typing out the full filename
and path (assuming we can infer a valid MACHINE and FSTYPE).

This fixes [BUGID #415]

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
14 years agorootfs_deb: Fix problem with pseduo and rootfs location
Saul Wold [Fri, 8 Oct 2010 18:46:10 +0000 (11:46 -0700)]
rootfs_deb: Fix problem with pseduo and rootfs location

This address [BUGID #401] to complete dpkg rootfs support

Signed-off-by: Saul Wold <Saul.Wold@intel.com>
14 years agodpkg: upgrade to version 1.15.8.5
Dongxiao Xu [Fri, 8 Oct 2010 16:35:01 +0000 (00:35 +0800)]
dpkg: upgrade to version 1.15.8.5

Rebase several patches to fit the latest version
Fix a compile issue related with snprintf.
Reset PR in dpkg.inc

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
14 years agoRename MACHINE=netbook to MACHINE=atom-pc
Darren Hart [Thu, 7 Oct 2010 20:04:23 +0000 (13:04 -0700)]
Rename MACHINE=netbook to MACHINE=atom-pc

In preparation for the more generic atom-pc, rename the netbook machine and all
the relevant overrides. Leave the linux-netbook kernel recipe intact and as the
default kernel for the atom-pc machine.  A future patch will convert this over
to linux-wrs and likely remove the linux-netbook kernel recipe.

Cc: Tom Zanussi <tom.zanussi@intel.com>
Cc: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agogststream commercial: modified recipes and tasks to add commercial identifier
Saul Wold [Fri, 8 Oct 2010 06:39:04 +0000 (23:39 -0700)]
gststream commercial: modified recipes and tasks to add commercial identifier

Modified DEPENDS and RDEPENDS in these recipes and tasks to make packages
which have potential license implications opt in through options in
poky/local.conf.

Signed-off-by: Saul Wold <Saul.Wold@intel.com>
14 years agobase.bbclass: add support for commercial license check
Saul Wold [Fri, 8 Oct 2010 06:35:26 +0000 (23:35 -0700)]
base.bbclass: add support for commercial license check

This addresses [BUGID #410], require implict action by someone to enable
functionality that may have license implications.

By default this diables mp3 and mpeg decoding

Signed-off-by: Saul Wold <Saul.Wold@intel.com>
14 years agogettext: Add GPLv2 version 0.14.1
Saul Wold [Thu, 12 Aug 2010 19:47:17 +0000 (12:47 -0700)]
gettext: Add GPLv2 version 0.14.1

Signed-off-by: Saul Wold <Saul.Wold@intel.com>
14 years agometa-toolchain: Fix symlink path
Richard Purdie [Fri, 8 Oct 2010 15:42:42 +0000 (16:42 +0100)]
meta-toolchain: Fix symlink path

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agometa-toolchain: Fix libGL.so not found issues
Richard Purdie [Fri, 8 Oct 2010 14:20:42 +0000 (15:20 +0100)]
meta-toolchain: Fix libGL.so not found issues

Fix libGL.so not found issues by making sure ld.so.cache from the host system
is used to locate libraries.

Also, fix a /usr/ reference that should be /var to keep the installation
tarball clean.

[BUGID #228]

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agounfs-server: Fix DEPENDS for native/nativesdk cases
Richard Purdie [Thu, 7 Oct 2010 22:40:05 +0000 (23:40 +0100)]
unfs-server: Fix DEPENDS for native/nativesdk cases

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agolibc-package.bbclass, eglibc, glibc: enable locales generation using cross-localedef
Nitin A Kamble [Mon, 4 Oct 2010 20:31:23 +0000 (13:31 -0700)]
libc-package.bbclass, eglibc, glibc: enable locales generation using cross-localedef

Along with qemu this provides another option to generate locales for
[e]glibc. The new method is to use cross-localedef with appropriate arch
specific parameters.

The cross-localedef method is found to be 15 times faster than qemu's
emnualted method.

LOCALE_GENERATION_WITH_CROSS-LOCALEDEF : This is new config variable
introduced to selet qemu or cross-localedef method for locale generation.

Thanks to Mark Hatle from Windriver for providing the rich
information for cross locale generation.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agocross-localedef-native: tool for cross generation of locales
Nitin A Kamble [Mon, 4 Oct 2010 20:29:44 +0000 (13:29 -0700)]
cross-localedef-native: tool for cross generation of locales

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agoUpdate meta-ide-support dependencies
Scott Garman [Thu, 7 Oct 2010 20:45:20 +0000 (13:45 -0700)]
Update meta-ide-support dependencies

Using poky-qemu with our new tap networking and/or unfs support
required too many additional build steps. This updates the
meta-ide-support dependencies so all features are built and
available to use.

Specifically, this adds psuedo-native, qemu-helper-native, and
unfs-server-native to the dependency chain for meta-ide-support.

This fixes [BUGID #392]

Also add poky-gen-tapdevs and remove runqemu-nfs from the
qemu-helper-native recipe, and update some qemu control script
error messages to suggest building meta-ide-support.

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
14 years agopoky-fixed-revisions.inc: Clean up pointless PREFERRED_VERSION statements
Richard Purdie [Thu, 7 Oct 2010 20:51:29 +0000 (21:51 +0100)]
poky-fixed-revisions.inc: Clean up pointless PREFERRED_VERSION statements

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agolibrsvg: Drop old versions
Richard Purdie [Thu, 7 Oct 2010 20:44:48 +0000 (21:44 +0100)]
librsvg: Drop old versions

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agopulseaudio: Add back after it was lost in meta-moblin removal (and dependencies)
Richard Purdie [Thu, 7 Oct 2010 20:38:47 +0000 (21:38 +0100)]
pulseaudio: Add back after it was lost in meta-moblin removal (and dependencies)

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agopoky-default-revisions.inc: Move SRCREV settings into this file
Richard Purdie [Thu, 7 Oct 2010 20:24:11 +0000 (21:24 +0100)]
poky-default-revisions.inc: Move SRCREV settings into this file

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoMerge runqemu features into poky-qemu
Scott Garman [Tue, 5 Oct 2010 04:04:15 +0000 (21:04 -0700)]
Merge runqemu features into poky-qemu

This merges the functionality of the runqemu script into poky-qemu.
It also removes the requirement to order command line args to poky-qemu
in any particular order.

This fixes a slew of runqemu-related bugs by making the runqemu script
obsolete (and fixing the issues in the new poky-qemu), including
[BUGID #294] [BUGID #295] [BUGID #371] and [BUGID #324].

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
14 years agoAllow running of multiple QEMU nfs instances
Scott Garman [Mon, 4 Oct 2010 04:16:24 +0000 (21:16 -0700)]
Allow running of multiple QEMU nfs instances

These changes allow multiple instances of the userspace NFS server
to run, when brought up by consecutive instances of the poky-qemu
control script.

This fixes [BUGID #393]

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
14 years agopoky-gen-tapdevs: script to create a 'bank' of tap interfaces
Scott Garman [Fri, 1 Oct 2010 03:39:26 +0000 (20:39 -0700)]
poky-gen-tapdevs: script to create a 'bank' of tap interfaces

This script can be used to create and configure a 'bank' of tap
interfaces that can be used by the poky-qemu script.

It is useful in locked-down enterprise environments where developers
do not have sudo access, but need to be able to run QEMU with
networking. A sysadmin would then use this script to bring up a
number of tap interfaces for the user to make use of.

This fixes [BUGID #391]

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
14 years agopoky-qemu-internal: use lockfile-progs for network interface locking
Scott Garman [Wed, 29 Sep 2010 01:58:33 +0000 (18:58 -0700)]
poky-qemu-internal: use lockfile-progs for network interface locking

The 'lockfile' utility originally used comes from the procmail
package, which users shouldn't have to install. This uses the
more general lockfile-progs utilities to acheive the same end.

This fixes [BUGID #389]

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
14 years agopoky-qemu: integrate userspace nfsroot support
Scott Garman [Tue, 28 Sep 2010 23:23:54 +0000 (16:23 -0700)]
poky-qemu: integrate userspace nfsroot support

This is the first phase of some refactoring the poky-qemu control
scripts are getting. This integrates userspace nfsroot support into
poky-qemu, making runqemu-nfs obsolete.

This fixes [BUGID #295]

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
14 years agopoky-qemu-ifup/ifdown: Require root privileges to run
Scott Garman [Mon, 4 Oct 2010 04:39:14 +0000 (21:39 -0700)]
poky-qemu-ifup/ifdown: Require root privileges to run

This fixes [BUGID #232], requiring root privileges to run these scripts
and giving an error prompt when that requirement is not met.

The tunctl uid fallback code has also been removed, as we can rely on
the specific version of tunctl run from the native sysroot.

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
14 years agokern_tools: update SRCREV for defconfig fixes
Bruce Ashfield [Wed, 6 Oct 2010 03:44:59 +0000 (23:44 -0400)]
kern_tools: update SRCREV for defconfig fixes

Fixes [BUGID #399]

During BSP work it was noticed that some defconfigs weren't being
pulled into BSPs. This was due to a bad test that ended up
allowing a defconfig to exclude itself. The test has been tightened
to only kernel feature files, and defconfigs are now always
pulled in.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
14 years agoxf86-video-intel_git: fix COMPATIBLE_HOST definition
Nitin A Kamble [Mon, 4 Oct 2010 23:00:41 +0000 (16:00 -0700)]
xf86-video-intel_git: fix COMPATIBLE_HOST definition

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agosyslinux: fix COMPATIBLE_HOST definition
Nitin A Kamble [Mon, 4 Oct 2010 23:00:16 +0000 (16:00 -0700)]
syslinux: fix COMPATIBLE_HOST definition

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agonasm: fix COMPATIBLE_HOST definition
Nitin A Kamble [Mon, 4 Oct 2010 22:59:50 +0000 (15:59 -0700)]
nasm: fix COMPATIBLE_HOST definition

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agolibacpi: fix COMPATIBLE_HOST definition
Nitin A Kamble [Mon, 4 Oct 2010 22:59:07 +0000 (15:59 -0700)]
libacpi: fix COMPATIBLE_HOST definition

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agoformfactor: mv emenlow formfactor config to machconfig
Saul Wold [Wed, 6 Oct 2010 16:22:10 +0000 (09:22 -0700)]
formfactor: mv emenlow formfactor config to machconfig

Fixes [BUGID #398]

Signed-off-by: Saul Wold <Saul.Wold@intel.com>
14 years agobitbake/runqueue.py: Fix invalid variable reference fixing the -f option with setscen...
Richard Purdie [Thu, 7 Oct 2010 14:45:02 +0000 (15:45 +0100)]
bitbake/runqueue.py: Fix invalid variable reference fixing the -f option with setscene tasks

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agosstate: Fix SSTAGE_MIRRORS handling and improve example in local.conf.sample
Richard Purdie [Thu, 7 Oct 2010 14:42:56 +0000 (15:42 +0100)]
sstate: Fix SSTAGE_MIRRORS handling and improve example in local.conf.sample

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agobitbake/fetch/__init__.py: Abstract mirror variable handling and enhance to accept...
Richard Purdie [Thu, 7 Oct 2010 14:42:15 +0000 (15:42 +0100)]
bitbake/fetch/__init__.py: Abstract mirror variable handling and enhance to accept \n delimitation in variables

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agorootfs_rpm: Add lock file in the rpm deploy directory to allow mutliple rootfs creati...
Richard Purdie [Thu, 7 Oct 2010 14:41:17 +0000 (15:41 +0100)]
rootfs_rpm: Add lock file in the rpm deploy directory to allow mutliple rootfs creation tasks to coexist without breaking each other

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agogcc: Fix c++ search path for target system compiler making everything consistent
Richard Purdie [Thu, 7 Oct 2010 10:06:32 +0000 (11:06 +0100)]
gcc: Fix c++ search path for target system compiler making everything consistent

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agolocal.conf.sample: Until bug 227 is resolved, ipk packaging is needed for meta-toolch...
Richard Purdie [Thu, 7 Oct 2010 09:23:30 +0000 (10:23 +0100)]
local.conf.sample: Until bug 227 is resolved, ipk packaging is needed for meta-toolchain so enable by default

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoExport ALL_PROXY for bitbake commands
Darren Hart [Wed, 29 Sep 2010 08:42:42 +0000 (01:42 -0700)]
Export ALL_PROXY for bitbake commands

We already export http,ftp,https proxy environment variables. Some environments,
GNOME for instance, place the socks proxy in ALL_PROXY and all_proxy. Export it
as well.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
14 years agohandbook: corrent RRECOOMENDS spelling in ref-variables
Darren Hart [Wed, 6 Oct 2010 18:29:28 +0000 (11:29 -0700)]
handbook: corrent RRECOOMENDS spelling in ref-variables

Correct MACHINE_EXTRA_ESSENTIAL_RRECOOMENDS to
MACHINE_EXTRA_ESSENTIAL_RRECOMMENDS.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
14 years agopseudo: Update to the latest version of pseudo
Mark Hatle [Wed, 6 Oct 2010 23:48:16 +0000 (18:48 -0500)]
pseudo: Update to the latest version of pseudo

[BUGID #403]

The latest version of pseudo has a workaround for an extended attribute
problem that may show up with certain configurations of modern coreutils.

Specifically cp -p does not use chmod to change the permissions, but instead
uses fsetxattr to change the permissions.  fsetxattr (and extended attributes)
are not supported within pseudo.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
14 years agoqt4-tools-native: Fix compile failures
Richard Purdie [Wed, 6 Oct 2010 14:17:14 +0000 (15:17 +0100)]
qt4-tools-native: Fix compile failures

fontconfig/freetype are not listed in the dependencies, neither are any of the
X components yet this recipe appears to be building the whole UI framework, not
just the tools.

It turns out this is a dependency for uic3 and qdbus. Since at this time we don't
require these, remove them from the build.

Its likely cross versions of those specific tools would need to be added due to
their dependency on the windowing system compilation.

[BUGID #390]

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agobitbake/sstate: Implement a lookup function to speed up setscene processing
Richard Purdie [Tue, 5 Oct 2010 21:21:34 +0000 (22:21 +0100)]
bitbake/sstate: Implement a lookup function to speed up setscene processing

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoRevert "classes: Disable setscene tasks for initial testing"
Richard Purdie [Thu, 16 Sep 2010 05:55:21 +0000 (06:55 +0100)]
Revert "classes: Disable setscene tasks for initial testing"

This reverts commit 084ec86402bba92418898a4c47667a0574a3b3ee.

14 years agobase.bbclass: Implement PRINC, a way to increment the PR variable in .bbappend files
Richard Purdie [Tue, 5 Oct 2010 09:07:00 +0000 (10:07 +0100)]
base.bbclass: Implement PRINC, a way to increment the PR variable in .bbappend files

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoImprove FILESPATH usage in .bbappend recipes
Richard Purdie [Tue, 5 Oct 2010 09:06:11 +0000 (10:06 +0100)]
Improve FILESPATH usage in .bbappend recipes

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agobitbake/fetch: if mirror fetching fails, ensure exception is raised
Joshua Lock [Tue, 5 Oct 2010 11:44:08 +0000 (12:44 +0100)]
bitbake/fetch: if mirror fetching fails, ensure exception is raised

We catch any exception raised by the fetchers go() method and attempt to work
around it by trying any (post) mirrors which are configured. However, should
the mirrors fail the exception is lost and the fetch is assumed to have
completed successfully.

Instead, save the exception and if the local file does not exist after trying
the mirrors re-raise the exception.

Fixes [BUGID #362]

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agorootfs_deb: fix parsing a shell cmd
Saul Wold [Mon, 4 Oct 2010 23:20:21 +0000 (16:20 -0700)]
rootfs_deb: fix parsing a shell cmd

This fixes [BUGID #360] parsing failure when using package_dep
as rootfs generator.

Signed-off-by: Saul Wold <Saul.Wold@intel.com>
14 years agokernel: update SRCREVs for emenlow and blacksand/Kconfig
Bruce Ashfield [Mon, 4 Oct 2010 20:51:15 +0000 (16:51 -0400)]
kernel: update SRCREVs for emenlow and blacksand/Kconfig

Fixes [BUGID #395, #396]

Add the emenlow-standard branch to the SRCREV list, and update
all the branch revisions to include the fix for defconfig processing,
that was exposed by work on the blacksand BSP.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
14 years agocreateme/patchme: use kgit-checkpoint to restore meta data
Bruce Ashfield [Mon, 4 Oct 2010 04:46:27 +0000 (00:46 -0400)]
createme/patchme: use kgit-checkpoint to restore meta data

Fixes [BUGID: #390]

The custom de-checkpoint routines used in createme/patchme
destroyed data each run. This meant that incremental and
expermental work couldn't be done directly in the kernel source
tree itself. Using the more robust kgit-checkpoint allows that
data to be persistent (until a clean is done).

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
14 years agokern_tools: allow patching on autocreated/empty branches
Bruce Ashfield [Mon, 4 Oct 2010 03:27:15 +0000 (23:27 -0400)]
kern_tools: allow patching on autocreated/empty branches

Fixes [BUGID #388]

Even if we aren't creating the branch from scratch, it is possible
that it has never been patched before. So let's make sure the
infrastructure for patching is always in place.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
14 years agoqemumips: Add formfactor file so the mouse works correctly
Richard Griffiths [Tue, 21 Sep 2010 20:38:10 +0000 (13:38 -0700)]
qemumips: Add formfactor file so the mouse works correctly

Fixes [BUGID #99]

Signed-off-by: Richard Griffiths <rgriffit@windriver.com>
14 years agox11-common: correct the syntax for the -mouse arg to Xfbdev
Richard Griffiths [Tue, 21 Sep 2010 20:38:09 +0000 (13:38 -0700)]
x11-common: correct the syntax for the -mouse arg to Xfbdev

Fixes [BUGID #99]

The mouse option as passed to Xfbdev was correct for most
targets, except mips (and a PS/2 mouse). Modifying the
syntax of the option fixes the mips case, and has no impact
on other users.

Signed-off-by: Richard Griffiths <rgriffit@windriver.com>
14 years agoqemumips: override default UI options.
Richard Griffiths [Tue, 21 Sep 2010 20:38:08 +0000 (13:38 -0700)]
qemumips: override default UI options.

Fixes [BUGID #99]

The mouse, usb and cursor devices don't work for the
qemumips machine. There's no easy way to 'undo' the
defaults, or dynamically remove them, so we simply
don't use the default UI options for this machine type.

Mouse and pointer are provided via ps/2 and not via
the usb and wacom tablet driver.

Signed-off-by: Richard Griffiths <rgriffit@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
14 years agoncurses: Fix export of LD_LIBRARY_PATH.
Daniel Díaz [Sun, 3 Oct 2010 20:45:14 +0000 (15:45 -0500)]
ncurses: Fix export of LD_LIBRARY_PATH.

This fixes the following error on do_install:
> line 175: export: `=': not a valid identifier
> line 175: export: `[...]/usr/lib': not a valid identifier

Signed-off-by: Daniel Díaz <yosoy@danieldiaz.org>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agogitignore: Add meta-extras and meta-m2
Richard Purdie [Sat, 2 Oct 2010 21:34:08 +0000 (22:34 +0100)]
gitignore: Add meta-extras and meta-m2

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agometa-openmoko: Drop as this code is very stale
Richard Purdie [Sat, 2 Oct 2010 21:33:24 +0000 (22:33 +0100)]
meta-openmoko: Drop as this code is very stale

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agometa-gnome: Remove libgnome, libgnoneui and update gthumb adding libunique dependency
Richard Purdie [Sat, 2 Oct 2010 21:32:45 +0000 (22:32 +0100)]
meta-gnome: Remove libgnome, libgnoneui and update gthumb adding libunique dependency

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoncurses: Only set LD_LIBRARY_PATH within the do_install
Richard Purdie [Sat, 2 Oct 2010 17:08:19 +0000 (18:08 +0100)]
ncurses: Only set LD_LIBRARY_PATH within the do_install

If this is done as a global export it can affect the whole task and the
wrong python libraries can be found for example.

[BUGID #335]

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoinsane: Update the insane class to check for host contamination
Mark Hatle [Thu, 30 Sep 2010 20:50:42 +0000 (15:50 -0500)]
insane: Update the insane class to check for host contamination

[BUGID #376]

Update to the insane class to detect the new gcc and binutils poison
messages located within the config.log.  (Continue to scan for the old
style message.)

Add a new compile and install log check to the package_qa that scans the
logs for the same types of messages "unsafe for cross-compilation".

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
14 years agobuild.py: Add a symlink for the logging
Mark Hatle [Thu, 30 Sep 2010 20:04:18 +0000 (15:04 -0500)]
build.py: Add a symlink for the logging

[BUGID #375]

When configuring for the log file output, we generate a symlink to the
target filename.  This link uses the same file naming, but without the
active pid, making it easier to see which log file is the last one
generated.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
14 years agopython-pygtk: Use correct paths at build time
Joshua Lock [Fri, 1 Oct 2010 15:39:49 +0000 (16:39 +0100)]
python-pygtk: Use correct paths at build time

Fix the paths in configure.ac to use the target libraries and generators for
building pygtk. Fix taken from OE.

Thanks to Gary Thomas for providing a first stab at this.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agoPython gst package needs pygtk at runtime
Gary Thomas [Fri, 24 Sep 2010 22:41:11 +0000 (16:41 -0600)]
Python gst package needs pygtk at runtime

Signed-off-by: Gary Thomas <gary@mlbassoc.com>
Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agopoky-qemu-internal: only check mmap_min_addr when running arm images
Joshua Lock [Fri, 1 Oct 2010 14:09:47 +0000 (15:09 +0100)]
poky-qemu-internal: only check mmap_min_addr when running arm images

No need to force users to poke /proc/sys when they don't need to.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agoFix packaging error (util-linux-sfdisk could not be built)
Gary Thomas [Thu, 30 Sep 2010 22:35:25 +0000 (16:35 -0600)]
Fix packaging error (util-linux-sfdisk could not be built)

Signed-off-by: Gary Thomas <gary@mlbassoc.com>
Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agolocal.conf.sample: include notes on generating fewer LIBC locales
Joshua Lock [Fri, 1 Oct 2010 12:11:30 +0000 (13:11 +0100)]
local.conf.sample: include notes on generating fewer LIBC locales

libc locale generation is very time consuming so document the
GLIBC_GENERATE_LOCALES variable in the sample local.conf

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agositeconfig: Fix mkdir
Mark Hatle [Thu, 30 Sep 2010 20:04:31 +0000 (15:04 -0500)]
siteconfig: Fix mkdir

[BUGID #379]

In a strange configuration, siteconfig could have already generated it's
directory, but decided it needs to regenerate the site config.  The lack
of -p in the mkdir causes a failure.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
14 years agobinutils: Update the poison patch
Mark Hatle [Thu, 30 Sep 2010 20:03:59 +0000 (15:03 -0500)]
binutils: Update the poison patch

[BUGID #374]

Previously the poison directories patch was present, but not enabled due
to the lack of the configure option being set, and also the fact configure
itself was not being patched.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
14 years agogcc: Update poisoned include path checking
Mark Hatle [Wed, 29 Sep 2010 20:18:01 +0000 (15:18 -0500)]
gcc: Update poisoned include path checking

[BUGID #374]

The poison directory patch that was included with gcc-4.5.0 was not previously
enabled due to the lack of the configure file changes.

The patch has been updated to include the configure fragment.  It was also noted
that this patch preformed nearly the same functions as the
zecke-no-host-includes patch, but with slightly different directories.

The directories scanned were added from the zecke-no-host-includes patch to
the new gcc-poison-dir-extend.patch.

The other difference with the zecke patch is that poisoned headers is no longer
an immediate fatal error.  There may be instances where someone wants to do
this.

Adding -Werror=poison-system-directories to the CFLAGS would restore the
behavior.

Also fix a small problem where --help=warnings on gcc wouldn't return the
poison-system-directories as a valid option, even though it was.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
14 years agoaugeas: Add missing dependency on readline
Mark Hatle [Fri, 1 Oct 2010 14:53:27 +0000 (09:53 -0500)]
augeas: Add missing dependency on readline

[BUGID #381]

Augeas apparently has a readline dependency.  Add this to the DEPENDS.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
14 years agosstate: Deal with a potential race when cleaning packages
Richard Purdie [Fri, 1 Oct 2010 13:07:18 +0000 (14:07 +0100)]
sstate: Deal with a potential race when cleaning packages

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoSplit meta-extras and meta-moblin out of the main repository
Richard Purdie [Thu, 30 Sep 2010 21:15:13 +0000 (22:15 +0100)]
Split meta-extras and meta-moblin out of the main repository

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agotask-base: Drop wifi fw
Richard Purdie [Thu, 30 Sep 2010 20:35:44 +0000 (21:35 +0100)]
task-base: Drop wifi fw

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoMove prism-firmware, spectrum-fw, python-urlgrabber, python-iniparse and yum-metadata...
Richard Purdie [Thu, 30 Sep 2010 20:35:20 +0000 (21:35 +0100)]
Move prism-firmware, spectrum-fw, python-urlgrabber, python-iniparse and yum-metadata to meta-extras

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoDistro Tracking: Remove private directory since it's merged to one file now
Saul Wold [Thu, 30 Sep 2010 20:46:17 +0000 (13:46 -0700)]
Distro Tracking: Remove private directory since it's merged to one file now

Signed-off-by: Saul Wold <Saul.Wold@intel.com>
14 years agoMake invalid LICENSE fields fatal
Richard Purdie [Thu, 30 Sep 2010 19:15:40 +0000 (20:15 +0100)]
Make invalid LICENSE fields fatal

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agolibopensync: Fixup a couple of LICENSE fields
Richard Purdie [Thu, 30 Sep 2010 19:40:57 +0000 (20:40 +0100)]
libopensync: Fixup a couple of LICENSE fields

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoexternal-toolchain: Set LICENSE
Richard Purdie [Thu, 30 Sep 2010 19:32:01 +0000 (20:32 +0100)]
external-toolchain: Set LICENSE

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agomoblin-proto: Move to meta-extras
Richard Purdie [Thu, 30 Sep 2010 19:08:29 +0000 (20:08 +0100)]
moblin-proto: Move to meta-extras

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>