[Angstrom-devel] [PATCH 3/4] angstrom-bleeding: Enable gold as default linker on arm/x86/x86_64

2011-10-05 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com --- conf/distro/angstrom-bleeding.conf |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/conf/distro/angstrom-bleeding.conf b/conf/distro/angstrom-bleeding.conf index 057c05f..795f43d 100644 --- a/conf/distro/angstrom

Re: [Angstrom-devel] [PATCH 1/4] angstrom-bleeding.conf: Pin to eglibc 2.14 and binutils 2.21.1a

2011-10-05 Thread Khem Raj
On 10/5/2011 8:22 PM, Khem Raj wrote: Pin cross-localedef-native version Signed-off-by: Khem Rajraj.k...@gmail.com --- conf/distro/angstrom-bleeding.conf | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/conf/distro/angstrom-bleeding.conf b/conf/distro

Re: [Angstrom-devel] [PATCH 3/4] angstrom-bleeding: Enable gold as default linker on arm/x86/x86_64

2011-10-05 Thread Khem Raj
On 10/5/2011 8:22 PM, Khem Raj wrote: Signed-off-by: Khem Rajraj.k...@gmail.com --- conf/distro/angstrom-bleeding.conf |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/conf/distro/angstrom-bleeding.conf b/conf/distro/angstrom-bleeding.conf index 057c05f..795f43d

Re: [Angstrom-devel] openssh vs dropbear

2011-10-10 Thread Khem Raj
On Sat, Oct 8, 2011 at 8:13 PM, Cliff Brake cliff.br...@gmail.com wrote: What are the tradeoffs between using openssh and dropbear?  I'm using Angstrom/systemd images, and would prefer dropbear as its likely smaller, but want to make sure I understand the other tradeoffs. biggest win dropbear

Re: [Angstrom-devel] [oe-core-setup-scripts] oebb.sh: PATH can grow on multiple call does ignores local changes

2011-10-13 Thread Khem Raj
On Thu, Oct 13, 2011 at 2:30 PM, Andreas Müller schnitzelt...@gmx.de wrote: Signed-off-by: Andreas Müller schnitzelt...@gmx.de ---  oebb.sh |    6 +++---  1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/oebb.sh b/oebb.sh index f7247b8..4da3181 100755 --- a/oebb.sh +++

Re: [Angstrom-devel] Easy way to remove x11 from DISTRO_FEATURES?

2011-10-18 Thread Khem Raj
in conf/distro/include/angstrom.inc we have DISTRO_FEATURES += x11 you could comment that out. I think the point was to not have to modify the common/public layer. n.b. I'm interested in the same thing for my own distro. you could use something like below in your layer and if you are

[Angstrom-devel] [PATCH 1/2] angstrom-2010-preferred-versions: Pin xserver-xorg to 1.11.1

2011-10-20 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com --- .../include/angstrom-2010-preferred-versions.inc |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/conf/distro/include/angstrom-2010-preferred-versions.inc b/conf/distro/include/angstrom-2010-preferred-versions.inc index

[Angstrom-devel] [PATCH 2/2] angstrom-2010-preferred-versions: Pin the libtool version to 2.4.2

2011-10-20 Thread Khem Raj
Pull it after http://git.openembedded.org/openembedded-core-contrib/log/?h=kraj/gold-updates has been applied to oe-core Signed-off-by: Khem Raj raj.k...@gmail.com --- .../include/angstrom-2010-preferred-versions.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

Re: [Angstrom-devel] Error building systemd-gnome-image and xfce-nm-image

2011-11-16 Thread Khem Raj
On Sat, Nov 5, 2011 at 8:56 PM, Connor Abbott cwabbo...@gmail.com wrote: | Collected errors: |  * extract_archive: Cannot create symlink from ./var/log to 'volatile/log': File exists. |  * extract_archive: Cannot create symlink from ./var/run to 'volatile/run': File exists. | + '[' '!' -z ''

Re: [Angstrom-devel] Error buiding Pseudo.

2011-11-16 Thread Khem Raj
On Mon, Nov 7, 2011 at 5:43 AM, Joaquim Duran jduran...@gmail.com wrote: | In file included from /usr/include/bits/errno.h:25:0, |                  from /usr/include/errno.h:36, |                  from pseudo_wrappers.c:26: | /usr/include/linux/errno.h:4:23: fatal error: asm/errno.h: No such

Re: [Angstrom-devel] Perf Utility Installation

2011-11-16 Thread Khem Raj
On Tue, Nov 8, 2011 at 9:17 AM, Rong Ren fayind...@hotmail.com wrote: Makefile:505: *** No libelf.h/libelf found, please install libelf-dev/elfutils-libelf-devel and glibc-dev[el].  Stop. check the build system of concerned package perf in your case and make sure that you executed correct

Re: [Angstrom-devel] CM-T35

2011-11-16 Thread Khem Raj
On Sat, Nov 12, 2011 at 6:05 PM, David Thomas david.tho...@microbee-systems.com wrote: I notice the online builder supports the CM-T35 from Compulab. However, using the setup scripts does not. I found and added under meta-ti a cm-t35.conf file that I have found. It appears that this is not

[Angstrom-devel] [[meta-angstrom]] angstrom-bleeding: Pin binutils version to 2.22

2011-12-05 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com --- conf/distro/angstrom-bleeding.conf |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/conf/distro/angstrom-bleeding.conf b/conf/distro/angstrom-bleeding.conf index 795f43d..56550da 100644 --- a/conf/distro/angstrom

[Angstrom-devel] [[meta-angstrom]] angstrom-mirrors: Use angstrom source mirror as last resort

2011-12-05 Thread Khem Raj
in recipes If it is something acceptable please apply Signed-off-by: Khem Raj raj.k...@gmail.com --- classes/angstrom-mirrors.bbclass |5 + 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/classes/angstrom-mirrors.bbclass b/classes/angstrom-mirrors.bbclass index a9f6aa3..892f054

Re: [Angstrom-devel] Problems building (MACHINE not found)

2011-12-06 Thread Khem Raj
On Tue, Dec 6, 2011 at 10:07 AM, Jeff Mitchell jmitch...@ll.mit.edu wrote: Hi there, I'm trying to build angstrom for pandaboard but I'm running into trouble when running a bitbake. I get a traceback that points to line 241 of sanity.bbclass, indicating that it can't find the MACHINE

Re: [Angstrom-devel] kernel headers package?

2011-12-08 Thread Khem Raj
On Thu, Dec 8, 2011 at 10:35 AM, Brian Hutchinson b.hutch...@gmail.com wrote: Hi, Which package is the correct package to build for the linux kernel headers so user space programs can use the proper includes? I'm currently using the next branch for the c6a816x and the kernel is 2.6.37 but

Re: [Angstrom-devel] Problem with '' in licence

2011-12-12 Thread Khem Raj
On Mon, Dec 12, 2011 at 4:41 AM, Gyorgy Kovesdi k...@teledigit.eu wrote: |     LGPLv2.1 GPLv2 |                  ^ | SyntaxError: invalid syntax (The ^ points to the second '' sign, can be displayed incorrectly here) If i change the doubled '' to a single '', it is resolved, but i do not

[Angstrom-devel] [PATCH] local.conf: Disable patch in-flight patch resolution

2011-12-21 Thread Khem Raj
This helps builds to run without manual intervention incase a patch fails it wont sit there and wait for someone to fix the patch before it could continue instead patch apply failure is reported on comandline and build terminates. Signed-off-by: Khem Raj raj.k...@gmail.com --- conf/local.conf

[Angstrom-devel] [PATCH] angstrom-2010.x.conf, angstrom-bleeding.conf: Define ANGSTROM_EGLIBC_VERSION ANGSTROM_GLIBC_VERSION ANGSTROM_UCLIBC_VERSION

2012-01-05 Thread Khem Raj
Like gcc and binutils consolidate different PREFERRED_VERSIONS which use eglibc/glibc/glibc Bump eglibc to 2.15 for angstrom bleeding Signed-off-by: Khem Raj raj.k...@gmail.com --- conf/distro/angstrom-2010.x.conf | 33 - conf/distro/angstrom-bleeding.conf

Re: [Angstrom-devel] 2011.03-maintenance/fakeroot_1.14.5.bb broken

2012-01-13 Thread Khem Raj
On Fri, Jan 13, 2012 at 10:23 AM, matti kaasinen matti.kaasi...@gmail.com wrote: I noticed that I sent my message below to wrong address. It happened about month ago, so I don't know if it's still valid. Have you tried latest maintenance branch ___

Re: [Angstrom-devel] assembly compiler

2012-01-20 Thread Khem Raj
On Fri, Jan 20, 2012 at 3:32 AM, Rong Ren fayind...@hotmail.com wrote: Is there anybody knows that what package in Angstrom distribution is the same as nasm which is used on Ubuntu? you can use gnu assembler which is called 'as' if you are using oe.classic based angstrom them nasm recipes

[Angstrom-devel] [PATCH 3/3] angstrom: Remove unneeded bx feature

2012-01-27 Thread Khem Raj
oe-core now uses a tunearch mechanism to get it Signed-off-by: Khem Raj raj.k...@gmail.com --- conf/distro/include/angstrom-uclibc.inc |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/conf/distro/include/angstrom-uclibc.inc b/conf/distro/include/angstrom-uclibc.inc index

[Angstrom-devel] [PATCH 1/3] angstrom: Leverage oe-core configurations when possible

2012-01-27 Thread Khem Raj
tune features from OE core so we dont add it to DISTRO_FEATURES arm-thumb.inc is unused, delete it whatever it provided is already available through tune features No need to set THUMB_INTERWORK, machine confs know it better now Signed-off-by: Khem Raj raj.k...@gmail.com --- conf/distro/angstrom

[Angstrom-devel] [PATCH 2/3] distro: Delete use of ANGSTROM_ARM_INSTRUCTION_SET

2012-01-27 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com --- conf/distro/include/angstrom.inc |6 +- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index 621650e..876c42f 100644 --- a/conf/distro/include/angstrom.inc

[Angstrom-devel] [PATCH] task-xserver: Remove the recipe in favor of one from meta-oe

2012-01-28 Thread Khem Raj
= r9 inherit task +# for backwards compatibility +RPROVIDES_${PN} += task-xserver + XSERVER ?= xserver-xorg \ xf86-input-evdev \ xf86-input-mouse \ @@ -17,4 +21,3 @@ PACKAGE_ARCH = ${MACHINE_ARCH} - Signed-off-by: Khem Raj raj.k...@gmail.com --- recipes-angstrom/tasks

Re: [Angstrom-devel] shared library (.so) on arm-linux

2012-01-30 Thread Khem Raj
On Mon, Jan 30, 2012 at 6:56 AM, M M tmarc...@gmail.com wrote: Hi All, I'm using the Angstrom on the board with ARM9 cpu. I used the cross-compiler arm-angstrom-linux-gnueabi. My script.c that it contains the dependencies of the .so file. Using the file command (on linux shell), the output

Re: [Angstrom-devel] Improving boot time of first boot (Precompling icon-theme.cache files).

2012-02-06 Thread Khem Raj
On Sun, Feb 5, 2012 at 11:35 PM, Ulf Samuelsson angstrom-...@emagii.com wrote: When I first load a system: * built using Angstrom on top of OE-Core * File system NFS mounted. it takes about 20 minutes before the boot completes. hmm. How does it go from non nfs mounted rfs. what is your system

Re: [Angstrom-devel] tcl: msgcat module is missing (patch included)

2012-02-13 Thread Khem Raj
2012/2/13 Kövesdi György k...@teledigit.eu: The tcl-8.5.11 package does not contain the msgcat module (and probably no any module) because the directory /usr/lib/tcl8 is completely missing. The missing directory is added by this patch: diff --git a/meta/recipes-devtools/tcltk/tcl_8.5.11.bb

Re: [Angstrom-devel] bitbake hangs when parsing recipes at 0%

2012-02-17 Thread Khem Raj
On Friday, February 17, 2012, Caleb Crome wrote: Hi All, Sorry if this is a duplicate, but I've searched the mailing list archives for the last few months and I didn't see something similar. I'm trying to build angstrom and the build hangs at the very beginning, in the Parsing Recipes

Re: [Angstrom-devel] Building tiff broken / More toolchain issues

2012-03-02 Thread Khem Raj
On Fri, Mar 2, 2012 at 1:39 AM, Eibach, Dirk eib...@gdsys.de wrote: Can anybody confirm this problem? can you try a simple example like a.cpp #include iostream and then compile it with the cross compiler and see if it fails in same way if not then there is something else going on here

Re: [Angstrom-devel] Kernel build broken / toolchain issue

2012-03-04 Thread Khem Raj
On Fri, Mar 2, 2012 at 12:13 AM, Eibach, Dirk eib...@gdsys.de wrote: Since my update yesterday buidling the linux kernel is broken. I get cc1: error: Do not use -Os option if --enable-target-optspace is not set. This seems to be a toolchain issue. I was not able to determine which change

Re: [Angstrom-devel] new owfs package

2012-03-05 Thread Khem Raj
On Mon, Mar 5, 2012 at 8:12 AM, viktor vraniak tyc...@post.cz wrote: but without kernel compiled with eglibc it is useless for me... you dont need any external libc to compile kernel ___ Angstrom-distro-devel mailing list

Re: [Angstrom-devel] building-angstrom build error

2012-03-05 Thread Khem Raj
On Mon, Mar 5, 2012 at 10:47 AM, luis garcia luisgarc...@yahoo.com wrote: I get the following error: ERROR:  OE-core's config sanity checker detected a potential misconfiguration.     Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).     Following

Re: [Angstrom-devel] a clean build of angstrom fails: gcc-cross-initial_4.5.bb

2012-03-23 Thread Khem Raj
On Fri, Mar 23, 2012 at 2:15 PM, Norman Schleicher normanschleic...@gmx.de wrote: Hello, a complete rebuild of angstrom does not work even if retried several times so please check previous logs too. Summary: 1 task failed:  

Re: [Angstrom-devel] a clean build of angstrom fails: gcc-cross-initial_4.5.bb

2012-03-24 Thread Khem Raj
On Fri, Mar 23, 2012 at 11:32 PM, Koen Kooi k...@dominion.thruhere.net wrote: It's this problem: http://lists.linuxtogo.org/pipermail/openembedded-core/2012-March/019821.html in that regard I would suggest that we disable sstate mirrors in angstrom for now

Re: [Angstrom-devel] Ruby for Angstrom?

2012-03-26 Thread Khem Raj
On Mon, Mar 26, 2012 at 5:13 PM, Jacek Radzikowski jacek.radzikow...@gmail.com wrote: Hello, I'd like to install ruby on beaglebone running angstrom, but I can't find it nowhere in the repositories. I found old binary packages for angstrom 2011.x eglibc armv7a using repo browser, but they are

Re: [Angstrom-devel] Problems using autotools for new recipe

2012-04-02 Thread Khem Raj
On Mon, Apr 2, 2012 at 6:16 AM, Bryan Evenson beven...@melinkcorp.com wrote: My Bitbake recipe is pretty minimal: DESCRIPTION = App Name AUTHOR = Author PR = r1 SRC_URI = file:///path/to/tarball/${PN}-${PV}.tar.gz DEPENDS = virtual/kernel S = ${WORKDIR} inherit autotools do_install ()

Re: [Angstrom-devel] Problems using autotools for new recipe

2012-04-02 Thread Khem Raj
On Mon, Apr 2, 2012 at 7:45 AM, Bryan Evenson beven...@melinkcorp.com wrote: /media/sda3/stuff/tmp/sysroots/i686-linux/usr/armv5te/lib/gcc/arm-angstrom-linux-gnueabi/4.5.3/../../../../arm-angstrom-linux-gnueabi/bin/ld: crt1.o: No such file: No such file or directory collect2: ld returned 1

Re: [Angstrom-devel] Problems using autotools for new recipe

2012-04-03 Thread Khem Raj
On Tue, Apr 3, 2012 at 5:26 AM, Bryan Evenson beven...@melinkcorp.com wrote: --sysroot=/media/sda3/stuff/tmp/sysroots/armv5te- angstrom-linux-gnueabi your sysroot is pointing to --sysroot=/media/sda3/stuff/tmp/sysroots/armv5te-angstrom-linux-gnueabi and I hope under that dir you have crt1.o

Re: [Angstrom-devel] Problems using autotools for new recipe

2012-04-04 Thread Khem Raj
...@linuxtogo.org [mailto:angstrom-distro-devel-boun...@linuxtogo.org] On Behalf Of Khem Raj Sent: Tuesday, April 03, 2012 9:46 AM To: Discussion of the angstrom distribution development Subject: Re: [Angstrom-devel] Problems using autotools for new recipe On Tue, Apr 3, 2012 at 5:26 AM, Bryan

Re: [Angstrom-devel] Problems using autotools for new recipe

2012-04-04 Thread Khem Raj
On Wed, Apr 4, 2012 at 10:11 AM, Bryan Evenson beven...@melinkcorp.com wrote: EXTRA_OECONF = --sysroot=/media/sda3/stuff/tmp/sysroots/at91sam9x5ek-angstrom-linux-gnueabi this is compiler option and not configure option this is compiler option but you should not need to set it. OE should be

Re: [Angstrom-devel] make 3.82 vs 3.8 1

2012-04-18 Thread Khem Raj
On Wed, Apr 18, 2012 at 2:36 PM, Nathaniel Haggard nates...@gmail.com wrote: /usr/bin/ginstall: cannot create regular file `/usr/include/gnu/option-groups.h': Permission denied is the first one yes eglibc did need some attention for getting it to build with make 3.82 it is possible that you

Re: [Angstrom-devel] quilt-native do_configure bombs due to unrecognizwd options (--disable-silent-rules, --disable-dependency-tracking)

2012-05-05 Thread Khem Raj
On Sat, May 5, 2012 at 8:17 AM, Ulf Samuelsson angstrom-...@emagii.com wrote: Sorry, didn't look close enough. Looks like ccache gcc --version fails during configure. gcc --version works. !! seems your build host problem disable ccache if you want to workaround it

[Angstrom-devel] [meta-angstrom][PATCH] angstrom-next: Pin gcc to 4.7% and uclibc to 0.9.33

2012-05-07 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com --- conf/distro/angstrom-v2012.x.conf |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/distro/angstrom-v2012.x.conf b/conf/distro/angstrom-v2012.x.conf index 8cd8ba5..16a4e3b 100644 --- a/conf/distro/angstrom-v2012.x.conf

[Angstrom-devel] [next][PATCH] setup-scripts: Add meta-linaro to EXTRALAYERS

2012-05-15 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com --- conf/bblayers.conf |4 +++- sources/layers.txt |1 + 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/conf/bblayers.conf b/conf/bblayers.conf index 3fdcf03..6d64dd5 100644 --- a/conf/bblayers.conf +++ b/conf/bblayers.conf

Re: [Angstrom-devel] [PATCH 1/3] Allow multiple environment files with clean option + HOSTCORES

2012-06-09 Thread Khem Raj
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 6/9/2012 3:51 AM, u...@emagii.com wrote: +echo export HOSTCORES=`cat /proc/cpuinfo | grep \cpu cores\ | tail --lines=1 | sed -e \s/cpu cores\t: //g\` ${OE_ENV_FILE} I think this only gives info about how many cores are on same socket. if

Re: [Angstrom-devel] boot partitions

2012-06-13 Thread Khem Raj
On Wed, Jun 13, 2012 at 7:43 AM, Edward Vidal vidal.devel...@gmail.com wrote: Contents of uEnv.txt mpurate=1000 dvimode=hd720 omapfb.vram=0:8M,1:4M,2:4M vram=16M optargs=consoleblank=0 console=tty0 console=ttyS2,115200n8 change console params here to have console=ttyO2,115200n8

Re: [Angstrom-devel] THANK YOU

2012-06-14 Thread Khem Raj
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 6/14/2012 12:06 AM, rupalyadav_bt...@manit.ac.in wrote: Hi Maksym, Thanks a lot for replying..I am using ASUS N-10 USB Adapter so I got 1 CD with that having the driver RTL8192SU , so I am working on it but could not generate the

Re: [Angstrom-devel] data file clash between udev and bluez4

2012-06-15 Thread Khem Raj
On Fri, Jun 15, 2012 at 12:03 AM, matti kaasinen matti.kaasi...@gmail.com wrote: Hi, Something to add: DISTRO=angstrom-2008.1 angstrom-2008-preferred-versions.inc seems to define udev version as 151 whereas angstrom-2010-preferred-versions.inc defines it as 165. Do anyone know, if this

[Angstrom-devel] [meta-angstrom][PATCH 3/3] angstrom: Add weak definition for MACHINE_KERNEL_PR

2012-06-15 Thread Khem Raj
MACHINE_KERNEL_PR's use it not consistent across all machines. Angstrom supports all kind of machines and sometimes we would like to have multiple machines in which some may use it and some may not. Signed-off-by: Khem Raj raj.k...@gmail.com --- conf/distro/include/angstrom.inc | 10

[Angstrom-devel] [meta-angstrom][PATCH 2/3] angstrom-v2012.x.conf: Use uclibc git version and bump linux libc headers to 3.4

2012-06-15 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com --- conf/distro/angstrom-v2012.x.conf |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/distro/angstrom-v2012.x.conf b/conf/distro/angstrom-v2012.x.conf index 16a4e3b..b3d29ae 100644 --- a/conf/distro/angstrom-v2012.x.conf

[Angstrom-devel] [meta-angstrom][PATCH 1/3] angstrom-bleeding: Delete

2012-06-15 Thread Khem Raj
We dont need this config now that we have next branch of angstrom setup scripts to play with we can use the default distro config on meta-angstrom/master to have some bleeding edge components ( toolchain etc. for the brave) Signed-off-by: Khem Raj raj.k...@gmail.com --- conf/distro/angstrom

[Angstrom-devel] [meta-angstrom][PATCH] angstrom: Prefer mini-iconv as iconv library for uclibc

2012-06-26 Thread Khem Raj
This library is a can be used as replacement for libiconv which creates cicular dependencies in build and is generally not used on uclibc systems. Signed-off-by: Khem Raj raj.k...@gmail.com --- conf/distro/include/angstrom-uclibc.inc |1 + 1 file changed, 1 insertion(+) diff --git a/conf

Re: [Angstrom-devel] error building binutils

2012-07-15 Thread Khem Raj
On Sun, Jul 15, 2012 at 2:15 AM, Kövesdi György k...@teledigit.eu wrote: ... NOTE: package binutils-cross-2.20.1-r9: task do_configure: Started ERROR: Function failed: do_configure (see ...) Log data follows: ... | configure.ac:26: error: Please use exactly Autoconf 2.64 instead of 2.68.

[Angstrom-devel] [meta-angstrom][PATCH] blacklist.bbclass: Land blacklist.bbclass into the layer

2012-07-16 Thread Khem Raj
This is angstrom specific feature Signed-off-by: Khem Raj raj.k...@gmail.com --- classes/blacklist.bbclass | 20 1 file changed, 20 insertions(+) create mode 100644 classes/blacklist.bbclass diff --git a/classes/blacklist.bbclass b/classes/blacklist.bbclass new file mode

Re: [Angstrom-devel] beageboard not booting

2012-08-19 Thread Khem Raj
On Sun, Aug 19, 2012 at 8:43 AM, Edward Vidal vidal.devel...@gmail.com wrote: Hello, I built both a systemd-gnome-image xfce-nm-image. Neither of these boot to the boot prompt or to the HDMI display. This is what I see with on the serial boot. U-Boot SPL 2011.12-dirty (Aug 18 2012 -

[Angstrom-devel] [angstrom-scripts/next][PATCH] local.conf: Use angstrom-next as default distro

2012-08-21 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com --- conf/local.conf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/local.conf b/conf/local.conf index 2a7f9e2..592726f 100644 --- a/conf/local.conf +++ b/conf/local.conf @@ -16,7 +16,7 @@ IMAGE_FSTYPES += tar.bz2

[Angstrom-devel] [meta-angstrom/master][PATCH 1/4] angstrom: Add weak definition for MACHINE_KERNEL_PR

2012-08-21 Thread Khem Raj
MACHINE_KERNEL_PR's use it not consistent across all machines. Angstrom supports all kind of machines and sometimes we would like to have multiple machines in which some may use it and some may not. Signed-off-by: Khem Raj raj.k...@gmail.com --- conf/distro/include/angstrom.inc | 10

[Angstrom-devel] [meta-angstrom/master][PATCH 2/4] conf: Rename distro to angstrom-next

2012-08-21 Thread Khem Raj
When master is cut for a release next time then we rename angstrom-next to appropriate release. Signed-off-by: Khem Raj raj.k...@gmail.com --- .../{angstrom-v2012.x.conf = angstrom-next.conf} |0 ...ersions.inc = angstrom-preferred-versions.inc} |0 2 files changed, 0 insertions(+), 0

[Angstrom-devel] [meta-angstrom/master][PATCH 3/4] angstrom-next.conf: Use uclibc git version and bump linux libc headers to 3.4

2012-08-21 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com --- conf/distro/angstrom-next.conf |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/distro/angstrom-next.conf b/conf/distro/angstrom-next.conf index da5568e..e4bc19a 100644 --- a/conf/distro/angstrom-next.conf +++ b/conf

[Angstrom-devel] [meta-angstrom/master][PATCH 4/4] angstrom-next: Use eglibc 2.16

2012-08-21 Thread Khem Raj
Drop glibc pinnings we dont have glibc in recipes anyway reset the DISTRO PR and REVISION Signed-off-by: Khem Raj raj.k...@gmail.com --- conf/distro/angstrom-next.conf | 13 +++-- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/conf/distro/angstrom-next.conf b/conf

[Angstrom-devel] [meta-angstrom/master][PATCH V2 2/4] conf: Rename distro to angstrom-next

2012-08-21 Thread Khem Raj
When master is cut for a release next time then we rename angstrom-next to appropriate release. Signed-off-by: Khem Raj raj.k...@gmail.com --- .../{angstrom-v2012.x.conf = angstrom-next.conf} |2 +- ...ersions.inc = angstrom-preferred-versions.inc} |0 2 files changed, 1 insertion(+), 1

[Angstrom-devel] [meta-angstrom/master][PATCH] angstrom-version.bb: Convert tabs - whitespaces in python snippet

2012-08-22 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com --- recipes-angstrom/angstrom/angstrom-version.bb | 46 - 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/recipes-angstrom/angstrom/angstrom-version.bb b/recipes-angstrom/angstrom/angstrom-version.bb index

Re: [Angstrom-devel] [meta-angstrom/master][PATCH 4/4] angstrom-next: Use eglibc 2.16

2012-08-22 Thread Khem Raj
On Wed, Aug 22, 2012 at 1:24 AM, Martin Jansa martin.ja...@gmail.com wrote: On Tue, Aug 21, 2012 at 08:02:47PM -0700, Khem Raj wrote: Drop glibc pinnings we dont have glibc in recipes anyway reset the DISTRO PR and REVISION Signed-off-by: Khem Raj raj.k...@gmail.com --- conf/distro

[Angstrom-devel] [meta-angstrom][PATCH] angstrom: Adjust for task - packagegroup rename

2012-09-06 Thread Khem Raj
This is inline with the renaming in OE-Core Signed-off-by: Khem Raj raj.k...@gmail.com --- conf/distro/angstrom-next.conf |8 +++--- conf/distro/include/angstrom.inc |2 +- contrib/build-feeds.sh | 22

[Angstrom-devel] [next][angstrom-scripts][PATCH] oebb.sh: Export OE_LAYERS_TXT into env file

2012-09-07 Thread Khem Raj
Otherwise it does not work when trying ./oebb.sh update Remove trailing whitespaces when here Signed-off-by: Khem Raj raj.k...@gmail.com --- oebb.sh |9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/oebb.sh b/oebb.sh index f46d400..4413dc2 100755 --- a/oebb.sh +++ b

Re: [Angstrom-devel] [PATCH] images: successor of task-xserver is packagegroup-core-x11-xserver

2012-09-07 Thread Khem Raj
On Fri, Sep 7, 2012 at 9:56 AM, Andreas Müller schnitzelt...@googlemail.com wrote: error message is something like: ERROR: Required build target 'xfce-nm-image' has no buildable providers. Missing or unbuildable dependency chain was: ['xfce-nm-image', 'packagegroup-xserver'] Thanks for

[Angstrom-devel] [meta-angstrom][PATCH] omap3-mkcard: Remove hardlink and add LIC_FILES_CHKSUM

2012-09-09 Thread Khem Raj
Instead of hard linking omap3-mkcard.sh refer to it using FILESPATH. This avoids the parse warning WARNING: Unable to get checksum for omap3-mkcard SRC_URI entry omap3-mkcard.sh: file could not be found Signed-off-by: Khem Raj raj.k...@gmail.com --- recipes-angstrom/angstrom/omap3-mkcard.bb

Re: [Angstrom-devel] onlie build system

2012-09-13 Thread Khem Raj
This machine is probably not maintained anymore send patches to fix it David H. davidh...@googlemail.com wrote: Hello, why isn`t anybody answering me? neither in irc nor here, is angstrom dead? your online build system isnt working right it builds 0 byte packages for my ipaq hx4700 and there

[Angstrom-devel] [angstrom-next][PATCH] angstrom-preferred-versions: Prefer 8.0.4 for mesa and 4.8.1 for QT

2012-09-18 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com --- .../distro/include/angstrom-preferred-versions.inc |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/distro/include/angstrom-preferred-versions.inc b/conf/distro/include/angstrom-preferred-versions.inc index 273db4d

Re: [Angstrom-devel] [meta-angstrom][PATCH] omap3-mkcard: Remove hardlink and add LIC_FILES_CHKSUM

2012-09-22 Thread Khem Raj
ping^ On Sun, Sep 9, 2012 at 1:07 PM, Khem Raj raj.k...@gmail.com wrote: Instead of hard linking omap3-mkcard.sh refer to it using FILESPATH. This avoids the parse warning WARNING: Unable to get checksum for omap3-mkcard SRC_URI entry omap3-mkcard.sh: file could not be found Signed-off

[Angstrom-devel] [angstrom-scripts/next][PATCH] gitignore: ignore bitbake.lock

2012-10-03 Thread Khem Raj
Its a build generated artifact Signed-off-by: Khem Raj raj.k...@gmail.com --- .gitignore |1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4e19dd9..e512445 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +bitbake.lock build sources/* !sources

Re: [Angstrom-devel] [meta-angstrom][PATCH] omap3-mkcard: Remove hardlink and add LIC_FILES_CHKSUM

2012-10-06 Thread Khem Raj
ping ^^ On Sat, Sep 22, 2012 at 10:43 AM, Khem Raj raj.k...@gmail.com wrote: ping^ On Sun, Sep 9, 2012 at 1:07 PM, Khem Raj raj.k...@gmail.com wrote: Instead of hard linking omap3-mkcard.sh refer to it using FILESPATH. This avoids the parse warning WARNING: Unable to get checksum for omap3

[Angstrom-devel] [meta-angstrom][PATCH] bblayers.conf: Remove meta-fishriver

2012-10-17 Thread Khem Raj
It has been retired from meta-intel Signed-off-by: Khem Raj raj.k...@gmail.com --- conf/bblayers.conf |1 - 1 file changed, 1 deletion(-) diff --git a/conf/bblayers.conf b/conf/bblayers.conf index 7592371..9f6ac2a 100644 --- a/conf/bblayers.conf +++ b/conf/bblayers.conf @@ -38,7 +38,6

[Angstrom-devel] [meta-angstrom/next][PATCH 2/2] angstrom-next: Adapt to nativesdk renaming

2012-11-28 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com --- conf/distro/angstrom-next.conf | 18 +- conf/distro/include/angstrom-uclibc.inc | 10 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/conf/distro/angstrom-next.conf b/conf/distro/angstrom

[Angstrom-devel] [meta-angstrom/next][PATCH 1/2] omap3-mkcard: Remove hardlink and add LIC_FILES_CHKSUM

2012-11-28 Thread Khem Raj
Instead of hard linking omap3-mkcard.sh refer to it using FILESPATH. This avoids the parse warning WARNING: Unable to get checksum for omap3-mkcard SRC_URI entry omap3-mkcard.sh: file could not be found Signed-off-by: Khem Raj raj.k...@gmail.com Signed-off-by: Koen Kooi k

Re: [Angstrom-devel] [meta-angstrom/next][PATCH 1/2] omap3-mkcard: Remove hardlink and add LIC_FILES_CHKSUM

2012-11-28 Thread Khem Raj
oops ignore this patch since it has already been applied. On Wed, Nov 28, 2012 at 11:34 AM, Khem Raj raj.k...@gmail.com wrote: Instead of hard linking omap3-mkcard.sh refer to it using FILESPATH. This avoids the parse warning WARNING: Unable to get checksum for omap3-mkcard SRC_URI entry

[Angstrom-devel] [angstrom-scripts][PATCH] scripts/layerman: Run gc and prune dead branches

2013-01-03 Thread Khem Raj
This would run git garbage collector and prune the branches which has been deleted in upstream repo. Signed-off-by: Khem Raj raj.k...@gmail.com --- scripts/layerman |1 + 1 file changed, 1 insertion(+) diff --git a/scripts/layerman b/scripts/layerman index 777cdb1..0ca4d74 100755

[Angstrom-devel] [meta-angstrom][PATCH 3/6] base-files: make PRINC work properly for multiple bbappends

2013-01-03 Thread Khem Raj
From: Andreas Müller schnitzelt...@googlemail.com --- recipes-core/base-files/base-files_3.0.14.bbappend |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/base-files/base-files_3.0.14.bbappend b/recipes-core/base-files/base-files_3.0.14.bbappend index

[Angstrom-devel] [meta-angstrom][PATCH 5/6] update-rc.d: make PRINC work properly for multiple bbappends

2013-01-03 Thread Khem Raj
From: Andreas Müller schnitzelt...@googlemail.com --- recipes-core/update-rc.d/update-rc.d_0.7.bbappend |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/update-rc.d/update-rc.d_0.7.bbappend b/recipes-core/update-rc.d/update-rc.d_0.7.bbappend index

[Angstrom-devel] [meta-angstrom][PATCH 1/6] angstrom-next: Adapt to nativesdk renaming

2013-01-03 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com --- conf/distro/angstrom-next.conf | 18 +- conf/distro/include/angstrom-uclibc.inc | 10 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/conf/distro/angstrom-next.conf b/conf/distro/angstrom

[Angstrom-devel] [meta-angstrom][PATCH 6/6] angstrom: fix java versions

2013-01-03 Thread Khem Raj
From: Koen Kooi k...@dominion.thruhere.net Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- conf/distro/include/angstrom-jalimo.conf |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/conf/distro/include/angstrom-jalimo.conf

Re: [Angstrom-devel] add gudev to systemd

2013-02-07 Thread Khem Raj
On Sun, Jan 20, 2013 at 8:17 AM, Kovesdi Gyorgy k...@teledigit.eu wrote: Hi, I need gudev-1.0 package for building clutter with evdev input. I found that it is merged into systemd, so the followings are added to the systemd recipe: PACKAGES+= gudev-1.0 RDEPENDS_udev += gudev-1.0

Re: [Angstrom-devel] Erroin rebuilding angstrom image using bitbake

2013-02-07 Thread Khem Raj
On Sun, Jan 20, 2013 at 9:45 AM, Amlekar Gopal gopal_amle...@yahoo.com wrote: | checking whether the C compiler works... no | configure: error: in `/home/beagle/setup-scripts/build/tmp-angstrom_v2012_05-eglibc/work/armv7a-angstrom-linux-gnueabi/systemd-v189-r6/git': | configure: error: C

Re: [Angstrom-devel] Systemd timers

2013-02-20 Thread Khem Raj
On Wed, Feb 20, 2013 at 10:14 AM, Wayne Tams wayne.t...@gmail.com wrote: Hi, I am making some modifications to Angstrom and I need to add a new timer to systemd. Now my timer works fine when I start it manually using systemctl but I just can't figure out how to get it to start auto-magically

Re: [Angstrom-devel] kernel images get wiped out

2013-02-26 Thread Khem Raj
On Tue, Feb 26, 2013 at 11:07 AM, Peter Kurrasch gtin...@hotmail.com wrote: I'm using angstrom 2012.12 w/ yocto 1.3 (for Beagleboard-xM) and I keep running into this frustrating problem as I'm making kernel updates and rebuild my system image. Basically I make my kernel updates, rebuild it,

Re: [Angstrom-devel] How do I Replace journld.conf

2013-03-08 Thread Khem Raj
On Mar 7, 2013, at 7:02 AM, Wayne Tams wayne.t...@gmail.com wrote: Hi, I have created a bbappend in recipes-core/systemd inside my meta layer but it doesn't seem to apply to anything. I have done similar bbappends for different recipes without issue but the difference is that I can

Re: [Angstrom-devel] Narcissus update to v2012.12, please read

2013-03-22 Thread Khem Raj
On Mar 22, 2013, at 3:35 AM, Koen Kooi k...@dominion.thruhere.net wrote: Op 21 mrt. 2013, om 18:33 heeft Nicolas Aguirre aguirre.nico...@gmail.com het volgende geschreven: Hi, I'm currently working on an home automation project (calaos), which uses angstrom and oe-core + my own

Re: [Angstrom-devel] Narcissus update to v2012.12, please read

2013-03-22 Thread Khem Raj
On Mar 22, 2013, at 6:39 AM, Philip Balister phi...@balister.org wrote: The main change (in my understanding) with the hf abi is that a function can return a value in one of the NEON registers. VFP registers ___ Angstrom-distro-devel mailing list

Re: [Angstrom-devel] Narcissus update to v2012.12, please read

2013-03-24 Thread Khem Raj
On Mar 24, 2013, at 2:59 AM, Koen Kooi k...@dominion.thruhere.net wrote: Thanks! Can you apply it to meta-angstrom master please? yes. I plan to. I am running a build for beagleboard systemd-image once it passes and I am able to boot beaglebone with the image I built for bone I will commit

Re: [Angstrom-devel] bug in libgdbm-devel

2013-03-25 Thread Khem Raj
On Mar 25, 2013, at 9:42 AM, andrew hutchison drew.hutchi...@smartqloud.com wrote: Greetings all. I'm new to the list (and pretty much to angstrom), but discovered a problem attempting to compile something which depends libgdbm. /usr/bin/libgdbm_compat.la line 20 reads:

Re: [Angstrom-devel] bug in libgdbm-devel

2013-03-25 Thread Khem Raj
need libtool 2.4+ On Mon, Mar 25, 2013 at 3:53 PM, Khem Raj raj.k...@gmail.com wrote: On Mar 25, 2013, at 9:42 AM, andrew hutchison drew.hutchi...@smartqloud.com wrote: Greetings all. I'm new to the list (and pretty much to angstrom), but discovered a problem attempting to compile

Re: [Angstrom-devel] Narcissus update to v2012.12, please read

2013-04-08 Thread Khem Raj
On Apr 8, 2013, at 10:43 AM, Ulf Samuelsson angstrom-...@emagii.com wrote: DEFAULTTUNE=cortexa8hf-neon Hardfloat/softfp t is a DISTRO decision, not a machine decision, so I can't add meta-allwinner and meta-cubox to Angstrom with that setting in the machine configs. Does that

Re: [Angstrom-devel] [OE-core] gcc-cross-initial Failure (is a meta-aarch64 screw up)

2013-05-07 Thread Khem Raj
-linaro devs to sort out and let it play better with rest of layers meanwhile I will propose to disable meta-aarch64 in angstrom. Thanks On Apr 8, 2013, at 2:06 AM, Jack Mitchell m...@communistcode.co.uk wrote: On 08/04/13 09:52, Jack Mitchell wrote: On 05/04/13 18:03, Khem Raj wrote: On Apr

[Angstrom-devel] world build on angstrom-next

2013-05-21 Thread Khem Raj
Hi All I have run world build on angstrom and here are results if anyone is interested and provide fixes. http://sakrah.dontexist.org/files/eglibc.beaglebone.world.log There are a lot of parsing errors especially from meta-opie Thanks -Khem ___

Re: [Angstrom-devel] world build on angstrom-next

2013-05-21 Thread Khem Raj
On May 21, 2013, at 12:24 PM, Ankit Mishra mishr...@gmail.com wrote: Please remove me from the mail list for angstrom. go here http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel and help yourself Thank you On May 21, 2013 11:48 PM, Khem Raj raj.k...@gmail.com wrote

Re: [Angstrom-devel] [oe] world build on angstrom-next

2013-05-21 Thread Khem Raj
On May 21, 2013, at 12:47 PM, Andreas Müller schnitzelt...@googlemail.com wrote: I was also wondering of the passed chromium in the last logs you sent. Was this build performed with gcc 4.8 - or was there an update fixing builds with gcc 4.8 which I have missed? yes gcc 4.8 and no local

Re: [Angstrom-devel] world build on angstrom-next

2013-05-21 Thread Khem Raj
On May 21, 2013, at 12:24 PM, Ankit Mishra mishr...@gmail.com wrote: Please remove me from the mail list for angstrom. go here http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel and help yourself Thank you On May 21, 2013 11:48 PM, Khem Raj raj.k...@gmail.com wrote

Re: [Angstrom-devel] [PATCH] set default tune for Overo to cortexa8hf-neon

2013-05-23 Thread Khem Raj
On May 22, 2013, at 8:16 AM, Cliff Brake cbr...@bec-systems.com wrote: there is a missing DEPENDS to gconf. After I built gconf, I get: https://gist.github.com/cbrake/5628386 well I think this here http://src.chromium.org/viewvc/chrome?revision=135388view=revision should have fixed

Re: [Angstrom-devel] [PATCH] set default tune for Overo to cortexa8hf-neon

2013-05-26 Thread Khem Raj
On Thu, May 23, 2013 at 12:36 AM, Andreas Müller schnitzelt...@googlemail.com wrote: On Thu, May 23, 2013 at 9:17 AM, Khem Raj raj.k...@gmail.com wrote: On May 22, 2013, at 8:16 AM, Cliff Brake cbr...@bec-systems.com wrote: there is a missing DEPENDS to gconf. After I built gconf, I get

  1   2   >