Re: [Angstrom-devel] [meta-angstrom][PATCH] angstrom.inc: set arm instruction set with existing machine overrides

2016-07-27 Thread Khem Raj
> On Jul 27, 2016, at 10:55 AM, Max Krummenacher wrote: > > _armv4t, _armv5te are not (no longer?) set as MACHINEOVERRIDES if an armv4t > or armv5te tune is set. > Thus the default ARM_INSTRUCTION_SET ??= "thumb" kicks in. > > Set the override to _armv4, _armv5 to get the

Re: [Angstrom-devel] Non existing -dev recommends

2016-04-20 Thread Khem Raj
On Wed, Apr 20, 2016 at 12:49 PM Stefan Agner wrote: > Hi, > > Using the v2015.12 packages feeds -dev packages showed that there are > quite some nonexisting packages which are in the recommends list of > packages, leading to lot of messages, e.g.: > libxcb-dev: unsatisfied

Re: [Angstrom-devel] [meta-angstrom][PATCH][master][angstrom-v2015.12-yocto2.0] angstrom.conf: arm: use compatible glibc and glibc-locale

2015-10-22 Thread Khem Raj
> On Oct 17, 2015, at 2:27 AM, Max Krummenacher wrote: > > oe-core moved to glibc and cross-localedef-native based on version 2.22. > Angstrom currently uses linaro glibc in version 2.20 for arm. > This leads to incompatible locales. They cause exeptions or hangs. e.g.: >

Re: [Angstrom-devel] why linaro toolchain

2015-05-20 Thread Khem Raj
On May 20, 2015, at 1:05 AM, Andreas Müller schnitzelt...@googlemail.com wrote: I wonder why angstrom pins toolchain to linaro version. Especially * there is no hint where to get linaro toolchain * if no linaro toolchain is found oe-core' default suggestion for gcc's version is

Re: [Angstrom-devel] required layers

2015-05-20 Thread Khem Raj
On May 20, 2015, at 12:06 PM, Trevor Woerner twoer...@gmail.com wrote: Commit8f0df794f289c0ffcc30fe77d19c5f1880f05f0c makes it necessary for the meta-qt5 layer to be available since it contains classes/populate_sdk_qt5.bbclass. Was this intentional? If so the README file should include

Re: [Angstrom-devel] Feed Server Mirror Optical Experiments

2015-05-14 Thread Khem Raj
On Thu, May 14, 2015 at 1:47 PM, Marcel Ziswiler mar...@ziswiler.com wrote: Thanks, Tom On Thu, 2015-05-14 at 11:32 -0700, Tom King wrote: Current is about 275GB but I suspect by the time that 2015.6 is out it will be close to 335GB. That sounds very much doable then. I believe our IT was

Re: [Angstrom-devel] [PATCH] angstrom: Fix access using empty root password

2015-05-09 Thread Khem Raj
On Sat, May 9, 2015 at 12:00 AM, Koen Kooi k...@dominion.thruhere.net wrote: Op 8 mei 2015, om 03:01 heeft Khem Raj raj.k...@gmail.com het volgende geschreven: We are not able to login into angstrom images now since many chnages has gone into upstream OE-core drop libpam change to drop

[Angstrom-devel] [PATCH] angstrom: Fix access using empty root password

2015-05-07 Thread Khem Raj
-off-by: Khem Raj raj.k...@gmail.com --- conf/distro/include/angstrom-core-tweaks.inc | 2 +- recipes-tweaks/pam/libpam_1.1.6.bbappend | 4 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 recipes-tweaks/pam/libpam_1.1.6.bbappend diff --git a/conf/distro/include/angstrom

Re: [Angstrom-devel] invalid upstream refs/remotes/github/fido

2015-05-04 Thread Khem Raj
On Mon, May 4, 2015 at 6:20 PM, Trevor Woerner twoer...@gmail.com wrote: When I run ./setup-environment (which runs setup-environment-internal) I get an error: # sources/meta-96boards: rebasing trevor/work - refs/remotes/github/fido fatal: Needed a single revision invalid

Re: [Angstrom-devel] [PATCH][next] conf/local.conf: adjust DISTRO

2015-05-02 Thread Khem Raj
On May 2, 2015, at 4:38 AM, Trevor Woerner twoer...@gmail.com wrote: On 04/25/15 21:54, Khem Raj wrote: and we also have repo based setup now. See https://github.com/Angstrom-distribution/angstrom-manifest Thanks for adding an angstrom-v2015.06-yocto1.8 branch :-) yes and please let

Re: [Angstrom-devel] [PATCH][next] conf/local.conf: adjust DISTRO

2015-04-25 Thread Khem Raj
On Sat, Apr 25, 2015 at 6:52 PM, Khem Raj raj.k...@gmail.com wrote: On Sat, Apr 25, 2015 at 6:40 PM, Trevor Woerner twoer...@gmail.com wrote: The DISTRO in meta-angstrom[next] changed from angstrom-next to angstrom, adjust the configuration to match. thanks for doing it. Can you send a github

Re: [Angstrom-devel] [PATCH][next] conf/local.conf: adjust DISTRO

2015-04-25 Thread Khem Raj
On Sat, Apr 25, 2015 at 6:40 PM, Trevor Woerner twoer...@gmail.com wrote: The DISTRO in meta-angstrom[next] changed from angstrom-next to angstrom, adjust the configuration to match. thanks for doing it. Can you send a github pull request ? Signed-off-by: Trevor Woerner twoer...@gmail.com

[Angstrom-devel] [PATCH] angstrom-v2014.12.conf: Dont mix gcc sources

2015-04-21 Thread Khem Raj
by linaro gcc here, so as soon as it comes to building non-linaro gcc it does not know that sources are not in expected shared location Signed-off-by: Khem Raj raj.k...@gmail.com --- conf/distro/angstrom-v2014.12.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/distro/angstrom-v2014.12

Re: [Angstrom-devel] do_compile error in environment-angstrom-v2014.12

2015-04-04 Thread Khem Raj
Gibson On Sat, Apr 4, 2015 at 1:53 AM, Gibson Justian guitargib...@gmail.com wrote: Hi, I applied patch for libpostproc and then made a build like 1).MACHINE=beaglebone bitbake cloud9-gnome-image -c clean 2).MACHINE=beaglebone bitbake cloud9-gnome-image I get this error, where am I

Re: [Angstrom-devel] angstrom-v2014.12-yocto1.7 build fails

2015-03-19 Thread Khem Raj
On Mar 19, 2015, at 6:50 PM, Gibson Justian guitargib...@gmail.com wrote: Hi Koen and Khem , I was building the Angstrom linux for beaglebone black. I have been trying to build it for couple of months. I tried couple of times with 64-bit machine with Debian 7.8 and Centos

Re: [Angstrom-devel] read-only-rootfs

2014-11-14 Thread Khem Raj
On Fri, Nov 14, 2014 at 1:12 AM, Jones,Michael michael.jo...@matrix-vision.de wrote: OK, I'll answer my own question: it looks like the support for 'EXTRA_IMAGE_FEATURES += read-only-rootfs' in openembedded-core only applies to sysvinit, and since Angstrom uses systemd by default, setting

[Angstrom-devel] [RFC] repo based setup for angstrom

2014-10-22 Thread Khem Raj
Hi I have been using repo based setup for angstrom distro for quite sometime now https://github.com/kraj/angstrom-manifest I would like to propose this to be included for mainline angstrom setup, therefore I am posting it here for comments and concerns Looking for feedback -Khem

Re: [Angstrom-devel] [PATCH][meta-angstrom] angstrom-next: don't pin OLDEST_KERNEL

2014-10-08 Thread Khem Raj
On Wed, Oct 8, 2014 at 12:27 AM, Andreas Müller schnitzelt...@googlemail.com wrote: error caused in do_rootfs: | NOTE: Executing update_pixbuf_cache intercept ... | FATAL: kernel too old | WARNING: The postinstall intercept hook 'update_pixbuf_cache' failed (exit code: 127)! See log for

Re: [Angstrom-devel] Naming of the Angstrom derivative for resource limited systems

2014-10-04 Thread Khem Raj
On Sat, Oct 4, 2014 at 12:27 AM, Koen Kooi k...@dominion.thruhere.net wrote: The current config has too many DISTRO_FEATURES, the biggest one being 'x11'. I'd love to keep systemd as init, but we might need something smaller as well. how about uselessd :) http://uselessd.darknedgy.net/

Re: [Angstrom-devel] Naming of the Angstrom derivative for resource limited systems

2014-10-03 Thread Khem Raj
On Friday, October 3, 2014, Koen Kooi k...@dominion.thruhere.net wrote: Hi, I have a number of systems on my desk (Wifi accesspoints mainly) and a few I want to buy (Arduino galileo, Intel edison) where the current angstrom config just doesn't fit. My plan is to add a config to deal with

Re: [Angstrom-devel] Regading beaglebone kernel build

2014-09-22 Thread Khem Raj
On Mon, Sep 22, 2014 at 5:26 AM, Ratheendran R ratheendra...@gmail.com wrote: Can any one guide me on this build gap. am I missing something??. if you dont see it in TMPDIR that could be because by default rm_work is enabled. which means it will delete the sources after successful build. You

Re: [Angstrom-devel] ExpansionError during parsing

2014-08-29 Thread Khem Raj
On Fri, Aug 29, 2014 at 5:46 PM, Gibson Justian guitargib...@gmail.com wrote: make[2]: execvp: /bin/sh: Argument list too long | make[2]: *** what is /bin/sh pointing to ? are you building over nfs or do you have build directory symlinked ? ___

Re: [Angstrom-devel] GNU gold vs ld

2014-08-08 Thread Khem Raj
On Fri, Aug 8, 2014 at 5:07 AM, zbos...@pr.hu wrote: Hi, I am trying to create a small(ish) x86 Angström build with some updated components. One such component is MariaDB. I have some problems with the included MariaDB 5.1.67. First, it's too old. Second, it's not started automatically

Re: [Angstrom-devel] Building an older release

2014-07-28 Thread Khem Raj
On Mon, Jul 28, 2014 at 7:18 AM, Kevin Fries kfr...@cctus.com wrote: OK, tried this again this morning... I wiped out everything and started over, including the download of the scripts: --- $ git clone https://github.com/Angstrom-distribution/setup-scripts.git Cloning into

Re: [Angstrom-devel] Building an older release

2014-07-28 Thread Khem Raj
On Mon, Jul 28, 2014 at 10:08 AM, Kevin Fries kfr...@cctus.com wrote: So, when you say yourmachine, should I put arm-angstrom-linux-gnueabi? its the MACHINE name. look at in your machine layers under conf/machine/ there should be your machine configuration file called yourmachine.conf.

Re: [Angstrom-devel] v2013.12 and kernel 3.2.28

2014-07-26 Thread Khem Raj
On Sat, Jul 26, 2014 at 3:39 PM, Mark Ruys m...@paracas.nl wrote: Op 21 jul. 2014, om 13:35 heeft Koen Kooi k...@dominion.thruhere.net het volgende geschreven: Op 20 jul. 2014, om 00:34 heeft Mark Ruys m...@paracas.nl het volgende geschreven: I'm trying to build a Angstrom v2013.12 SD

Re: [Angstrom-devel] BB cross compile

2014-07-17 Thread Khem Raj
On Thu, Jul 17, 2014 at 3:19 PM, Mark Ruys m...@paracas.nl wrote: Is this because 'hello' is compiled as a hard-float binary which the BeagleBone doesn't run, or because the hello binary is compiled for Angstrom v2013.12 which is not compatible with v2012.12. If not, what is the problem

Re: [Angstrom-devel] [meta-angstrom][v2014.06] update-alternatives: use package created by opkg-utils

2014-07-16 Thread Khem Raj
On Jul 14, 2014 12:52 PM, mk max.oss...@gmail.com wrote: Hi Khem Without this patch the opkg-utils recipe is built and the opkg-utils package is installed for VIRTUAL-RUNTIME_update-alternatives. Please cherry-pick following from master commit

Re: [Angstrom-devel] [meta-angstrom][v2014.06] update-alternatives: use package created by opkg-utils

2014-07-14 Thread Khem Raj
-utils package is installed for VIRTUAL-RUNTIME_update-alternatives. Please cherry-pick following from master commit 14e08075a40d8959332f6f8c1f70d4d129544f9d Author: Khem Raj raj.k...@gmail.com Date: Wed Jan 22 10:30:06 2014 -0800 Adjust to the omission of opkg UPDATE_ALTERNATIVES

Re: [Angstrom-devel] systemd FTBFS

2014-07-06 Thread Khem Raj
On Sat, Jul 5, 2014 at 11:16 AM, Sergey Lapin slapi...@gmail.com wrote: which seems to be due to bug in linaro-gcc LTO support. What are plans regarding this, is temprorary fix .bbappend ongoing or we should wait for toolchain fix? Add a bbappend to disable LTO via cflags, it should be fixed

Re: [Angstrom-devel] systemd FTBFS

2014-07-06 Thread Khem Raj
On Sun, Jul 6, 2014 at 9:13 AM, Sergey Lapin slapi...@gmail.com wrote: I'd appreciate any examples for such .bbappend file. CFLAGS += -fno-lto ___ Angstrom-distro-devel mailing list Angstrom-distro-devel@linuxtogo.org

Re: [Angstrom-devel] Installing on MacOSX

2014-05-13 Thread Khem Raj
On Tue, May 13, 2014 at 4:06 PM, Josejulio Martínez finwemarti...@gmail.com wrote: Hello, i would like to know if is anyone aware if is possible to install the cross compilation, when i run MACHINE=beaglebone ./oebb.sh update I get: *FATAL: /dev/shm does not exist or is not writable* I

Re: [Angstrom-devel] The mail archives are been offline (404-not found)

2014-05-13 Thread Khem Raj
On Tue, May 13, 2014 at 9:15 PM, Bob Feretich bob.feret...@rafresearch.com wrote: The mailing list archives have been offline for several days, What's happening? Catastrophic server failure? you could use gmane http://www.mail-archive.com/angstrom-distro-devel@linuxtogo.org/

[Angstrom-devel] [PATCH 1/2] openssh: Tweak sshd_config to tackle for PAM taking care of authentication

2014-03-04 Thread Khem Raj
We sort of disable clear text PasswordAuthentication pam does not like it Signed-off-by: Khem Raj raj.k...@gmail.com --- recipes-tweaks/openssh/openssh_6.2p2.bbappend |3 +++ 1 file changed, 3 insertions(+) create mode 100644 recipes-tweaks/openssh/openssh_6.2p2.bbappend diff --git

[Angstrom-devel] [PATCH 2/2] libpam: Disable nullok_secure

2014-03-04 Thread Khem Raj
This will let us ssh with empty password as root user. Its less secure but good for development work. Signed-off-by: Khem Raj raj.k...@gmail.com --- recipes-tweaks/pam/libpam_1.1.6.bbappend |4 1 file changed, 4 insertions(+) create mode 100644 recipes-tweaks/pam/libpam_1.1.6.bbappend

Re: [Angstrom-devel] Creating a flashing image for Beaglebone Black

2014-02-25 Thread Khem Raj
On Feb 25, 2014, at 6:51 PM, Robert Nelson robertcnel...@gmail.com wrote: Might be a little bit-rotten, but the scripts are here: https://github.com/beagleboard/meta-beagleboard/tree/master/contrib/bone-flash-tool Never used them personally, just referenced them when creating the new

Re: [Angstrom-devel] Creating a flashing image for Beaglebone Black

2014-02-25 Thread Khem Raj
On Feb 25, 2014, at 7:00 PM, Robert Nelson robertcnel...@gmail.com wrote: On Tue, Feb 25, 2014 at 8:55 PM, Khem Raj raj.k...@gmail.com wrote: On Feb 25, 2014, at 6:51 PM, Robert Nelson robertcnel...@gmail.com wrote: Might be a little bit-rotten, but the scripts are here: https

Re: [Angstrom-devel] Building Angstrom for Beaglebone from Source - Issue

2014-02-12 Thread Khem Raj
/angstrom/ systemd-gnome-image.bb, do_rootfs Kind regards, -- André Araújo 2014-02-12 20:07 GMT+00:00 Khem Raj raj.k...@gmail.com: please post the complete error log and also send to angstrom-distro-devel@linuxtogo.org as well so more folks can help you On Wed, Feb 12, 2014 at 11:26

Re: [Angstrom-devel] Contents of /proc/cpuinfo on the Beaglebone Black

2014-01-28 Thread Khem Raj
On Tue, Jan 28, 2014 at 12:38 PM, Andrei Radulescu-Banu andrei.radulescu-b...@exfo.com wrote: With its manufacturing image, the BeagleBone Black only shows 297.40 BogoMIPS in its /proc/cpuinfo. The nominal processor speed is 1GHz, however. Does anyone know why this discrepancy? and does that

Re: [Angstrom-devel] Build error with latest sources in wp_block.c

2014-01-21 Thread Khem Raj
On Monday, January 20, 2014 04:03:45 PM Andrei Radulescu-Banu wrote: enssl/crypto/whrlpool/wp_block.o ../deps/openssl/openssl/crypto/whrlpool/wp_block.c make[1]: execvp: printf: Argument list too long what is your host OS distribution and default shell ? and whats value of ARG_MAX declared

[Angstrom-devel] [PATCH 2/2] angstrom-xinit: Add recipe

2014-01-18 Thread Khem Raj
This recipe will launch bare X using systemd Signed-off-by: Khem Raj raj.k...@gmail.com --- recipes-angstrom/angstrom/angstrom-xinit.bb| 18 ++ recipes-angstrom/angstrom/angstrom-xinit/X.service | 19 +++ 2 files changed, 37 insertions(+) create mode

[Angstrom-devel] [PATCH 1/2] angstrom-x11vnc-xinit: Add systemd service for launching X11vnc over native display

2014-01-18 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com --- recipes-angstrom/angstrom/angstrom-x11vnc-xinit.bb | 21 - .../angstrom/angstrom-x11vnc-xinit/x11vnc.service | 11 +++ 2 files changed, 23 insertions(+), 9 deletions(-) create mode 100644 recipes-angstrom/angstrom

Re: [Angstrom-devel] building Angstrom for BeagleBone Black

2014-01-13 Thread Khem Raj
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/13/2014 01:37 PM, tibor somogyi wrote: Traceback (most recent call last): File /usr/bin/bitbake, line 234, in module did you install ubuntu/debian bitbake package ? if you did please uninstall it. -BEGIN PGP SIGNATURE- Version: GnuPG

Re: [Angstrom-devel] building Angstrom for BeagleBone Black

2014-01-13 Thread Khem Raj
On Mon, Jan 13, 2014 at 3:40 PM, tibor somogyi somog...@slb.com wrote: Hello, I just uninstalled bitbake: - user@ubuntu:/home/tibor/beagle/setup-scripts$ sudo apt-get remove bitbake Reading package lists... Done Building dependency tree Reading state information... Done The following

Re: [Angstrom-devel] Building Angstrom for Yocto 1.4 'Dylan'

2013-11-27 Thread Khem Raj
On Nov 27, 2013, at 8:56 AM, Brandon Stafford bran...@rascalmicro.com wrote: On Tue, Nov 26, 2013 at 6:49 PM, Khem Raj raj.k...@gmail.com wrote: On Tue, Nov 26, 2013 at 3:22 PM, Brandon Stafford bran...@rascalmicro.com wrote: ERROR: No recipes available for: /home/ubuntu/poky/meta

Re: [Angstrom-devel] Building Angstrom for Yocto 1.4 'Dylan'

2013-11-27 Thread Khem Raj
On Wed, Nov 27, 2013 at 4:23 PM, Brandon Stafford bran...@rascalmicro.com wrote: On Wed, Nov 27, 2013 at 3:21 PM, Koen Kooi k...@dominion.thruhere.netwrote: Op 27 nov. 2013, om 00:22 heeft Brandon Stafford bran...@rascalmicro.com het volgende geschreven: Hi all, I'm trying to build

Re: [Angstrom-devel] Building Angstrom for Yocto 1.4 'Dylan'

2013-11-26 Thread Khem Raj
On Tue, Nov 26, 2013 at 3:22 PM, Brandon Stafford bran...@rascalmicro.com wrote: Hi all, I'm trying to build Angstrom based on Yocto 1.4 'Dylan' for a SAMA5D3 board. I have modified bblayers.conf: BBLAYERS ?= \ /home/ubuntu/poky/meta-angstrom \

Re: [Angstrom-devel] meta-toolchain cannot do static linking?

2013-10-29 Thread Khem Raj
On Tue, Oct 29, 2013 at 7:59 PM, Grissiom chaos.pro...@gmail.com wrote: Hi all, I'm developing on BBB and I'm new to Angstrom. I have build a toolchain with the angstrom-v2013.06-yocto1.4 branch of setup-scripts ( https://github.com/Angstrom-distribution/setup-scripts/ ) using `bitbake

Re: [Angstrom-devel] Looking for an Angstrom and bitbake expert to consult / contract

2013-10-25 Thread Khem Raj
On Wed, Oct 23, 2013 at 3:42 PM, Edward Vidal vidal.devel...@gmail.com wrote: Hello Chris, I have been working with Yocto for beaglebone, beagleboard, pandaboard and now with the zedboard. I have tried angstrom but found yocto to be a better approach for me. I would like to emphasize that,

Re: [Angstrom-devel] Update Angstrom

2013-10-25 Thread Khem Raj
On Thu, Oct 24, 2013 at 1:28 AM, M Pouillot m.pouil...@watteco.com wrote: Is there a command to update the file system Angstrom without lossing parameters system and application? what is it you are exactly looking for ? upgrading from which version of angstrom to which one best regards,

Re: [Angstrom-devel] what file kernel configuration really uses?

2013-10-23 Thread Khem Raj
On Wed, Oct 23, 2013 at 3:07 AM, matti kaasinen matti.kaasi...@gmail.com wrote: Hi Ulf, Yes, linux.inc seems doing the job as you told - this clears a lot. I had been patching wrong file:${S}/defconfig instead of ${WORKDIR}/defconfig. It seems that I'm not alone with this mistake.

Re: [Angstrom-devel] v2013.06 and v2013.12 architecture change for ARMv7A machines

2013-10-21 Thread Khem Raj
On Sun, Oct 20, 2013 at 2:49 PM, Ulf Samuelsson angstrom-...@emagii.com wrote: 20 okt 2013 kl. 21:04 skrev Koen Kooi k...@dominion.thruhere.net: Hi, A while ago we decided to switch armv7a machines for hardfloat because we were worn it with explaining that there's no real world difference

Re: [Angstrom-devel] [OE-core] Using the correct xserver-xf86-config_0.1.bbappend

2013-10-21 Thread Khem Raj
Ulf On Mon, Oct 21, 2013 at 9:30 AM, Ulf Samuelsson openembedded-c...@emagii.com wrote: Trying to build a systemd-gnome-image raspberrypi under Angstrom, with a few extra layers. This fails on xserver-xf86-config_0.1.[bb|bbappend] The extra layer has BBPRIORITY = 20. meta-beagleboard has

Re: [Angstrom-devel] [PATCH] connman: follow oe-core to 1.18

2013-10-16 Thread Khem Raj
To late see https://github.com/Angstrom-distribution/meta-angstrom/commit/ad9e6f5a6c9a38d07dde6a601523f152c8069551 On Oct 16, 2013, at 2:20 PM, Andreas Müller schnitzelt...@googlemail.com wrote: Signed-off-by: Andreas Müller schnitzelt...@googlemail.com ---

Re: [Angstrom-devel] Angstrom v2013-06 with -mfloat-abi=softfp

2013-10-15 Thread Khem Raj
Diego Sueiro Administrador do Embarcados www.embarcados.com.br Engenheiro de Controle e Automação UNIVERSIDADE FEDERAL DE ITAJUBÀ /*long live rock 'n roll*/ 2013/10/14 Khem Raj raj.k...@gmail.com On Oct 14, 2013, at 11:38 AM, Diego Sueiro diego.sue...@gmail.com wrote: Folks, I

Re: [Angstrom-devel] [OE-core] Problems when building Angstrom master 1.3 1.4 for Beagleboard Black

2013-10-14 Thread Khem Raj
On Oct 11, 2013, at 8:33 AM, Ulf Samuelsson angstrom-...@emagii.com wrote: On 2013-10-11 16:58, Koen Kooi wrote: Op 11 okt. 2013, om 16:32 heeft Ulf Samuelsson angstrom-...@emagii.com het volgende geschreven: Have tried out building Angstrom for Beaglebone Black on a Quad-Core i7/Ubuntu

Re: [Angstrom-devel] Angstrom v2013-06 with -mfloat-abi=softfp

2013-10-14 Thread Khem Raj
On Oct 14, 2013, at 11:38 AM, Diego Sueiro diego.sue...@gmail.com wrote: Folks, I want to generate an Angstrom distribution with soft and hard float point compatible ABI. Reading the page below I believe that I must compile the packages with -mfloat-abi=softfp option. Is it correct?

Re: [Angstrom-devel] Angstrom v2013.12 branched

2013-10-10 Thread Khem Raj
On Oct 9, 2013, at 11:12 PM, Koen Kooi k...@dominion.thruhere.net wrote: Op 9 okt. 2013, om 17:29 heeft Khem Raj raj.k...@gmail.com het volgende geschreven: On Oct 9, 2013, at 12:09 AM, Koen Kooi k...@dominion.thruhere.net wrote: All, The Angstrom v2013.12 release branch

Re: [Angstrom-devel] Angstrom v2013.12 branched

2013-10-09 Thread Khem Raj
On Oct 9, 2013, at 12:09 AM, Koen Kooi k...@dominion.thruhere.net wrote: All, The Angstrom v2013.12 release branch was opened today. This release will match the Yocto Project 1.5 release. Patches are very welcome, but keep in mind that it's not ready for consumption till the official

Re: [Angstrom-devel] Angstrom v2013.12 branched

2013-10-09 Thread Khem Raj
On Oct 9, 2013, at 9:06 AM, Philip Balister phi...@balister.org wrote: On 10/09/2013 11:29 AM, Khem Raj wrote: On Oct 9, 2013, at 12:09 AM, Koen Kooi k...@dominion.thruhere.net wrote: All, The Angstrom v2013.12 release branch was opened today. This release will match the Yocto

Re: [Angstrom-devel] Error building angstrom 2013.06 for raspberry pi

2013-08-27 Thread Khem Raj
On Aug 27, 2013, at 4:34 AM, Cristian Astorino cristian.astor...@gmail.com wrote: I solved by installing uuid devel package on my system (ubuntu 12.04.3 lts) hmmm, I think this means we either need to mention it in prerequisites or add a recipe for uuidgen-native

Re: [Angstrom-devel] [meta-angstrom] angstrom-next: add versions to build for aarch64

2013-08-21 Thread Khem Raj
On Aug 20, 2013, at 1:45 AM, Koen Kooi k...@dominion.thruhere.net wrote: Op 15 aug. 2013, om 12:21 heeft Graeme Gregory g...@slimlogic.co.uk het volgende geschreven: aarch64 needs gcc and egibc from meta-linaro to build for now. Signed-off-by: Graeme Gregory g...@slimlogic.co.uk

[Angstrom-devel] angstrom world build

2013-08-17 Thread Khem Raj
Hi I have started a world build of angstrom for beaglebone and soon will extend it to more machines. Angstrom uses most layers in OE universe and nothing gives better coverage The wold log for bb is here http://sakrah.homelinux.org/files/world/beaglebone-world.log There are interesting

Re: [Angstrom-devel] [meta-angstrom] angstrom-next: add versions to build for aarch64

2013-08-17 Thread Khem Raj
On Sat, Aug 17, 2013 at 8:16 AM, Graeme Gregory g...@slimlogic.co.uk wrote: On Fri, Aug 16, 2013 at 12:30:09PM -0700, Khem Raj wrote: On Fri, Aug 16, 2013 at 2:44 AM, Graeme Gregory g...@slimlogic.co.uk wrote: aarch64 needs gcc and egibc from meta-linaro to build for now. Signed-off

Re: [Angstrom-devel] [PATCH] angstrom-next: add versions to build for aarch64

2013-08-16 Thread Khem Raj
Graeme On Tue, Aug 13, 2013 at 2:29 AM, Graeme Gregory g...@slimlogic.co.uk wrote: aarch64 needs gcc and egibc from meta-linaro to build for now. Signed-off-by: Graeme Gregory g...@slimlogic.co.uk --- conf/distro/angstrom-next.conf |4 1 file changed, 4 insertions(+) diff

Re: [Angstrom-devel] [meta-angstrom] angstrom-next: add versions to build for aarch64

2013-08-16 Thread Khem Raj
On Fri, Aug 16, 2013 at 2:44 AM, Graeme Gregory g...@slimlogic.co.uk wrote: aarch64 needs gcc and egibc from meta-linaro to build for now. Signed-off-by: Graeme Gregory g...@slimlogic.co.uk --- conf/distro/angstrom-next.conf |5 + 1 file changed, 5 insertions(+) diff --git

Re: [Angstrom-devel] [oe-core] boost recipe, fatal error: zlib.h

2013-08-16 Thread Khem Raj
On Thu, Aug 15, 2013 at 2:28 AM, Víctor MV v.mayor...@gmail.com wrote: Hi, I'm getting an error when trying to bitbake the *boost* recipe: ... | gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.3.1/release/threading-multi/zlib.o | libs/iostreams/src/zlib.cpp:20:76: fatal error: zlib.h:

Re: [Angstrom-devel] Strategies for freezing and building Angstrom offline?

2013-06-29 Thread Khem Raj
On Jun 28, 2013, at 11:21 AM, Charles Nicholson charles.nichol...@gmail.com wrote: Hi all, First off, thanks a lot for the Angstrom effort, it's a great distro and we're committing to use it on BeagleBone Blacks to manage our automated test rack at work. We are trying to figure out the

Re: [Angstrom-devel] Strategies for freezing and building Angstrom offline?

2013-06-29 Thread Khem Raj
again, Charles On Sat, Jun 29, 2013 at 7:17 AM, Khem Raj raj.k...@gmail.com wrote: On Jun 28, 2013, at 11:21 AM, Charles Nicholson charles.nichol...@gmail.com wrote: Hi all, First off, thanks a lot for the Angstrom effort, it's a great distro and we're committing to use

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

2013-05-29 Thread Khem Raj
On May 28, 2013, at 10:42 PM, Andreas Müller schnitzelt...@googlemail.com wrote: On Wed, May 29, 2013 at 3:20 AM, Khem Raj raj.k...@gmail.com wrote: On May 26, 2013, at 2:41 PM, Khem Raj raj.k...@gmail.com wrote: On Thu, May 23, 2013 at 12:36 AM, Andreas Müller schnitzelt

Re: [Angstrom-devel] [PATCH] oebb.sh: grep for word DISTRO

2013-05-28 Thread Khem Raj
On May 28, 2013, at 1:34 PM, Eric Bénard e...@eukrea.com wrote: so that the DISTRO variable won't be wrongly assigned if, for example, local.conf contains DISTRO_FEATURES Signed-off-by: Eric Bénard e...@eukrea.com pulled into next branch Thx --- oebb.sh | 2 +- 1 file changed, 1

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

2013-05-28 Thread Khem Raj
On May 26, 2013, at 2:41 PM, Khem Raj raj.k...@gmail.com wrote: 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

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

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

[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] [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

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] 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-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] 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] 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] 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] 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] 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

[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

[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] [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

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

  1   2   >