]> code.ossystems Code Review - openembedded-core.git/log
openembedded-core.git
14 years agoiptables: new package 1.4.8
Kevin Tian [Fri, 30 Jul 2010 01:21:49 +0000 (09:21 +0800)]
iptables: new package 1.4.8

Create a new recipe based on openembedded 1.4.7 with cleanup suitable
for poky acceptance.

The tricky thing is to figure out which set of kernel modules are
recommended for a basic iptable functions

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
14 years agopam: use volatile to avoid /var/run population in do_rootfs
Kevin Tian [Mon, 26 Jul 2010 07:32:42 +0000 (15:32 +0800)]
pam: use volatile to avoid /var/run population in do_rootfs

also disable doc rebuild to reuse existing man pages.

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
14 years agotcf-agent: fix the init script: remove the "-s SSL:" option
Dexuan Cui [Fri, 30 Jul 2010 03:09:53 +0000 (11:09 +0800)]
tcf-agent: fix the init script: remove the "-s SSL:" option

[BUGFIX#158] tcf-agent launched with misleading options
In the commit 90e80aafbd244b00c2ced995feb73af4a739279b, with the image built by
poky-image-sdk(MACHINE=qemux86), tcf-agent is launched automatically with
the option "-s SSL:" in script /etc/init.d/tcf-agent, which is misleading to
users. This option tells the agent to use SSL instead of TCP for communication.
Because tcf-agent is not built with the SSL option enabled (libssl is not
installed in the target), the agent will fall back to TCP.

This could be misleading to users, so we may as well remove it.

Thanks Lianhao Lu for reporting the bug and clarifying it.

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agodistro tracking: add distro_sdk_tools.inc, add lttng-ust
Dexuan Cui [Fri, 30 Jul 2010 02:50:09 +0000 (10:50 +0800)]
distro tracking: add distro_sdk_tools.inc, add lttng-ust

Add conf/distro/include/private/distro_sdk_tools.inc;
Move some sdk tools from distro_x11_libs.inc to the new .inc file;
Add tracking info for lttng-ust.

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agodhcp: fix $PATH environment for dhclient-script
Qing He [Thu, 29 Jul 2010 05:39:28 +0000 (13:39 +0800)]
dhcp: fix $PATH environment for dhclient-script

CLIENT_PATH is the only environment variable of dhclient-script,
change it to include major run path, [BUGFIX#132]

Signed-off-by: Qing He <qing.he@intel.com>
14 years agolibmusicbrainz: fix a build issue with gcc 4.5.0
Nitin A Kamble [Wed, 28 Jul 2010 13:13:38 +0000 (06:13 -0700)]
libmusicbrainz: fix a build issue with gcc 4.5.0

Added a new patch
   fix_build_issue_for_gcc_4.5.0.patch

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agogcc-4.5.0: import an arm fix patch from OE
Nitin A Kamble [Tue, 27 Jul 2010 19:35:33 +0000 (12:35 -0700)]
gcc-4.5.0: import an arm fix patch from OE

And bump PRs of affected recipes

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agogcc-4.5.0: apply the lib64 path 64bithack.patch
Nitin A Kamble [Tue, 27 Jul 2010 07:11:26 +0000 (00:11 -0700)]
gcc-4.5.0: apply the lib64 path 64bithack.patch

Bump the PR for all the affected recipes

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agodistro tracking: add tracking for libmpc
Nitin A Kamble [Tue, 27 Jul 2010 08:15:28 +0000 (01:15 -0700)]
distro tracking: add tracking for libmpc

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agorootfs_ipk.bbclass: add keyword "Collected errors" for log error check
Yu Ke [Fri, 23 Jul 2010 09:18:05 +0000 (17:18 +0800)]
rootfs_ipk.bbclass: add keyword "Collected errors" for log error check

Once ipk meet errors, the log will show "Collected errors:\n xxxx ".
so keyword "Collected errors" is more general to catch errors.

Signed-off-by: Yu Ke <ke.yu@intel.com>
14 years agoavahi: fix the /var/run conflict with other package
Yu Ke [Tue, 27 Jul 2010 08:05:29 +0000 (16:05 +0800)]
avahi: fix the /var/run conflict with other package

avahi will create an empty /var/run dir, which will conflict with base-files package.
This patch fix this by using populate-volatiles.sh approach recommended by OE handbook.

Signed-off-by: Yu Ke <ke.yu@intel.com>
14 years agoemenlow - boot to a GUI
Jeff Dike [Wed, 28 Jul 2010 15:43:51 +0000 (11:43 -0400)]
emenlow - boot to a GUI

Here are a couple of small fixes that allow an emenlow image to boot
to a GUI.

The X server now RDEPENDS on the packages that need to be in the
image.

xserver-xorg-video-psb needed a name change to depend on
libdrm_poulsbo.

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
14 years agobinutils: Fixed cross-compile issue for 64b build + arm target
Zhai Edwin [Thu, 29 Jul 2010 04:58:59 +0000 (12:58 +0800)]
binutils: Fixed cross-compile issue for 64b build + arm target

Incoportate RP's patch, which seems to be lost when update.

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agobonono/orbit2: Move to meta-extras
Richard Purdie [Fri, 30 Jul 2010 04:53:29 +0000 (05:53 +0100)]
bonono/orbit2: Move to meta-extras

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agolibjana: Drop duplicate copy from meta-openmoko
Richard Purdie [Fri, 30 Jul 2010 04:32:19 +0000 (05:32 +0100)]
libjana: Drop duplicate copy from meta-openmoko

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agostaging: Remove now unused legacy staging code
Richard Purdie [Thu, 29 Jul 2010 22:03:45 +0000 (15:03 -0700)]
staging: Remove now unused legacy staging code

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoxserver-xf86-config: Add a netbook xorg.conf with an extra option
Jeff Dike [Tue, 27 Jul 2010 22:26:24 +0000 (18:26 -0400)]
xserver-xf86-config: Add a netbook xorg.conf with an extra option

The X server on some netbooks don't interact well with HAL with their
keyboard or mouse and consequently one or both is unusable.  This
patch adds AutoAddDevices = False to a new netbook-specific
xorg.conf.  If this breaks any systems which currently work, we'll
have to figure out what's really going on with hotplug and the X
server.

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
14 years agoemenlow: linux - add enough config options to boot a live image
Jeff Dike [Tue, 27 Jul 2010 21:43:14 +0000 (17:43 -0400)]
emenlow: linux - add enough config options to boot a live image

USB_STORAGE is needed to see a USB key in the first place.
BLK_DEV_INITRD and RD_GIP are needed to read the initrd in the image.
BLK_DEV_RAM and BLK_DEV_LOOP enable the ramdisk and loop devices used
during boot.
NLS_CODEPAGE_437 and NLS_ISO8859_1 are needed by vfat in order to
mount the filesystem on the key.

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
14 years agobitbake.conf: change inode calculation for genext2fs [BUGFIX#138]
Kevin Tian [Tue, 27 Jul 2010 06:45:10 +0000 (14:45 +0800)]
bitbake.conf: change inode calculation for genext2fs [BUGFIX#138]

genext2fs 1.4.1 creates minimal inode number based on specified rootfs
directory. This is desired in some embedded devices as storage/memory
are precious. However it's not suitable in development phase where target
rootfs may be changed heavily on the fly (remote debug, test, ...).
Sometimes this may even cause "No space on device" error due to limited
free inodes exhaulted at the 1st boot.

Here a new option is added to allow falling back to original 1.3 behavior,
i.e caculating inode number based on specified bytes-per-inode parameter.

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
14 years agoutility-tasks.bbclass: miscellaneous fix
Kevin Tian [Mon, 26 Jul 2010 07:05:40 +0000 (15:05 +0800)]
utility-tasks.bbclass: miscellaneous fix

Fix parse error with packages such as spectrum-fw whose name has no
version string. Later we may have per-recipe option to disable automatic
check for those known with troubles, to reduce complexity in this part.

Signed-off-by Kevin Tian <kevin.tian@intel.com>

14 years agocmake: only search root directory for FIND_***
Kevin Tian [Mon, 26 Jul 2010 05:14:13 +0000 (13:14 +0800)]
cmake: only search root directory for FIND_***

default cmake behavior for FIND_***, is to first search listed directories prefixed
with CMAKE_FIND_ROOT_PATH, and if not found then go to unprefixed directories. This
is not desired as build system may be referenced.

this commit refine the search path only on prefixed directories, and thus fix
libmusicbrains build failure on some systems

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
14 years agodistro tracking: add tcf-agent
Dexuan Cui [Fri, 23 Jul 2010 12:36:22 +0000 (20:36 +0800)]
distro tracking: add tcf-agent

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agotcf-agent: add the latest version 0.3.0+svnr1078
Dexuan Cui [Fri, 23 Jul 2010 12:23:33 +0000 (20:23 +0800)]
tcf-agent: add the latest version 0.3.0+svnr1078

install a proper script /etc/init.d/tcf-agent
make it autostart in runlevels 3 and 5

Signed-off-by: Qing He <qing.he@intel.com>
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agosite/x86_64: Add missing site config for glib-2.0
Richard Purdie [Wed, 28 Jul 2010 05:45:32 +0000 (22:45 -0700)]
site/x86_64: Add missing site config for glib-2.0

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoqemux86-64: Add new emulation machine for 64bit x86
Richard Purdie [Mon, 26 Jul 2010 18:03:45 +0000 (11:03 -0700)]
qemux86-64: Add new emulation machine for 64bit x86

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agox86-64: Fix up COMPATIBLE_HOST defintions for x86-64
Richard Purdie [Mon, 26 Jul 2010 18:02:11 +0000 (11:02 -0700)]
x86-64: Fix up COMPATIBLE_HOST defintions for x86-64

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoxspb-glx: Fix libdrm naming issues
Richard Purdie [Sun, 25 Jul 2010 17:15:22 +0000 (18:15 +0100)]
xspb-glx: Fix libdrm naming issues

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agolibdrm-poulsbo: Fix naming to be consistent
Richard Purdie [Sun, 25 Jul 2010 17:14:26 +0000 (18:14 +0100)]
libdrm-poulsbo: Fix naming to be consistent

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agolibva: Add missing DEPENDS on libxext
Richard Purdie [Sun, 25 Jul 2010 15:49:19 +0000 (16:49 +0100)]
libva: Add missing DEPENDS on libxext

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agocross-canadian.bbclass: Tweak secondary toolchain path component to account for multi...
Richard Purdie [Sun, 25 Jul 2010 14:42:56 +0000 (15:42 +0100)]
cross-canadian.bbclass: Tweak secondary toolchain path component to account for multimachine

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agorm_work.bbclasS: Don't remove the pseudo database as it causes problems with meta...
Richard Purdie [Sun, 25 Jul 2010 14:27:16 +0000 (15:27 +0100)]
rm_work.bbclasS: Don't remove the pseudo database as it causes problems with meta-toolchin

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoemenlow.conf: All tune-atom users need to share the same TARGET_ARCH, fix. Need to...
Richard Purdie [Sun, 25 Jul 2010 14:20:58 +0000 (15:20 +0100)]
emenlow.conf: All tune-atom users need to share the same TARGET_ARCH, fix. Need to revisit this issue later

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agogcc: For 64 bit targets don't use lib64
Richard Purdie [Sun, 25 Jul 2010 14:04:35 +0000 (15:04 +0100)]
gcc: For 64 bit targets don't use lib64

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoRevert "pcmanfm: Update to 0.9.7"
Richard Purdie [Sun, 25 Jul 2010 12:40:17 +0000 (13:40 +0100)]
Revert "pcmanfm: Update to 0.9.7"

This reverts commit d6ba72ac3425596aae96ccfd1ddbbaaf20b11705.

This recipe is not cross compile safe and failes on non0x86 builds.

14 years agobitbake: cache: If one virtual of a recipe is uncached, remove all versions from...
Richard Purdie [Sun, 25 Jul 2010 10:33:11 +0000 (11:33 +0100)]
bitbake: cache: If one virtual of a recipe is uncached, remove all versions from the cache

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agobitbake: fetch: Only mark srcrev recipes as uncached when outside of SRCREV caching...
Richard Purdie [Sun, 25 Jul 2010 10:32:42 +0000 (11:32 +0100)]
bitbake: fetch: Only mark srcrev recipes as uncached when outside of SRCREV caching mode

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agocross-canadian.bbclass: Add in the target compiler paths as well as the sdk compilers
Richard Purdie [Sun, 25 Jul 2010 00:37:53 +0000 (01:37 +0100)]
cross-canadian.bbclass: Add in the target compiler paths as well as the sdk compilers

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agogcc-configure-sdk.inc: Remove hardcoded util paths
Richard Purdie [Sun, 25 Jul 2010 00:37:06 +0000 (01:37 +0100)]
gcc-configure-sdk.inc: Remove hardcoded util paths

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agocross-canadian: Fix toolchain path
Richard Purdie [Sun, 25 Jul 2010 00:12:06 +0000 (01:12 +0100)]
cross-canadian: Fix toolchain path

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agogcc-runtime: Fix stashed libs path for nativesdk
Richard Purdie [Sat, 24 Jul 2010 23:41:45 +0000 (00:41 +0100)]
gcc-runtime: Fix stashed libs path for nativesdk

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agopseudo: Fix path length issues and resulting chdir issues
Richard Purdie [Sat, 24 Jul 2010 23:33:30 +0000 (00:33 +0100)]
pseudo: Fix path length issues and resulting chdir issues

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agogcc-cross: Remove obsolete hacks from 4.5 version
Richard Purdie [Sat, 24 Jul 2010 22:08:04 +0000 (23:08 +0100)]
gcc-cross: Remove obsolete hacks from 4.5 version

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agonativesdk.bbckass: Fix toolchain path
Richard Purdie [Sat, 24 Jul 2010 22:07:07 +0000 (23:07 +0100)]
nativesdk.bbckass: Fix toolchain path

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agopseudo: Make sure log/pid/lock/socket files are covered by data directory moves
Richard Purdie [Sat, 24 Jul 2010 09:55:51 +0000 (10:55 +0100)]
pseudo: Make sure log/pid/lock/socket files are covered by data directory moves

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agobinutils: Remove zlib DEPENDS as it causes circular references
Richard Purdie [Sat, 24 Jul 2010 08:50:38 +0000 (09:50 +0100)]
binutils: Remove zlib DEPENDS as it causes circular references

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoemenlow: Change libdrm-poulsbo to libdrm_poulsbo
Jeff Dike [Sat, 24 Jul 2010 00:57:12 +0000 (20:57 -0400)]
emenlow: Change libdrm-poulsbo to libdrm_poulsbo

It turns out to be a lot easier to generate library names with
underscores than with dashes.

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
14 years agoelfutils: add nativesdk target
Nitin A Kamble [Fri, 23 Jul 2010 13:02:39 +0000 (06:02 -0700)]
elfutils: add nativesdk target

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agogcc family : upgrade to 4.5.0
Nitin A Kamble [Mon, 19 Jul 2010 09:36:13 +0000 (02:36 -0700)]
gcc family : upgrade to 4.5.0

Imported OE patches into the poky recipes.
- Use elfutils instead of libelf

Converted OE's svn source into tar ball & a patch.

Added a patch to revert the baseversion to 4.5.0

Merge OE & poky extra_oeconf_options

Fix the zlib (inside gcc)  make issue by providing the --with-system-zlib switch in EXTRA_OECONF

Found out that some header file dirs were soft linked to non-existing
locations like c_std. Changed the configure options to point them to
existing locations like c_global.

gcc-cross-canadian_4.5.0: fix configure issue

Thanks to Saul Wold for providing poky gcc patches rebased to the 4.5.0
sources.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agolibmpc: bring for gcc 4.5.0
Nitin A Kamble [Mon, 19 Jul 2010 10:00:37 +0000 (03:00 -0700)]
libmpc: bring for gcc 4.5.0

Import the recipe from OE
Upgrade from 0.8.1 to 0.8.2, and it solved the build failure
Cleaned up the libmpc-native recipe for poky tree
Add nativesdk target for gcc-cross-canadian_4.5.0

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agoprelink: Add prelink-native
Mark Hatle [Fri, 23 Jul 2010 15:18:07 +0000 (08:18 -0700)]
prelink: Add prelink-native

Add the new cross prelink support as the prelink-native integration.

Set the prelinker to use the prelink-cross.git repository as the upstream.

Note: libiberty.a is required on the host at this time

Signed-off-by: Mark Hatle <mhatle@windriver.com>
14 years agoelfutils: add elfutils native
Mark Hatle [Fri, 23 Jul 2010 15:13:45 +0000 (08:13 -0700)]
elfutils: add elfutils native

Add elfutils native, also change the binaries being installed to be
prefixed with 'eu-' to avoid conflict with binutils

Signed-off-by: Mark Hatle <mhatle@windriver.com>
14 years agobinutils: Add native version and tweak
Richard Purdie [Sat, 24 Jul 2010 00:07:54 +0000 (01:07 +0100)]
binutils: Add native version and tweak

Enable use of BBCLASSEXTEND to generate a native verison of binutils for the
libiberty, libbfd and libopcodes libs.

Also stop installing useless libs in the cross-canadian recipe.

Partially based on a patch by Mark Hatle <mhatle@windriver.com>.

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agobinutils: Set DEPENDS correctly and remove unneeded PACKAGES setting
Richard Purdie [Fri, 23 Jul 2010 23:57:29 +0000 (00:57 +0100)]
binutils: Set DEPENDS correctly and remove unneeded PACKAGES setting

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agobinutils: Drop FILESPATHPKG, its no longer needed
Richard Purdie [Fri, 23 Jul 2010 23:53:15 +0000 (00:53 +0100)]
binutils: Drop FILESPATHPKG, its no longer needed

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agometa/conf/bitbake.conf: Configure pseudo to not expand symlinks
Mark Hatle [Thu, 22 Jul 2010 17:37:30 +0000 (10:37 -0700)]
meta/conf/bitbake.conf: Configure pseudo to not expand symlinks

When using the fake chroot ability of pseudo, it will expand absolute
symlinks to their full non-fake path by default.  The simple change disables
that behavior, as it is undesired when generating a rootfs.

Signed-off-by: Mark Hatle <mhatle@windriver.com>
14 years agometa/classes/rootfs_rpm.bbclass: re implement base on rpm5
Mark Hatle [Tue, 20 Jul 2010 19:57:19 +0000 (12:57 -0700)]
meta/classes/rootfs_rpm.bbclass: re implement base on rpm5

Re implement the rootfs generation using rpm5.  This also gets rid of the
need for yum, and handles all dep resolving internal to the script itself.

The new file scripts/rootfs_rpm-extract-postinst.awk comes from the original
yum integration work.  It has been unchanged, but since yum is no longer used
we needed to move the script somewhere else.

Signed-off-by: Mark Hatle <mhatle@windriver.com>
14 years agorpm: switch to using RPM 5
Joshua Lock [Wed, 7 Jul 2010 13:59:02 +0000 (14:59 +0100)]
rpm: switch to using RPM 5

Switch to RPM5 as our rpm provider of choice and update the recipe to the latest
stable release.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
Modify the package_rpm.bbclass to understand the macro and command line changes
present in rpm5.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
14 years agobeecrypt: upgrade to version 4.1.2
Joshua Lock [Mon, 5 Jul 2010 14:38:23 +0000 (15:38 +0100)]
beecrypt: upgrade to version 4.1.2

Add new patches to fix visiblity of C++ methods and to disable running a
program to detect the ICU version.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agolibpcre: move from meta-moblin to meta and update to 8.10
Joshua Lock [Tue, 13 Jul 2010 12:29:23 +0000 (13:29 +0100)]
libpcre: move from meta-moblin to meta and update to 8.10

Move the libpcre from meta-moblin, update to the latest release and enable
native build.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agopseudo: Enhancements
Joshua Lock [Fri, 23 Jul 2010 17:18:51 +0000 (18:18 +0100)]
pseudo: Enhancements

Enable changing the data directory on the fly from the environment and then use
this feature within poky to confine pseudo usage to each WORKDIR.

This fixes issues that could be seen under heavy inode reusage e.g.
with rm_work.

Work based mainly off a patch from Joshua Lock but finished by Richard
Purdie.

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agotask-poky-basic: Enable at and tar for basic image
Saul Wold [Fri, 23 Jul 2010 23:04:56 +0000 (16:04 -0700)]
task-poky-basic: Enable at and tar for basic image

Signed-off-by: Saul Wold <Saul.Wold@intel.com>
14 years agotar: New recipe additions 1.17 and 1.23
Scott Garman [Fri, 23 Jul 2010 19:08:28 +0000 (12:08 -0700)]
tar: New recipe additions 1.17 and 1.23

* tar 1.23 is GPLv3
* tar 1.17 is latest GPLv2

Recipes and patches dervied from OpenEmbedded and Debian

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
14 years agoat: New recipe additions 3.1.10.2 and 3.1.12
Scott Garman [Fri, 23 Jul 2010 19:04:10 +0000 (12:04 -0700)]
at: New recipe additions 3.1.10.2 and 3.1.12

* at 3.1.12 is GPLv3
* at 3.1.10.2 is latest GPLv2

Recipes and patches derived from OpenEmbedded

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
14 years agopcmanfm: Update to 0.9.7
Zhai Edwin [Thu, 22 Jul 2010 11:30:47 +0000 (19:30 +0800)]
pcmanfm: Update to 0.9.7

New dependency on libfm & menu-cache, which are added in previous commits

following patches are removed as they either don't apply or this new version
has no those problems:
desktop.patch
no-fam.patch
no-warnings.patch
pcmanfm-mips-fix.patch

the pending one is aowl-window-menu.patch, which need more work as the sources
have changed a lot. So far w/o this patch it still works. but we need more
verification later

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
14 years agoudev: upgrade to version 158
Qing He [Wed, 21 Jul 2010 05:34:35 +0000 (13:34 +0800)]
udev: upgrade to version 158

older versions are kept untouched for now

changes:
  - udev has diverged a lot, the udev.inc was based on a quite dated
    version, thus doesn't reflect current status of udev, create a
    new include file udev-new.inc to adapt
  - separate libudev{,-dev,-dbg} apart from udev
  - --with-udev-prefix is removed. change ${libexecdir} to
    ${base_libdir}/udev, which is described in INSTALL file.
  - udev.pc is provided in ${datadir}/pkgconfig, since it's used
    to indicate the existence of udev itself instead of development
    headers and libs, pack it in udev instead of udev-dev
  - udev-extras is disabled since we are missing libacl, this also
    means gudev is missing as for now
  - other cleanups, e.g. do_stage, do_install, EXTRA_OEMAKE

todo:
  - udev-extras
  - remove old udev versions
  - rebase udev-145 on udev-new.inc as well

Signed-off-by: Qing He <qing.he@intel.com>
14 years agowebkit-gtk: Update to 1.3.2
Zhai Edwin [Thu, 22 Jul 2010 11:30:47 +0000 (19:30 +0800)]
webkit-gtk: Update to 1.3.2

* Update the following files with 1.3.2 version in upstream:
    GNUmakefile.am
    Makefile
    Makefile.shared
    autogen.sh
    configure.ac

* Update the .bb with the one in openembeded(91eefa1e)

* inherit pkgconfig and remove dolt stuff according to RP's comments

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agotar: New recipe additions 1.17 and 1.23
Scott Garman [Fri, 23 Jul 2010 19:08:28 +0000 (12:08 -0700)]
tar: New recipe additions 1.17 and 1.23

* tar 1.23 is GPLv3
* tar 1.17 is latest GPLv2

Recipes and patches dervied from OpenEmbedded and Debian

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
14 years agoat: New recipe additions 3.1.10.2 and 3.1.12
Scott Garman [Fri, 23 Jul 2010 19:04:10 +0000 (12:04 -0700)]
at: New recipe additions 3.1.10.2 and 3.1.12

* at 3.1.12 is GPLv3
* at 3.1.10.2 is latest GPLv2

Recipes and patches derived from OpenEmbedded

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
14 years agometa-lsb: Add basic infrastructure to create lsb image
Saul Wold [Thu, 22 Jul 2010 02:20:52 +0000 (19:20 -0700)]
meta-lsb: Add basic infrastructure to create lsb image

Move tar and at to meta-lsb

Signed-off-by: Saul Wold <Saul.Wold@intel.com>
14 years agodistro tracking: Additional core command packages
Scott Garman [Fri, 23 Jul 2010 18:47:01 +0000 (11:47 -0700)]
distro tracking: Additional core command packages

New file for tracking the following new packages:

* at
* cpio
* cronie
* crontabs
* grep
* mailx
* openssh
* tar

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
14 years agodistro_tracking: fix tracking field for db
Dongxiao Xu [Fri, 23 Jul 2010 08:17:28 +0000 (16:17 +0800)]
distro_tracking: fix tracking field for db

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agoexpat: use gzip-native for unpack
Kevin Tian [Fri, 23 Jul 2010 07:17:06 +0000 (15:17 +0800)]
expat: use gzip-native for unpack

expat 2.0.1 archive is generated with DOS format, which causes CRC
error for some version of gzip (<1.4), e.g. on Unbuntu 10.04. This
commit adds do_unpack dependency to gzip-native, and thus to use
local compiled binary to address this issue. Since 1.4 is a known
version solving this issue, also specify a default version for
gzip-native

also move most lines into expat.inc as cleanup

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
14 years agogzip: new package
Kevin Tian [Fri, 23 Jul 2010 07:11:15 +0000 (15:11 +0800)]
gzip: new package

borrow from OE gzip 1.3.13 after some cleanups:
  - no ${S} redefinition
  - configure.patch is not required

also add native support

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
14 years agoopengl: audit the bb file
Yu Ke [Fri, 23 Jul 2010 05:20:28 +0000 (13:20 +0800)]
opengl: audit the bb file

- repleace SRCREV with SRCPV in PV definition
- Fix the "patch=1" style

Signed-off-by: Yu Ke <ke.yu@intel.com>
14 years agodistro-track: update hal, udev et al
Qing He [Thu, 22 Jul 2010 08:35:38 +0000 (16:35 +0800)]
distro-track: update hal, udev et al

libusb, libusb1, libusb-compat
  remove libusb, upgrade libusb1 and libusb-compat. libusb-compat
  now provides libusb

util-linux
  update the latest version to 2.17.2

hal
hal-info
udev
dhcp

Signed-off-by: Qing He <qing.he@intel.com>
14 years agodhcp: upgrade to 4.1.1-P1
Qing He [Wed, 14 Jul 2010 14:09:26 +0000 (22:09 +0800)]
dhcp: upgrade to 4.1.1-P1

from version 4.1.0

changes:
  original .bb file is based on dhcp3, whose build system differs from
  dhcp 4.x, add a new dhcp4.inc and preserve dhcp3.inc for reference,
  this should fix the conf file location bug of dhclient/dhcpd 4.1.0

  - defining _PATH_DHC{LIENT,PD}_CONF in make parameter no longer works,
    put these definition to includes/site.h
  - delete upstream version of conf files, which are not used, and
    with an installation path hardcoded to ${sysconfdir}
  - similar thing happen for leases file, use new configure option to
    specify
  - RANLIB, LIBDIR, etc. as make parameter are no longer necessary

Signed-off-by: Qing He <qing.he@intel.com>
14 years agoutil-linux: upgrade to version 2.17.2
Qing He [Wed, 21 Jul 2010 07:12:29 +0000 (15:12 +0800)]
util-linux: upgrade to version 2.17.2

from 2.17

changes:
  - clarify license. the package does contains a standalone utility
    called lscpu that is under GPLv3+, fortunately it's note packaged
    as for now
  - the installation path of getopt has changed

todo:
  - move libblkid and libuuid into separate packages

Signed-off-by: Qing He <qing.he@intel.com>
14 years agohal-info: upgrade to version 20091130
Qing He [Tue, 20 Jul 2010 03:13:28 +0000 (11:13 +0800)]
hal-info: upgrade to version 20091130

from 20090414

changes:
  - consolidate hal-info.inc and hal-info_git.bb, git version is used
    as a reference and is not preferred
  - preferred version updated to 20091130

Signed-off-by: Qing He <qing.he@intel.com>
14 years agohal: upgrade to version 0.5.14
Qing He [Tue, 20 Jul 2010 02:35:15 +0000 (10:35 +0800)]
hal: upgrade to version 0.5.14

from 0.5.13

changes:
  - udev rules dir has been changing to /lib/udev/rules.d in udev
    upstream, add an override to stay in /etc/rules.d for compatibility
  - consolidate hal.inc and hal_git.bb, hal_git.bb is used as a
    reference thus should have a negative preference
  - change preferred version of hal to 0.5.14
  - remove hal_0.5.11+0.5.12rc1
  - remove RRECOMMENDS on udev-utils, the package is to be removed

Signed-off-by: Qing He <qing.he@intel.com>
14 years agolibusb-compat: upgrade to version 0.1.3
Qing He [Fri, 16 Jul 2010 04:48:08 +0000 (12:48 +0800)]
libusb-compat: upgrade to version 0.1.3

from 0.0.9, also remove libusb recipe (see below)

changes:
  - remove some unnecessary logics derived from libusb-0.1
  - now PROVIDES libusb
  - bluez4 depends on libusb instead of libusb-compat

libusb-0.1 vs. libusb-compat

libusb-compat is intended to be a drop-in replacement of libusb-0.1,
building on top of libusb-1.0 (which has different API from -0.1).

Few known packages don't work with libusb-compat, notable example
is libmtp. Since most packages work very well with libusb-compat,
and libusb-compat doesn't suffer from power consumption issue of
libusb-0.1 (which is often very important for embedded systems),
drop libusb-0.1 and move to libusb-compat completely. If we see
any problems in the future, either the package should be fixed
or we can add back libusb-0.1 as needed.

Signed-off-by: Qing He <qing.he@intel.com>
14 years agolibusb1: upgrade to version 1.0.8
Qing He [Thu, 15 Jul 2010 05:07:55 +0000 (13:07 +0800)]
libusb1: upgrade to version 1.0.8

from 0.9.2

changes:
  - the previous recipe was derived from libusb-0.1 and thus had many
    inconsistencies, e.g. binconfig and lib_packages are not necessary,
    libusb1 doesn't provide libusb++, etc. Remove these legacies
  - remove the patch 0.9.0-gcc3.4-compat-fix

Signed-off-by: Qing He <qing.he@intel.com>
14 years agodistro tracking: Updated version info for oh-puzzles, dates, contacts...
Zhai Edwin [Thu, 22 Jul 2010 11:30:47 +0000 (19:30 +0800)]
distro tracking: Updated version info for oh-puzzles, dates, contacts...

Also add tracking fileds for menu-cache and libfm after adding them

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agolibfm: Add 0.1.12 as new recipe
Zhai Edwin [Thu, 22 Jul 2010 11:30:47 +0000 (19:30 +0800)]
libfm: Add 0.1.12 as new recipe

Required when updating pcmanfm to 0.9.7

[with cleanup from Richard Purdie]

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agomenu-cache: add 0.3.2 as new recipe
Zhai Edwin [Thu, 22 Jul 2010 11:30:47 +0000 (19:30 +0800)]
menu-cache: add 0.3.2 as new recipe

required when adding libfm

[with cleanup from Richard Purdie]

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agostartup-notification: Drop unneeded do_configure_prepend
Richard Purdie [Fri, 23 Jul 2010 22:24:50 +0000 (23:24 +0100)]
startup-notification: Drop unneeded do_configure_prepend

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agodistro tracking: add xcb-util and startup-notification, fix xorg-minimal-fonts
Dexuan Cui [Thu, 22 Jul 2010 05:32:28 +0000 (13:32 +0800)]
distro tracking: add xcb-util and startup-notification, fix xorg-minimal-fonts

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agostartup-notification: upgrade to the latest version 0.10
Dexuan Cui [Thu, 22 Jul 2010 03:53:49 +0000 (11:53 +0800)]
startup-notification: upgrade to the latest version 0.10

updated DESCRIPTION, BUGTRACKER, LIC_FILES_CHKSUM;
updated the comment (sn-utils.c -> sn-util.c);
reset PR to "r0";
updated DEPENDS: added xcb-util.

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agoxcb-util: add the latest version 0.3.6
Dexuan Cui [Thu, 22 Jul 2010 03:52:33 +0000 (11:52 +0800)]
xcb-util: add the latest version 0.3.6

startup-notification_0.10 depends on xcb-util, so I add this package.

xcb-util.inc and xcb-util_0.3.6.bb are based on recipes from OpenEmbedded;
The changes I made are: updating HOMEPAGE,BUGTRACKER,LICENSE and
LIC_FILES_CHKSUM, and changing "include xcb-util.inc" to
"require xcb-util.inc", and using the latest version 0.3.6.

add gperf dependency and remove do_staging

Signed-off-by: Saul Wold <Saul.Wold@intel.com>
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agogst-meta-base: Fix vorbis plugin reference
Richard Purdie [Fri, 23 Jul 2010 22:16:20 +0000 (23:16 +0100)]
gst-meta-base: Fix vorbis plugin reference

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agogaku: Fix plugin name
Richard Purdie [Fri, 23 Jul 2010 21:59:54 +0000 (22:59 +0100)]
gaku: Fix plugin name

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agogst-plugins: Fix module splitting
Richard Purdie [Fri, 23 Jul 2010 21:52:32 +0000 (22:52 +0100)]
gst-plugins: Fix module splitting

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agolinux-wrs: Bump PR and fix some quoting
Richard Purdie [Fri, 23 Jul 2010 21:32:49 +0000 (22:32 +0100)]
linux-wrs: Bump PR and fix some quoting

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agowebkit: Bump PR
Richard Purdie [Fri, 23 Jul 2010 21:28:47 +0000 (22:28 +0100)]
webkit: Bump PR

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agobinutils: Disable libbfd and remove unneeded copies of tools in dangerous paths....
Richard Purdie [Fri, 23 Jul 2010 17:06:15 +0000 (18:06 +0100)]
binutils: Disable libbfd and remove unneeded copies of tools in dangerous paths. gcc now has symlinks to handle this

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agobinutils.inc: This bug has since been fixed, drop the hack
Richard Purdie [Fri, 23 Jul 2010 17:05:33 +0000 (18:05 +0100)]
binutils.inc: This bug has since been fixed, drop the hack

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agobitbake.conf/cross.bbclass: Inject MULTIMACH_TARGET_SYS into the toolchain paths...
Richard Purdie [Fri, 23 Jul 2010 17:04:59 +0000 (18:04 +0100)]
bitbake.conf/cross.bbclass: Inject MULTIMACH_TARGET_SYS into the toolchain paths to prevent multimachine cross contamination

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agogcc-package-cross.inc: Setup symlinks in the libexec directory to our cross tools...
Richard Purdie [Fri, 23 Jul 2010 17:03:54 +0000 (18:03 +0100)]
gcc-package-cross.inc: Setup symlinks in the libexec directory to our cross tools so the toolchain finds them correctly

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agogcc-cross-intermediate.inc: Make sure libgcc goes into the target sysroot
Richard Purdie [Fri, 23 Jul 2010 17:03:09 +0000 (18:03 +0100)]
gcc-cross-intermediate.inc: Make sure libgcc goes into the target sysroot

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agogcc-cross-initial/intermediate: Drop now unneeded symlink hacks
Richard Purdie [Fri, 23 Jul 2010 17:02:14 +0000 (18:02 +0100)]
gcc-cross-initial/intermediate: Drop now unneeded symlink hacks

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agogcc-cross: Use MULTIMACH_TARGET_SYS instead of TARGET_SYS in staging path
Richard Purdie [Fri, 23 Jul 2010 13:35:37 +0000 (14:35 +0100)]
gcc-cross: Use MULTIMACH_TARGET_SYS instead of TARGET_SYS in staging path

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