CIA.vc
OpenEmbedded
Real-time open source activity stats
Stats » Projects » OpenEmbedded
information
Photo
OpenEmbedded is a tool which allows developers to create a fully usable Linux base for various embedded systems. It has been designed to be able to handle different hardware architectures, support multiple releases for those architectures, and utilize tools for speeding up the process of recreating the base after changes have been made. Currently it can run on any Linux distribution, and plans are in place to allow it to work under Windows.
syndicateUTC clock
04:08 on Sep 03, 2010
event counters
The last message was received 4.12 hours ago at 00:01 on Sep 03, 2010
1 messages so far today, 16 messages yesterday
63 messages so far this week, 119 messages last week
46 messages so far this month, 890 messages last month
54667 messages since the first one, 6.65 years ago, for an average of 1.07 hours between messages
recent messages
dateReversed sort columnprojectcontentlink
23:56 yesterdayOpenEmbedded
Commit by Khem Raj <raj.khem@gmail.com> on org.openembedded.dev :: r697af28264 openembedded.git/recipes/startup-notification/startup-notification_0.9.bb: (link)
startup-notification_0.9.bb: Add evas to DEPENDS

Signed-off-by: Khem Raj <raj dot khem at gmail dot com>
#
23:12 yesterdayOpenEmbedded
Commit by Florian Boor <florian.boor@kernelconcepts.de> on org.openembedded.dev :: r1cc2b1cd63 openembedded.git/conf/machine/simone.conf: (link)
simone.conf: Add jffs2 parameters
#
23:12 yesterdayOpenEmbedded
Commit by Tom Rini <tom_rini@mentor.com> on org.openembedded.dev :: ra5ee147154 openembedded.git/recipes/perl/ (perl_5.10.1.bb perl_5.8.8.bb): (link)
perl: Use CCLD not ${TARGET_SYS}-gcc in do_compile

It's possible that CCLD != ${TARGET_SYS}-gcc once everything is
evaluated and CCLD is for when you're using CC for LD.

Signed-off-by: Tom Rini <tom_rini at mentor dot com>
#
21:20 yesterdayOpenEmbedded
Commit by Florian Boor <florian.boor@kernelconcepts.de> on org.openembedded.dev :: r261676fed0 openembedded.git/: (link)
Merge branch 'imx' into org.openembedded.dev
#
16:28 yesterdayOpenEmbedded
Commit by Frans Meulenbroeks <fransmeulenbroeks@gmail.com> on org.openembedded.dev :: ra1e06cb16d openembedded.git/MAINTAINERS: (link)
MAINTAINERS: forgot to add urjtag yesterday

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail dot com>
#
14:04 yesterdayOpenEmbedded
Commit by Steffen Sledz <sledz@dresearch.de> on org.openembedded.dev :: r490c68ac99 openembedded.git/recipes/rt2x00/files/ (config.patch makefile.patch): (link)
rt2x00: move driver version specific patch files to an own directory

Signed-off-by: Steffen Sledz <sledz at dresearch dot de>
#
09:51 yesterdayOpenEmbedded
Commit by Koen Kooi <koen@openembedded.org> on org.openembedded.dev :: re2249025ea openembedded.git/recipes/gnome/goffice_0.8.9.bb: (link)
goffice: add 0.8.9
#
01:59 yesterdayOpenEmbedded
Commit by Khem Raj <raj.khem@gmail.com> on org.openembedded.dev :: rbfb1161244 openembedded.git/conf/distro/include/ (2 files): (link)
preferred-opie-versions-1.2.3.inc,preferred-opie-versions-1.2.4.inc: There is only one version of opie-securityplugin-dummy

Signed-off-by: Khem Raj <raj dot khem at gmail dot com>
#
23:10 WednesdayOpenEmbedded
Commit by Tom Rini <tom_rini@mentor.com> on org.openembedded.dev :: r50320c1452 openembedded.git/contrib/oe-stylize.py: (link)
oe-stylize.py: Move exports up to before normal functions

As Mickey pointed out, these modify all functions so it helps
reading comprehension if they are listed before them.

Signed-off-by: Tom Rini <tom_rini at mentor dot com>
#
21:43 WednesdayOpenEmbedded
Commit by Khem Raj <raj.khem@gmail.com> on org.openembedded.dev :: rb74fea69ca openembedded.git/recipes/meta/meta-toolchain-arago-gst.bb: (link)

meta-toolchain-arago-gst.bb: Remove

#
16:08 WednesdayOpenEmbedded
Commit by Graham Gower <graham.gower@gmail.com> on org.openembedded.dev :: r1d48a1c15d openembedded.git/recipes/gpsd/ (5 files): (link)
gpsd: unbreak gpsd_2.38.bb and gpsd_2.39.bb

The older recipe(s) are needed for programs which have not updated to gpsd's
newer api. e.g. prismstumbler.

Signed-off-by: Graham Gower <graham dot gower at gmail dot com>
Signed-off-by: Khem Raj <raj dot khem at gmail dot com>
#
14:21 WednesdayOpenEmbedded
Commit by Graham Gower <graham.gower@gmail.com> on org.openembedded.dev :: r0f08f4a52c openembedded.git/recipes/gpe-package/ (4 files in 2 dirs): (link)
gpe-package: remove some ancient recipes.

Signed-off-by: Graham Gower <graham dot gower at gmail dot com>
Signed-off-by: Khem Raj <raj dot khem at gmail dot com>
#
14:16 WednesdayOpenEmbedded
Commit by Graham Gower <graham.gower@gmail.com> on org.openembedded.dev :: ra970a3ab04 openembedded.git/recipes/gpe-package/gpe-package_0.4.bb: (link)
gpe-package_0.4.bb: fix build problems introduced in previous commit.

gpe-package really depends on libipkg, not IPKG_VARIANT. It will not build
against a recent opkg.

Also, SRC_URI+=foo must be after inherit gpe or gpe.bbclass overwrites it.

Signed-off-by: Graham Gower <graham dot gower at gmail dot com>
Signed-off-by: Khem Raj <raj dot khem at gmail dot com>
#
04:52 WednesdayOpenEmbedded
Commit by Chris Larson <chris_larson@mentor.com> on org.openembedded.dev :: r900cc29b60 openembedded.git/ (3 files in 2 dirs): (link)

do_unpack, do_patch: shift some responsibility around, clean things up

  • Consolidate 'is this file a patch' logic
  • Move unpack functions from classes into oe.unpack
  • Move the unpacking message printing into do_unpack
  • Move the destination directory determination into do_unpack
  • Use subprocess's ability to pass in PATH and cwd rather than mangling the cmd
  • Use shutil.copy2/copytree for ordinary file "unpack"
  • Use the existing urldata from bb.fetch.init rather than re-decodeurl'ing the urls
  • Make handling of globs in url paths explicit rather than implicit, calling oe_unpack on each one, so showing an unpacking message to the user for each globbed file, rather than the entirety Signed-off-by: Chris Larson <chris_larson at mentor dot com> Acked-by: Khem Raj <raj dot khem at gmail dot com> Acked-by: Tom Rini <tom_rini at mentor dot com>
#
18:55 SaturdayOpenEmbedded
Commit by Khem Raj <raj.khem@gmail.com> on org.openembedded.dev :: r3a182c0f32 openembedded.git/recipes/meta/meta-toolchain-arago-dvsdk.bb: (link)

meta-toolchain-arago-dvsdk.bb: Remove

#
15:54 on Aug 12OpenEmbedded
Commit by Graham Gower <graham.gower@gmail.com> on org.openembedded.dev :: rf43e388d81 openembedded.git/recipes/gnome/gnome-doc-utils.inc: (link)
gnome-doc-utils: Add dependency upon gettext-native.

Failing log.do_configure:

automake (GNU automake) 1.11.1
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Tom Tromey <tromey at redhat dot com>
       and Alexandre Duret-Lutz <adl at gnu dot org>.
AUTOV is 1.11
NOTE: Executing autoreconf --verbose --install --force --exclude=autopoint -I /mnt/oe/tmp/work/x86_64-linux/gnome-doc-utils-native-0.19.2-r5.2/gnome-doc-utils-0.19.2/m4/ -I /mnt/oe/tmp/work/x86_64-linux/gnome-doc-utils-native-0.19.2-r5.2/gnome-doc-utils-0.19.2/tools/ -I/mnt/oe/tmp/sysroots/x86_64-linux/usr/share/aclocal-1.11 -I /mnt/oe/tmp/sysroots/x86_64-linux/usr/share/aclocal
autoreconf: Entering directory `.'
autoreconf: configure.in: not using Gettext
autoreconf: running: aclocal -I /mnt/oe/tmp/work/x86_64-linux/gnome-doc-utils-native-0.19.2-r5.2/gnome-doc-utils-0.19.2/m4/ -I /mnt/oe/tmp/work/x86_64-linux/gnome-doc-utils-native-0.19.2-r5.2/gnome-doc-utils-0.19.2/tools/ -I /mnt/oe/tmp/sysroots/x86_64-linux/usr/share/aclocal-1.11 -I /mnt/oe/tmp/sysroots/x86_64-linux/usr/share/aclocal -I /mnt/oe/tmp/work/x86_64-linux/gnome-doc-utils-native-0.19.2-r5.2/gnome-doc-utils-0.19.2/m4/ -I /mnt/oe/tmp/work/x86_64-linux/gnome-doc-utils-native-0.19.2-r5.2/gnome-doc-utils-0.19.2/tools/ -I /mnt/oe/tmp/sysroots/x86_64-linux/usr/share/aclocal-1.11 -I /mnt/oe/tmp/sysroots/x86_64-linux/usr/share/aclocal --force -I m4
configure.in:44: warning: AM_NLS is m4_require'd but not m4_defun'd
/mnt/oe/tmp/work/x86_64-linux/gnome-doc-utils-native-0.19.2-r5.2/gnome-doc-utils-0.19.2/m4/intltool.m4:27: IT_PROG_INTLTOOL is expanded from...
configure.in:44: the top level
autoreconf: configure.in: tracing
configure.in:44: warning: AM_NLS is m4_require'd but not m4_defun'd
aclocal.m4:1824: IT_PROG_INTLTOOL is expanded from...
configure.in:44: the top level
autoreconf: configure.in: not using Libtool
autoreconf: running: /mnt/oe/tmp/sysroots/x86_64-linux/usr/bin/autoconf --include=/mnt/oe/tmp/work/x86_64-linux/gnome-doc-utils-native-0.19.2-r5.2/gnome-doc-utils-0.19.2/m4/ --include=/mnt/oe/tmp/work/x86_64-linux/gnome-doc-utils-native-0.19.2-r5.2/gnome-doc-utils-0.19.2/tools/ --include=/mnt/oe/tmp/sysroots/x86_64-linux/usr/share/aclocal-1.11 --include=/mnt/oe/tmp/sysroots/x86_64-linux/usr/share/aclocal --force --warnings=cross
configure.in:44: warning: AM_NLS is m4_require'd but not m4_defun'd
aclocal.m4:1824: IT_PROG_INTLTOOL is expanded from...
configure.in:44: the top level
configure:3319: error: possibly undefined macro: AM_NLS
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
autoreconf: /mnt/oe/tmp/sysroots/x86_64-linux/usr/bin/autoconf failed with exit status: 1
FATAL: autoreconf execution failed.

Signed-off-by: Graham Gower <graham dot gower at gmail dot com>
Signed-off-by: Khem Raj <raj dot khem at gmail dot com>
#
21:13 on Aug 09OpenEmbedded
Commit by Graham Gower <graham.gower@gmail.com> on org.openembedded.dev :: r47f52315e1 openembedded.git/recipes/tasks/task-boot.bb: (link)
task-boot.bb: Don't pull in u-a if ONLINE_PACKAGE_MANAGEMENT="none".

This makes it possible to build an opkgless system, without having to set
DISTRO_UPDATE_ALTERNATIVES. In the unlikely event that someone doesn't want
opkg, but does want update-alternatives, one can set DISTRO_UPDATE_ALTERNATIVES
in the local.conf.

Signed-off-by: Graham Gower <graham dot gower at gmail dot com>
Signed-off-by: Khem Raj <raj dot khem at gmail dot com>
#
21:03 on Aug 09OpenEmbedded
Commit by Graham Gower <graham.gower@gmail.com> on org.openembedded.dev :: rc5e0035ea3 openembedded.git/classes/package_ipk.bbclass: (link)
package_ipk.bbclass: remove redundant dependencies upon opkg/opkg-collateral.

Signed-off-by: Graham Gower <graham dot gower at gmail dot com>
Signed-off-by: Khem Raj <raj dot khem at gmail dot com>
#
17:02 on Jul 04OpenEmbedded
Commit by Graham Gower <graham.gower@gmail.com> on org.openembedded.dev :: r11ed546d25 openembedded.git/recipes/pulseaudio/ (29 files in 5 dirs): (link)
pulseaudio: Fix most recent recipe and remove broken recipes.

Three months ago, commit 9cf826839c3cffd18f037d2ca8271affb85bab9d broke
6 of the 7 pulseaudio recipes. No one noticed. Clearly the broken recipes
are unused.

0.9.15 appears to be in use as it still builds. 0.9.21 is the
most recent recipe and has been retained.

Versions removed:
0.9.6
0.9.9
0.9.10
0.9.11
0.9.19

Signed-off-by: Graham Gower <graham dot gower at gmail dot com>
Signed-off-by: Khem Raj <raj dot khem at gmail dot com>
#
04:32 on May 07OpenEmbedded
Commit by Mickaël CHAZAUX <mchazaux@adeneo-embedded.com> on org.openembedded.dev :: r66bff3a9a8 openembedded.git/ (6 files in 5 dirs): (link)
Add i.MX51 based "Babbage" board support

This is based on the patches released by Freescale as part
of LTIB.

Signed-off-by: Mickaël Chazaux <mchazaux at adeneo-embedded dot com>
#