openembedded.git
14 years agoexternal-toolchain-csl: fix the license for -dev packages
Denys Dmytriyenko [Mon, 26 Jul 2010 21:01:22 +0000 (17:01 -0400)]
external-toolchain-csl: fix the license for -dev packages

Signed-off-by: Denys Dmytriyenko <denis@denix.org>
14 years agoliboil: change the license to liboil
Denys Dmytriyenko [Thu, 29 Jul 2010 16:48:57 +0000 (12:48 -0400)]
liboil: change the license to liboil

Legally, it is more correct to call the mix of licenses (like used by liboil)
with the application-specific name, rather than a generic "various".

Signed-off-by: Denys Dmytriyenko <denis@denix.org>
14 years agosquid: remove SQUID_MAJOR, determine SRC_URI path from PV
Roman I Khimov [Tue, 6 Jul 2010 11:04:06 +0000 (15:04 +0400)]
squid: remove SQUID_MAJOR, determine SRC_URI path from PV

Signed-off-by: Roman I Khimov <khimov@altell.ru>
14 years agosquid: remove -native recipes
Roman I Khimov [Tue, 6 Jul 2010 11:02:38 +0000 (15:02 +0400)]
squid: remove -native recipes

They were only used for cf_gen compilation which is unnecessary with a little patch
for squid build system.

Signed-off-by: Roman I Khimov <khimov@altell.ru>
14 years agosigngp: convert to BBCLASSEXTEND
Koen Kooi [Thu, 29 Jul 2010 14:06:53 +0000 (16:06 +0200)]
signgp: convert to BBCLASSEXTEND

14 years agompfr: move ARM_INSTRUCTION_SET to mpfr.inc
Klaus Kurzmann [Thu, 29 Jul 2010 11:23:02 +0000 (13:23 +0200)]
mpfr: move ARM_INSTRUCTION_SET to mpfr.inc

Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
14 years agoxmms: bump PR
Koen Kooi [Thu, 29 Jul 2010 10:26:05 +0000 (12:26 +0200)]
xmms: bump PR

14 years agosox: bump PR
Koen Kooi [Thu, 29 Jul 2010 10:25:39 +0000 (12:25 +0200)]
sox: bump PR

14 years agoscummvm: bump PR
Koen Kooi [Thu, 29 Jul 2010 10:24:43 +0000 (12:24 +0200)]
scummvm: bump PR

14 years agompd: bump PR
Koen Kooi [Thu, 29 Jul 2010 10:24:15 +0000 (12:24 +0200)]
mpd: bump PR

14 years agognome-media: bump PR
Koen Kooi [Thu, 29 Jul 2010 10:23:45 +0000 (12:23 +0200)]
gnome-media: bump PR

14 years agoxf86-video-v4l2: add git version
Koen Kooi [Thu, 29 Jul 2010 08:38:52 +0000 (10:38 +0200)]
xf86-video-v4l2: add git version

14 years agoangstrom omap3-mkcard.sh: fix rootfs name
Koen Kooi [Thu, 29 Jul 2010 08:38:25 +0000 (10:38 +0200)]
angstrom omap3-mkcard.sh: fix rootfs name

14 years agompfr_3.0.0.bb: set ARM_INSTRUCTION_SET to arm for armv4t
Klaus Kurzmann [Thu, 29 Jul 2010 07:19:11 +0000 (09:19 +0200)]
mpfr_3.0.0.bb: set ARM_INSTRUCTION_SET to arm for armv4t

Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
14 years agoperl 5.10.1: add perl-module-utf8-heavy dependency
Roman I Khimov [Fri, 23 Jul 2010 07:17:25 +0000 (11:17 +0400)]
perl 5.10.1: add perl-module-utf8-heavy dependency

Signed-off-by: Roman I Khimov <khimov@altell.ru>
14 years agodropbear: use pidfile for daemon start/stop/restart
Roman I Khimov [Mon, 19 Jul 2010 13:08:08 +0000 (17:08 +0400)]
dropbear: use pidfile for daemon start/stop/restart

Old init script killed all dropbear processes when doing stop/restart
including open SSH sessions which is very annoying.

Signed-off-by: Roman I Khimov <khimov@altell.ru>
14 years agoiproute2 2.6.34: install tc
Roman I Khimov [Fri, 16 Jul 2010 13:31:14 +0000 (17:31 +0400)]
iproute2 2.6.34: install tc

Wasn't installed for some reason.

Signed-off-by: Roman I Khimov <khimov@altell.ru>
14 years agoat: add version 3.1.12
Roman I Khimov [Thu, 15 Jul 2010 12:22:18 +0000 (16:22 +0400)]
at: add version 3.1.12

Thanks to Buildroot guys for patches.

Signed-off-by: Roman I Khimov <khimov@altell.ru>
14 years agosanity.bbclass: kill usage of 'print'
Chris Larson [Thu, 29 Jul 2010 03:01:19 +0000 (23:01 -0400)]
sanity.bbclass: kill usage of 'print'

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agogrep: Fix the xz-native dropping patch
Tom Rini [Wed, 28 Jul 2010 23:44:29 +0000 (16:44 -0700)]
grep: Fix the xz-native dropping patch

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agopackaged-staging, native{,sdk}: Rework OVERRIDES to check PSTAGING_DISABLED
Tom Rini [Wed, 28 Jul 2010 20:56:08 +0000 (13:56 -0700)]
packaged-staging, native{,sdk}: Rework OVERRIDES to check PSTAGING_DISABLED

When the function to set PSTAGING_ACTIVE is an anon python function OVERRIDES
is not set so we cannot set things to disabled in the context of BBCLASSEXTEND
recipes.  To fix this we need to have native/nativesdk set OVERRIDES outside of
the anon function context.  We then make a COW of the data at this point in
packaged-staging's anon function and evaluate so we know what will be in
OVERRIDES and check.  While we're in here drop a duplicate test in
populate_sysroot_postamble and check nativesdk along with the rest of the
classes that need mangling.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agobase-files: fix DISPLAY for shr distro and bump PR
Klaus Kurzmann [Wed, 28 Jul 2010 20:40:56 +0000 (22:40 +0200)]
base-files: fix DISPLAY for shr distro and bump PR

Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
14 years agoconnman.inc: remove do_stage
Klaus Kurzmann [Wed, 28 Jul 2010 20:10:57 +0000 (22:10 +0200)]
connman.inc: remove do_stage

Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
14 years agoomhacks: bump SRCREV and sync PV
Klaus Kurzmann [Wed, 28 Jul 2010 20:10:09 +0000 (22:10 +0200)]
omhacks: bump SRCREV and sync PV

Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
14 years agogrep, mpfr: Dont use .xz in SRC_URI yet.
Khem Raj [Wed, 28 Jul 2010 17:03:06 +0000 (10:03 -0700)]
grep, mpfr: Dont use .xz in SRC_URI yet.

* xz-native is needed to decompress these URI's
  and it has vicious catch-22 with autoconf-native etc.
  unless that is solved dont use it.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoomap3 machines: build matching x-loader as well on each image build
Koen Kooi [Wed, 28 Jul 2010 15:00:41 +0000 (17:00 +0200)]
omap3 machines: build matching x-loader as well on each image build

14 years agox-load git: update xm memory patch
Koen Kooi [Wed, 28 Jul 2010 14:57:18 +0000 (16:57 +0200)]
x-load git: update xm memory patch

14 years agolinux-omap-psp: Update omap3evm defconfig
Roger Monk [Wed, 28 Jul 2010 14:42:11 +0000 (15:42 +0100)]
linux-omap-psp: Update omap3evm defconfig

* Re-base against latest psp defconfig
   * Sync-up config with beagleboard

Signed-off-by: Roger Monk <r-monk@ti.com>
14 years agosourceipk: use ar to package ipk instead of tar
Chase Maupin [Wed, 28 Jul 2010 04:06:18 +0000 (04:06 +0000)]
sourceipk: use ar to package ipk instead of tar

* Changed the command that packages the contents of the
  source ipk to ar instead of tar to match how other ipks
  are built.

Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agosourceipk: add license to control file
Chase Maupin [Wed, 28 Jul 2010 04:06:17 +0000 (04:06 +0000)]
sourceipk: add license to control file

* Added License field to the control file.

Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agoqt4: add WIP 4.6.3 recipes (only tested upto do_patch)
Koen Kooi [Wed, 28 Jul 2010 14:19:19 +0000 (16:19 +0200)]
qt4: add WIP 4.6.3 recipes (only tested upto do_patch)

14 years agoXgxperf: add svn version
Prabindh Sundareson [Tue, 27 Jul 2010 18:44:02 +0000 (00:14 +0530)]
Xgxperf: add svn version

14 years agodbus-glib: fix do_install and bump INC_PR
Henning Heinold [Wed, 28 Jul 2010 09:24:23 +0000 (11:24 +0200)]
dbus-glib: fix do_install and bump INC_PR

14 years agoproxy-libintl_20080418.bb: pass -fPIC in CFLAGS always.
Khem Raj [Wed, 28 Jul 2010 04:28:01 +0000 (21:28 -0700)]
proxy-libintl_20080418.bb: pass -fPIC in CFLAGS always.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoRevert "packaged-staging: Make setting PSTAGING_ACTIVE be a named python func"
Tom Rini [Wed, 28 Jul 2010 03:35:22 +0000 (20:35 -0700)]
Revert "packaged-staging: Make setting PSTAGING_ACTIVE be a named python func"

This has some unintended consequences, revert for now.

This reverts commit 9a0e95f37639d9856ad41b8fc301f9b00369a797.

14 years agopackaged-staging: Make setting PSTAGING_ACTIVE be a named python func
Tom Rini [Wed, 28 Jul 2010 02:09:44 +0000 (19:09 -0700)]
packaged-staging: Make setting PSTAGING_ACTIVE be a named python func

When the function to set PSTAGING_ACTIVE is an anon python function
overrides are not set so we cannot set things to disabled in the context
of BBCLASSEXTEND recipes.  Call this function before we check
PSTAGING_ACTIVE.  In the case of packagedstaging_fastpath it's cleaner
to convert to a full python function.  While we're in here drop a
duplicate test in populate_sysroot_postamble and make do_package_stage
check PSTAGING_ACTIVE for == 0 rather than != 1, like the rest of the
functions do.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agobison-native: Disable packaged-staging
Tom Rini [Tue, 27 Jul 2010 23:25:28 +0000 (16:25 -0700)]
bison-native: Disable packaged-staging

bison-native does some hard-coded path nastiness to the binary so
we disable packaged-staging.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agopackaged-staging: Place cross/native/etc into the normal path
Tom Rini [Tue, 27 Jul 2010 23:06:26 +0000 (16:06 -0700)]
packaged-staging: Place cross/native/etc into the normal path

With the changes to move ${CROSS_DIR} into sysroots/ we now
$ORIGIN-mangle cross packages (and already were native) so change
the comment from cross.bbclass while we're at this and then put
these recipes into the usual packaged-staging cache.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agouclibc-git: bump to latest git master, which fixes building of udev >= 151
Henning Heinold [Tue, 27 Jul 2010 19:56:40 +0000 (21:56 +0200)]
uclibc-git: bump to latest git master, which fixes building of udev >= 151

14 years agodbus-glib: converted to BBCLASSEXTENDED and remove do_stage stuff
Henning Heinold [Sun, 25 Jul 2010 17:44:13 +0000 (19:44 +0200)]
dbus-glib: converted to BBCLASSEXTENDED and remove do_stage stuff

14 years agoopenssh.inc: Add missing '\' to EXTRA_OECONF
Khem Raj [Tue, 27 Jul 2010 21:01:39 +0000 (14:01 -0700)]
openssh.inc: Add missing '\' to EXTRA_OECONF

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoopenssh.inc: Enable pam if present in DISTRO_FEATURES
Khem Raj [Tue, 27 Jul 2010 20:31:58 +0000 (13:31 -0700)]
openssh.inc: Enable pam if present in DISTRO_FEATURES

Signed-off-by: Sean Hudson <Sean_Hudson@Dell.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agobitbake.conf: Correct APACHE mirror location for APR recipes.
Sean_Hudson@Dell.com [Mon, 12 Jul 2010 12:31:10 +0000 (12:31 +0000)]
bitbake.conf: Correct APACHE mirror location for APR recipes.

Hi all,

  We recently noticed that apr and apr-util recipes were not fetching correctly.
  It appears as though the APACHE_MIRROR variable in the bitbake.conf file.

  Below is a trivial patch to update the variable.

Regards,
Sean

Signed-off-by: Sean Hudson <Sean_Hudson@Dell.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agolibmpc: bump version and cleanup staging
Bernhard Reutner-Fischer [Fri, 16 Jul 2010 11:49:04 +0000 (11:49 +0000)]
libmpc: bump version and cleanup staging

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Acked-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agolibmpfr: bump version
Bernhard Reutner-Fischer [Fri, 16 Jul 2010 11:49:06 +0000 (11:49 +0000)]
libmpfr: bump version

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agolibgmp: bump version
Bernhard Reutner-Fischer [Fri, 16 Jul 2010 11:49:05 +0000 (11:49 +0000)]
libgmp: bump version

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agominimal: commentary typo fix
Bernhard Reutner-Fischer [Thu, 15 Jul 2010 05:25:40 +0000 (05:25 +0000)]
minimal: commentary typo fix

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoti-dsplink: Add Latest dsplink 1.65.00.03 EA release
Roger Monk [Fri, 16 Jul 2010 11:10:14 +0000 (12:10 +0100)]
ti-dsplink: Add Latest dsplink 1.65.00.03 EA release

   * Add latest DSPLINK version

Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
14 years agoFix siteinfo issue in perl 5.8.8 and 5.10.1.
Chris Larson [Tue, 27 Jul 2010 03:18:50 +0000 (20:18 -0700)]
Fix siteinfo issue in perl 5.8.8 and 5.10.1.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agoSiteinfo cleanup v2
Chris Larson [Sun, 20 Jun 2010 21:35:05 +0000 (14:35 -0700)]
Siteinfo cleanup v2

- Don't supply site files for native.
- Split up the site information, so we don't need to add every single
  combination of os and architecture to the siteinfo.bbclass.
- Drop the ${FILE_DIRNAME}/site-<bits> stuff, there are other ways to do it.
- SITEINFO_ENDIANESS -> SITEINFO_ENDIANNESS.

Signed-off-by: Chris Larson <clarson@kergoth.com>
14 years agoRevert "Siteinfo cleanup"
Chris Larson [Mon, 26 Jul 2010 22:09:08 +0000 (15:09 -0700)]
Revert "Siteinfo cleanup"

Will revisit.

This reverts commit 87dc166bade8722af4076c8644cac6a0a437826f.

14 years agoaceofpenguins-launcher: update to 0.5 to add button for spider game
Thomas Zimmermann [Mon, 26 Jul 2010 20:29:45 +0000 (22:29 +0200)]
aceofpenguins-launcher: update to 0.5 to add button for spider game

Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
14 years agoaceofpenguins: update to version 1.3
Thomas Zimmermann [Mon, 26 Jul 2010 20:28:04 +0000 (22:28 +0200)]
aceofpenguins: update to version 1.3

* new game: spider
* some fixes

* renamed files folder to aceofpenguins
Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
14 years agoSiteinfo cleanup
Chris Larson [Sun, 20 Jun 2010 21:35:05 +0000 (14:35 -0700)]
Siteinfo cleanup

- Don't supply site files for native
- Split up the site information, so we don't need to add every single
  combination of os and architecture to the siteinfo.bbclass
- Instead of specifically looking for '${FILE_DIRNAME}/site-${PV}/<sitefile>',
  leverage FILESPATH.  Now it searches the paths in both BBPATH and FILESPATH
  for "site/<sitefile>".
- SITEINFO_ENDIANESS -> SITEINFO_ENDIANNESS

Signed-off-by: Chris Larson <clarson@kergoth.com>
14 years agooe.patch: don't error when the symlink already exists and is correct
Evgeniy Dushistov [Mon, 26 Jul 2010 16:43:19 +0000 (09:43 -0700)]
oe.patch: don't error when the symlink already exists and is correct

Adds oe.path.symlink convenience function.

Signed-off-by: Evgeniy Dushistov <dushistov@mail.ru>
Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agocpan.bbclass: removed legacy staging
Frans Meulenbroeks [Sun, 25 Jul 2010 16:25:49 +0000 (18:25 +0200)]
cpan.bbclass: removed legacy staging

bumped PR for the main perl recipes so this change takes effect

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Roman I Khimov <khimov@altell.ru>
14 years agosanity.bbclass: Run our checking at BuildStarted, not ConfigParsed
Chris Larson [Mon, 26 Jul 2010 15:57:57 +0000 (08:57 -0700)]
sanity.bbclass: Run our checking at BuildStarted, not ConfigParsed

ConfigParsed is often utilized to do programmatic changes to the configuration
metadata.  If these other event handlers set any variables which
sanity.bbclass needs to check, there's a problem, since we can't ensure those
handlers run before this one.  So, we move the sanity checking to when the
build is about to start, this ensures that the configuration metadata is
entirely ready to go.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agoncurses: proPagate is with a p, not a g
Koen Kooi [Mon, 26 Jul 2010 13:41:03 +0000 (15:41 +0200)]
ncurses: proPagate is with a p, not a g

14 years agoopenjdk: Bump INC_PR after merge.
Xerxes Rånby [Mon, 26 Jul 2010 12:41:49 +0000 (14:41 +0200)]
openjdk: Bump INC_PR after merge.

14 years agoopenjdk-6-6b18: Fix cacao on soft-float systems.
Xerxes Rånby [Mon, 26 Jul 2010 11:30:04 +0000 (13:30 +0200)]
openjdk-6-6b18: Fix cacao on soft-float systems.

* openjdk-6-common.inc: Configure cacao with --enable-softfloat
on systems that are not equipped with a FPU.
This fixes openjdk + cacao on ARMv4 and ARMv5 systems.
Bumped PR.

14 years agolinux-omap-psp 2.6.32: add multiconfig for beagle with cpuidle and g_ether built in
Koen Kooi [Mon, 26 Jul 2010 09:38:52 +0000 (11:38 +0200)]
linux-omap-psp 2.6.32: add multiconfig for beagle with cpuidle and g_ether built in

14 years agoproxy-libintl: Fix soname.patch to include the funtions from libintl.c
Khem Raj [Sun, 25 Jul 2010 17:55:32 +0000 (10:55 -0700)]
proxy-libintl: Fix soname.patch to include the funtions from libintl.c

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoWork around ncurses-sdk & zlib-sdk build failures on CentOS 5.4
Chris Larson [Sun, 25 Jul 2010 02:28:22 +0000 (22:28 -0400)]
Work around ncurses-sdk & zlib-sdk build failures on CentOS 5.4

The issue here is that we're building ncurses with HOST==BUILD!=TARGET,
aka 'cross', yet we're applying a CFLAGS override based on the target, not
the host, which results in passing -fforward-propagate to the build
machine's gcc, which isn't supported in older versions.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agoncurses: make certain that the rxvt-unicode dir exists
Chris Larson [Wed, 21 Jul 2010 23:57:01 +0000 (16:57 -0700)]
ncurses: make certain that the rxvt-unicode dir exists

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agoncurses: don't rely on bitbake's expansion of undefined variables behavior
Chris Larson [Wed, 21 Jul 2010 23:56:37 +0000 (16:56 -0700)]
ncurses: don't rely on bitbake's expansion of undefined variables behavior

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agobitbake.conf: Add thumb-interwork to DISTRO_FEATURES if machine supports it.
Khem Raj [Sat, 24 Jul 2010 09:19:12 +0000 (02:19 -0700)]
bitbake.conf: Add thumb-interwork to DISTRO_FEATURES if machine supports it.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoproxy-libintl: Eliminate the compile rule in makefile
Khem Raj [Sat, 24 Jul 2010 21:26:02 +0000 (14:26 -0700)]
proxy-libintl: Eliminate the compile rule in makefile

* This rule is not needed because we do not pass correct
  CFLAGS so on architectures where PIC really matters it
  does not work. Therefore make is more consistent and let
  -shared decide what flag to use for PIC'ness

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agofreesmartphone: bump SRCREV and sync PVs with upstream
Michael Kurz [Sun, 25 Jul 2010 10:54:40 +0000 (12:54 +0200)]
freesmartphone: bump SRCREV and sync PVs with upstream

Signed-off-by: Michael Kurz <betheg@bitcloner.org>
14 years agogdbm: switch to BBCLASSEXTENDED and bump PR
Henning Heinold [Fri, 23 Jul 2010 10:25:27 +0000 (12:25 +0200)]
gdbm: switch to BBCLASSEXTENDED and bump PR

14 years agolibpng: update to version 1.2.44 because of CVE-2010-1205 and converted to BBCLASSEXT...
Henning Heinold [Fri, 23 Jul 2010 10:01:09 +0000 (12:01 +0200)]
libpng: update to version 1.2.44 because of CVE-2010-1205 and converted to BBCLASSEXTENDED

* removed insecure versions

14 years agoencdec-updater: Get rid of legacy staging.
Stanislav Brabec [Sat, 24 Jul 2010 22:03:32 +0000 (22:03 +0000)]
encdec-updater: Get rid of legacy staging.

14 years agogeda-gattrib: Undeleted gattrib-gtk218.patch accidentally removed by d264d0f.
Stanislav Brabec [Sat, 24 Jul 2010 22:01:24 +0000 (22:01 +0000)]
geda-gattrib: Undeleted gattrib-gtk218.patch accidentally removed by d264d0f.

14 years agopsplash-ti: add ti logo progress bar
Chase Maupin [Thu, 22 Jul 2010 19:35:05 +0000 (14:35 -0500)]
psplash-ti: add ti logo progress bar

* Added recipe to provide TI logo on splash screen during
  booting.  This is for use with TI processors.

Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
14 years agognome-bluetooth: Remove support for help file generator to not depend on host system...
Stanislav Brabec [Sat, 24 Jul 2010 14:21:03 +0000 (14:21 +0000)]
gnome-bluetooth: Remove support for help file generator to not depend on host system docbook XSL processing.

Signed-off-by: Stanislav Brabec <utx@penguin.cz>
14 years agogeda-gattrib: Drop support for gtk+ < 2.18. It was broken since 4e7aae5 that tried...
Stanislav Brabec [Sat, 24 Jul 2010 14:16:19 +0000 (14:16 +0000)]
geda-gattrib: Drop support for gtk+ < 2.18. It was broken since 4e7aae5 that tried to fix 995db54, which failed to parse on some systems.

Signed-off-by: Stanislav Brabec <utx@penguin.cz>
14 years agoMerge branch 'org.openembedded.dev' of git.openembedded.net:openembedded into org...
Stanislav Brabec [Sat, 24 Jul 2010 13:59:30 +0000 (13:59 +0000)]
Merge branch 'org.openembedded.dev' of git.openembedded.net:openembedded into org.openembedded.dev

14 years agoangstrom-2008-preferred-versions.inc: Remove spitz and akita specific udev version...
Stanislav Brabec [Sat, 24 Jul 2010 13:55:48 +0000 (15:55 +0200)]
angstrom-2008-preferred-versions.inc: Remove spitz and akita specific udev version, opkg upgrade would break the system. Reverts 48dd1c1.

Signed-off-by: Stanislav Brabec <utx@penguin.cz>
14 years agoakita.conf, spitz.conf: Set PREFERRED_PROVIDER for udev-compat to udev-compat141.
Stanislav Brabec [Sat, 24 Jul 2010 13:51:39 +0000 (15:51 +0200)]
akita.conf, spitz.conf: Set PREFERRED_PROVIDER for udev-compat to udev-compat141.

14 years agoudev: Fix sanity_check errors of requires/provides in udev-compat introduction.
Stanislav Brabec [Sat, 24 Jul 2010 13:47:26 +0000 (15:47 +0200)]
udev: Fix sanity_check errors of requires/provides in udev-compat introduction.
* http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-July/021848.html

Signed-off-by: Stanislav Brabec <utx@penguin.cz>
14 years agoudev: Fix possible multiple mounting of /dev, increment PR.
Stanislav Brabec [Sat, 24 Jul 2010 13:39:52 +0000 (15:39 +0200)]
udev: Fix possible multiple mounting of /dev, increment PR.
* http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-July/021663.html

Signed-off-by: Stanislav Brabec <utx@penguin.cz>
Acked-by: Andrea Adami <andrea.adami@gmail.com>
14 years agoudev: Added support for udev-compat.
Stanislav Brabec [Sat, 24 Jul 2010 13:37:21 +0000 (15:37 +0200)]
udev: Added support for udev-compat.
* http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-July/021662.html

Signed-off-by: Stanislav Brabec <utx@penguin.cz>
Acked-by: Andrea Adami <andrea.adami@gmail.com>
14 years agoudev-compat141: Added compatibility udev package for old kernels.
Stanislav Brabec [Sat, 24 Jul 2010 13:35:55 +0000 (15:35 +0200)]
udev-compat141: Added compatibility udev package for old kernels.
* http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-July/021661.html

Signed-off-by: Stanislav Brabec <utx@penguin.cz>
Acked-by: Andrea Adami <andrea.adami@gmail.com>
Acked-by: Koen Kooi <koen@openembedded.org>
14 years agobeagleboard-test-image: contents for test ramdisk
Jason Kridner [Thu, 22 Jul 2010 00:36:21 +0000 (19:36 -0500)]
beagleboard-test-image: contents for test ramdisk

* Used standard mplayer (avoid creation of a limited function
  mplayer).
* Included cpufrequtils.
* Updated by Koen's feedback
* Build x-load, u-boot, and the kernel with every image.

14 years agobeagleboard-test-scripts: created
Jason Kridner [Thu, 22 Jul 2010 00:38:11 +0000 (19:38 -0500)]
beagleboard-test-scripts: created

These are scripts from the validation repository used to test various
functions on the board.

Updated by Koen's feedback

fixed shell script error: Setting variables in shell script (do_install) need to not have spaces
between the variable and the '='.

14 years agoangstrom-gpe-task-settings: remove gpe-package
Koen Kooi [Sat, 24 Jul 2010 13:07:24 +0000 (15:07 +0200)]
angstrom-gpe-task-settings: remove gpe-package

14 years agogpe-package: switch to IPKG_VARIANT, clean up and fix license
Koen Kooi [Sat, 24 Jul 2010 11:39:26 +0000 (13:39 +0200)]
gpe-package: switch to IPKG_VARIANT, clean up and fix license

14 years agou-boot git: sync i2c and button patch with http://gitorious.org/beagleboard-validatio...
Koen Kooi [Sat, 24 Jul 2010 11:06:57 +0000 (13:06 +0200)]
u-boot git: sync i2c and button patch with gitorious.org/beagleboard-validation/u-boot/commits/validation-20100723
u-boot git: change default env for beagle to run user.scr or ramdisk when the USER button is pressed

14 years agox-load git: add patch to detect the different memories on beagleboard xM
Koen Kooi [Sat, 24 Jul 2010 10:54:37 +0000 (12:54 +0200)]
x-load git: add patch to detect the different memories on beagleboard xM

14 years agoffmpeg svn: enable ffserver
Koen Kooi [Sat, 24 Jul 2010 09:47:21 +0000 (11:47 +0200)]
ffmpeg svn: enable ffserver

* ffplay needs an sdl patch

14 years agoffmpeg: fix packaging
Koen Kooi [Sat, 24 Jul 2010 08:46:28 +0000 (10:46 +0200)]
ffmpeg: fix packaging
ffmpeg svn: make it distributable

14 years agoMerge branch 'org.openembedded.dev' of git://git.openembedded.org/openembedded into...
Marco Cavallini [Sat, 24 Jul 2010 07:45:26 +0000 (09:45 +0200)]
Merge branch 'org.openembedded.dev' of git://git.openembedded.org/openembedded into org.openembedded.dev

14 years agokaeilos-2010.conf: switched opkg stuff to opkg-nogpg-nocurl
Marco Cavallini [Sat, 24 Jul 2010 07:43:24 +0000 (09:43 +0200)]
kaeilos-2010.conf: switched opkg stuff to opkg-nogpg-nocurl

14 years agoangstrom: add ipkg to blacklist
Koen Kooi [Sat, 24 Jul 2010 07:38:25 +0000 (09:38 +0200)]
angstrom: add ipkg to blacklist

14 years agobase-image: switch to IPKG_VARIANT
Koen Kooi [Sat, 24 Jul 2010 07:36:43 +0000 (09:36 +0200)]
base-image: switch to IPKG_VARIANT

14 years agolinux-omap-psp 2.6.32: additional bugfixes for the camera drivers
Koen Kooi [Sat, 24 Jul 2010 07:35:18 +0000 (09:35 +0200)]
linux-omap-psp 2.6.32: additional bugfixes for the camera drivers

14 years agodistro: Add new feature to indicate thumb-interworking.
Khem Raj [Wed, 21 Jul 2010 22:42:40 +0000 (15:42 -0700)]
distro: Add new feature to indicate thumb-interworking.

* This would be used to decide if we can use BX in return
  instructions in uclibc.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoMerge branch 'org.openembedded.dev' of git://git.openembedded.org/openembedded into...
Marco Cavallini [Sat, 24 Jul 2010 07:30:34 +0000 (09:30 +0200)]
Merge branch 'org.openembedded.dev' of git://git.openembedded.org/openembedded into org.openembedded.dev

14 years agotcpdump-4.1.1
Nicolas Boichat [Fri, 23 Jul 2010 09:28:32 +0000 (11:28 +0200)]
tcpdump-4.1.1

Ported most patches from 4.0.0, except no-ipv6-tcpdump4.patch (fixed upstream).

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agolibpcap 1.1.1 recipe.
Nicolas Boichat [Fri, 23 Jul 2010 09:27:05 +0000 (11:27 +0200)]
libpcap 1.1.1 recipe.

Notes about patches from 1.0.0:
 - ieee80215-arphrd.patch: ported to 1.1.1

 - aclocal.patch: does not seem to be needed (unsure)
 - 0001-Fix-some-problems-that-show-up-in-autoconf-2.64-and-.patch: same
 - ldflags.patch: fixed upstream

Other main difference:
 - pcap-config is installed in the dev package, as well as in the staging
   directory.

Signed-off-by: Koen Kooi <koen@openembedded.org>
14 years agoyaffs2: Remove legacy staging (from poky)
Khem Raj [Fri, 23 Jul 2010 14:42:07 +0000 (07:42 -0700)]
yaffs2: Remove legacy staging (from poky)

* yaffs2-util remove native recipe in favor of BBBLASSEXTEND.

Signed-off-by: Khem Raj <raj.khem@gmail.com>