Re: [OE-core] Request to move "gitpkgv.bbclass" from meta-oe to oe-core

2014-10-09 Thread Mike Looijmans
please just move gitpkgv. That's like five minutes work, and if anyone (e.g. me) feels like building something better, he or she is free do submit that and get rid of the gitpkgv class once it's obsolete. Mike. On 10/08/2014 04:39 PM, Mike Looijmans wrote: The gitpkgv class is very he

[OE-core] Request to move "gitpkgv.bbclass" from meta-oe to oe-core

2014-10-08 Thread Mike Looijmans
lijke groet / kind regards, Mike Looijmans TOPIC Embedded Systems Eindhovenseweg 32-C, NL-5683 KH Best Postbus 440, NL-5680 AK Best Telefoon: (+31) (0) 499 33 69 79 Telefax: (+31) (0) 499 33 69 70 E-mail: mike.looijm...@topic.nl Website: www.topic.nl Please consider the environment before printing t

Re: [OE-core] [PATCH] license: Improve disk usage

2014-09-15 Thread Mike Looijmans
On 09/15/2014 04:12 PM, Richard Purdie wrote: On Mon, 2014-09-15 at 15:58 +0200, Mike Looijmans wrote: I can probably come up with scenarios where "os.stat(src).st_dev == os.stat(destdir).st_dev" but os.link will still fail. Less code and does not assume that when src and destdir

Re: [OE-core] [PATCH] license: Improve disk usage

2014-09-15 Thread Mike Looijmans
ir).st_dev): +os.link(src, dst) +else: +shutil.copyfile(src, dst) except Exception as e: bb.warn("Could not copy license file %s: %s" % (basename, e)) Met vriendelijke groet / kind regards, Mike Looijmans TOPIC Embedded Systems Eindhove

Re: [OE-core] [PATCH 0/1] Change default for cortexa* to armv7at-neon.

2014-08-28 Thread Mike Looijmans
say I'd like to change the cortexa* DEFAULTTUNES to reference armv7at or armv7at-neon (continue the softfp ABI for the time being). I'd be fine with the at-neon version, as I think all of the commodity armv7a's have neon. --Mark -- Mike Looijmans -- _

Re: [OE-core] [PATCH 0/1] Change default for cortexa* to armv7at-neon.

2014-08-24 Thread Mike Looijmans
never made that move. -- Mike Looijmans -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] How to find out why shared sstate is not being used for a recipe

2014-08-18 Thread Mike Looijmans
On 05/27/2014 08:58 AM, Mike Looijmans wrote: I have a deja-vu feeling about this question. I have this recipe: https://github.com/topic-embedded-products/meta-topic/blob/master/recipes-bsp/fpga/fpga-image-miami.bb Which includes this one: https://github.com/topic-embedded-products/meta

Re: [OE-core] Two distros with same MACHINE

2014-08-14 Thread Mike Looijmans
ove stuff. M. Met vriendelijke groet / kind regards, Mike Looijmans TOPIC Embedded Systems Eindhovenseweg 32-C, NL-5683 KH Best Postbus 440, NL-5680 AK Best Telefoon: (+31) (0) 499 33 69 79 Telefax: (+31) (0) 499 33 69 70 E-mail: mike.looijm...@topic.nl Website: www.topic.nl Please consider th

Re: [OE-core] Autotools and "foreign"

2014-08-12 Thread Mike Looijmans
On 08/12/2014 08:57 PM, Burton, Ross wrote: On 12 August 2014 18:40, Mike Looijmans wrote: Is there an alternative to manually patching all of these packages to get them to compile once more? Depends on the package, but generally you'll need to update the automake macro at the t

[OE-core] Autotools and "foreign"

2014-08-12 Thread Mike Looijmans
file './AUTHORS' not found This apparently traces down to: 74b05bba64589da0e4439a4293559ad9670104bd "autoconf: remove automake patch enforcing --foreign" Is there an alternative to manually patching all of these packages to get them to

[OE-core] [PATCH v2 2/2] Support image type "squashfs-lzo"

2014-08-12 Thread Mike Looijmans
Add "squashfs-lzo" to the image types. LZO compression support has been in both kernel and squashfs tools for many years, but OE never enabled it. Signed-off-by: Mike Looijmans --- meta/classes/image_types.bbclass |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --

[OE-core] [PATCH v2 1/2] squashfs-tools: Add support for LZO and LZ4 compression

2014-08-12 Thread Mike Looijmans
d-off-by: Mike Looijmans --- .../squashfs-tools/squashfs-tools_4.3.bb |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/squashfs-tools/squashfs-tools_4.3.bb b/meta/recipes-devtools/squashfs-tools/squashfs-tools_4.3.bb index 54fd3bb..e3

Re: [OE-core] [PATCH 1/2] squashfs-tools: Enable LZO support

2014-08-11 Thread Mike Looijmans
On 08/11/2014 12:33 PM, Richard Purdie wrote: On Mon, 2014-08-11 at 12:11 +0200, Mike Looijmans wrote: For systems looking for speed rather than size (e.g. booting from serial NOR flash) LZO is usually a good tradeoff, and usually boots faster than gzip or even an uncompressed filesystem

Re: [OE-core] [PATCH 1/2] squashfs-tools: Enable LZO support

2014-08-11 Thread Mike Looijmans
Sorry for having posted this multiple times, our local mail server bounced it as "spam" so I figured it never arrived, and retried it later. On 08/11/2014 12:11 PM, Mike Looijmans wrote: For systems looking for speed rather than size (e.g. booting from serial NOR flash) LZO is usua

[OE-core] [PATCH 2/2] Support image type "squashfs-lzo"

2014-08-11 Thread Mike Looijmans
Add "squashfs-lzo" to the image types. LZO compression support has been in both kernel and squashfs tools for many years, but OE never enabled it. Signed-off-by: Mike Looijmans --- meta/classes/image_types.bbclass | 16 +--- 1 file changed, 9 insertions(+), 7 deletion

[OE-core] [PATCH 1/2] squashfs-tools: Enable LZO support

2014-08-11 Thread Mike Looijmans
For systems looking for speed rather than size (e.g. booting from serial NOR flash) LZO is usually a good tradeoff, and usually boots faster than gzip or even an uncompressed filesystem. Signed-off-by: Mike Looijmans --- .../squashfs-tools/squashfs-tools_4.2.bb |4 ++-- 1 file

[OE-core] [PATCH 2/2] Support image type "squashfs-lzo"

2014-08-11 Thread Mike Looijmans
Add "squashfs-lzo" to the image types. LZO compression support has been in both kernel and squashfs tools for many years, but OE never enabled it. Signed-off-by: Mike Looijmans --- meta/classes/image_types.bbclass | 16 +--- 1 file changed, 9 insertions(+), 7 deletion

[OE-core] [PATCH 1/2] squashfs-tools: Enable LZO support

2014-08-11 Thread Mike Looijmans
For systems looking for speed rather than size (e.g. booting from serial NOR flash) LZO is usually a good tradeoff, and usually boots faster than gzip or even an uncompressed filesystem. Signed-off-by: Mike Looijmans --- .../squashfs-tools/squashfs-tools_4.2.bb |4 ++-- 1 file

[OE-core] [PATCH 2/2] Support image type "squashfs-lzo"

2014-08-11 Thread Mike Looijmans
Add "squashfs-lzo" to the image types. LZO compression support has been in both kernel and squashfs tools for many years, but OE never enabled it. Signed-off-by: Mike Looijmans --- meta/classes/image_types.bbclass | 16 +--- 1 file changed, 9 insertions(+), 7 deletion

Re: [OE-core] [yocto] RFC: Improving the developer workflow

2014-08-09 Thread Mike Looijmans
On 08/09/2014 10:44 AM, Alex J Lennon wrote: On 09/08/2014 09:13, Mike Looijmans wrote: On 08/07/2014 03:05 PM, Paul Eggleton wrote: On Thursday 07 August 2014 11:13:02 Alex J Lennon wrote: Historically I, and I suspect others, have done full image updates of the storage medium, onboard

Re: [OE-core] [yocto] RFC: Improving the developer workflow

2014-08-09 Thread Mike Looijmans
as there's a procedure the end-user can use to recover the system (on most settop boxes, debricking the system is just a matter of inserting a USB stick and flipping the power switch). -- Mike Looijmans -- ___ Openembedded-core mailing list Openemb

Re: [OE-core] RFC: Improving the developer workflow

2014-08-08 Thread Mike Looijmans
On 08/07/2014 11:10 AM, Paul Eggleton wrote: ... * Provide tools to allow modifying software for which a recipe already exists. If the user has an external source tree we use that, otherwise we can fetch the source, apply any patches and place the result in an external source tree, possibly mana

Re: [OE-core] What does "QA Issue: ... rdepends on .. but its not a build dependency?" mean

2014-08-03 Thread Mike Looijmans
On 08/03/2014 07:48 PM, Mike Looijmans wrote: On 08/03/2014 07:35 PM, Mike Looijmans wrote: On 08/03/2014 06:07 PM, Richard Purdie wrote: On Sun, 2014-08-03 at 15:25 +0200, Mike Looijmans wrote: I'm getting lots of warnings like this: """ WARNING: QA Issue: enigma2-

Re: [OE-core] What does "QA Issue: ... rdepends on .. but its not a build dependency?" mean

2014-08-03 Thread Mike Looijmans
On 08/03/2014 07:35 PM, Mike Looijmans wrote: On 08/03/2014 06:07 PM, Richard Purdie wrote: On Sun, 2014-08-03 at 15:25 +0200, Mike Looijmans wrote: I'm getting lots of warnings like this: """ WARNING: QA Issue: enigma2-plugin-systemplugins-wirelesslan rdepends on wireless

Re: [OE-core] What does "QA Issue: ... rdepends on .. but its not a build dependency?" mean

2014-08-03 Thread Mike Looijmans
On 08/03/2014 06:07 PM, Richard Purdie wrote: On Sun, 2014-08-03 at 15:25 +0200, Mike Looijmans wrote: I'm getting lots of warnings like this: """ WARNING: QA Issue: enigma2-plugin-systemplugins-wirelesslan rdepends on wireless-tools but its not a build dependency? [build-

Re: [OE-core] What does "QA Issue: ... rdepends on .. but its not a build dependency?" mean

2014-08-03 Thread Mike Looijmans
On 08/03/2014 03:51 PM, Alex J Lennon wrote: On 03/08/2014 14:25, Mike Looijmans wrote: I'm getting lots of warnings like this: """ WARNING: QA Issue: enigma2-plugin-systemplugins-wirelesslan rdepends on wireless-tools but its not a build dependency? [build-deps] "

[OE-core] What does "QA Issue: ... rdepends on .. but its not a build dependency?" mean

2014-08-03 Thread Mike Looijmans
-> it's) because it's "it's" when it's "it is" and it's "its" when it's its property. -- Mike Looijmans -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] PRSERVER is killing settop boxes

2014-07-19 Thread Mike Looijmans
On 19-7-2014 18:21, Richard Purdie wrote: On Sat, 2014-07-19 at 14:10 +0200, Mike Looijmans wrote: For a hobby project (openpli.org) there are about a million boxes running software built with OE. I recently upgraded its core to the current master. What now happens is that if a package like

[OE-core] PRSERVER is killing settop boxes

2014-07-19 Thread Mike Looijmans
uilt one, so don't update the PR of the dependent packages". -- Mike Looijmans -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] UBI filesystem creation fails silently with 4k erase size

2014-07-14 Thread Mike Looijmans
On 07/14/2014 02:07 PM, Mike Looijmans wrote: I have a NOR chip that reports a 4k erase size, so in my machine.conf I entered: MKUBIFS_ARGS = "-m 1 -e 3968 -c 7040" UBINIZE_ARGS = "-m 1 -p 4096" UBI_VOLNAME = "qspi-rootfs" When I create an image with "u

[OE-core] UBI filesystem creation fails silently with 4k erase size

2014-07-14 Thread Mike Looijmans
ameters? Mike. Met vriendelijke groet / kind regards, Mike Looijmans TOPIC Embedded Systems Eindhovenseweg 32-C, NL-5683 KH Best Postbus 440, NL-5680 AK Best Telefoon: (+31) (0) 499 33 69 79 Telefax: (+31) (0) 499 33 69 70 E-mail: mike.looijm...@topic.nl Website: www.topic.nl Please cons

Re: [OE-core] How to find out why shared sstate is not being used for a recipe

2014-06-04 Thread Mike Looijmans
On 06/03/2014 10:45 AM, Richard Purdie wrote: On Tue, 2014-06-03 at 07:35 +0200, Mike Looijmans wrote: On 06/03/2014 07:25 AM, Mike Looijmans wrote: Worst case, you can pull the siginfo files from one build and the siginfo files from the sstate mirror and then see which ones are different

Re: [OE-core] How to find out why shared sstate is not being used for a recipe

2014-06-03 Thread Mike Looijmans
On 06/03/2014 04:10 PM, Richard Purdie wrote: On Tue, 2014-06-03 at 15:54 +0200, Mike Looijmans wrote: On 06/03/2014 10:45 AM, Richard Purdie wrote: the next steps depend upon how clear the differences are. Basically there should be some degree of commonality between the two builds and at

Re: [OE-core] How to find out why shared sstate is not being used for a recipe

2014-06-03 Thread Mike Looijmans
On 06/03/2014 10:45 AM, Richard Purdie wrote: On Tue, 2014-06-03 at 07:35 +0200, Mike Looijmans wrote: On 06/03/2014 07:25 AM, Mike Looijmans wrote: Worst case, you can pull the siginfo files from one build and the siginfo files from the sstate mirror and then see which ones are different

Re: [OE-core] How to find out why shared sstate is not being used for a recipe

2014-06-02 Thread Mike Looijmans
On 06/03/2014 07:25 AM, Mike Looijmans wrote: Worst case, you can pull the siginfo files from one build and the siginfo files from the sstate mirror and then see which ones are different, then run bitbake-diffsigs X Y to compare the two files. How do I find what to pull? I have (ssh) access

Re: [OE-core] How to find out why shared sstate is not being used for a recipe

2014-06-02 Thread Mike Looijmans
On 05/29/2014 01:12 AM, Richard Purdie wrote: On Wed, 2014-05-28 at 13:46 -0700, Christopher Larson wrote: On Wed, May 28, 2014 at 1:42 PM, Khem Raj wrote: On Mon, May 26, 2014 at 11:58 PM, Mike Looijmans wrote: > I have a deja-vu feeling about this quest

[OE-core] How to find out why shared sstate is not being used for a recipe

2014-05-27 Thread Mike Looijmans
delijke groet / kind regards, Mike Looijmans TOPIC Embedded Systems Eindhovenseweg 32-C, NL-5683 KH Best Postbus 440, NL-5680 AK Best Telefoon: (+31) (0) 499 33 69 79 Telefax: (+31) (0) 499 33 69 70 E-mail: mike.looijm...@topic.nl Website: www.topic.nl Please consider the environment before

Re: [OE-core] Living without shadow

2014-05-16 Thread Mike Looijmans
On 05/16/2014 07:23 PM, Mark Hatle wrote: On 5/16/14, 10:04 AM, Mike Looijmans wrote: Any package that wants to add user accounts (e.g. dbus) automatically installs the "shadow" package into the image. This appears to be done by adduser.bbclass. We want to keep it small, and can e

[OE-core] Living without shadow

2014-05-16 Thread Mike Looijmans
box provide "shadow" resulted in failing to build the rootfs. The "adduser" command did not work on the host. This was very unexpected - does shadow deliver something into the sysroot that adduser.bbclass needs? How can I get rid o

Re: [OE-core] My thoughts on the future of OE?

2014-05-02 Thread Mike Looijmans
On 05/02/2014 03:47 PM, Burton, Ross wrote: On 2 May 2014 14:00, Mike Looijmans wrote: Just about fifteen minutes ago I was asked the question of "Yay, I could build a complete image for the board from scratch. Now how do I create and run a HelloWorld application on it?" Depending

Re: [OE-core] DNS when using Static IP

2014-05-02 Thread Mike Looijmans
ode, then the resolv.conf is updated with my DNS address. Is there something I'm missing here in my setup? -- /Tarek/ -- Mike Looijmans -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] My thoughts on the future of OE?

2014-05-02 Thread Mike Looijmans
On 05/01/2014 07:02 PM, Richard Purdie wrote: I was asked what I thought were things that needed discussion at OEDAM. Sadly I won't be there but I thought it might help to write down my thoughts in a few areas. Developer Workflow -- Firstly, I think the big piece we need to addr

Re: [OE-core] nfs-utils does NOT rdepend on bash

2014-04-21 Thread Mike Looijmans
On 04/22/2014 08:02 AM, ChenQi wrote: On 04/20/2014 01:44 AM, Mike Looijmans wrote: To my surprise, a megabyte sized package "bash" was installed on target when I installed nfs-utils to start the NFS server. Commit 664ae3dc52fd7fc8c6f64e6cf5e70f97dedd332d claims the package needs b

[OE-core] [PATCH] PR bumps to remove PRINC use in meta-openpli

2014-04-20 Thread mike . looijmans
From: Mike Looijmans Resolves warnings of this kind in the OpenPLi layer: WARNING: Use of PRINC * was detected in the recipe * --- meta/recipes-bsp/alsa-state/alsa-state.bb |2 +- meta/recipes-connectivity/bluez/bluez4_4.101.bb|2 +- .../nfs-utils/nfs-utils_1.2.9.bb

[OE-core] nfs-utils does NOT rdepend on bash

2014-04-19 Thread Mike Looijmans
with busybox's ash shell for example. I don't understand the reasoning behind that commit. There's nothing in nfs-utils that really needs bash, it runs fine without it. Also, there is an error in the startup script, I can submit a patch for that if you like. The script is need

Re: [OE-core] How to migrate from PRINC to PR_SERVER?

2014-04-19 Thread Mike Looijmans
On 04/19/2014 12:59 PM, Martin Jansa wrote: On Sat, Apr 19, 2014 at 11:08:06AM +0200, Mike Looijmans wrote: Attempting to move to the current OE-head now yields about a hundred messages like this: WARNING: Use of PRINC 7 was detected in the recipe ... The https://wiki.yoctoproject.org/wiki

[OE-core] How to migrate from PRINC to PR_SERVER?

2014-04-19 Thread Mike Looijmans
removing PRINC from the recipes will break the upgrade path. What are we supposed to do now? -- Mike Looijmans -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

[OE-core] Fetching from password-protected SVN repository

2014-03-24 Thread Mike Looijmans
appily fetch from it. New OE-core is not that friendly it seems. I've been attempting to get this to work, but it simply won't, not matter what I tried. Met vriendelijke groet / kind regards, Mike Looijmans TOPIC Embedded Systems Eindhovenseweg 32-C, NL-5683 KH Best Postbus 440,

Re: [OE-core] rootfs fails to build in current master

2014-03-02 Thread Mike Looijmans
On 03/01/2014 07:03 PM, Paul Barker wrote: On 1 March 2014 17:46, Mike Looijmans wrote: I get this mysterious error at rootfs after updating to current master: Exception: AttributeError: 'module' object has no attribute 'shell_trap_code' ... As a quick stab-in-the-dark

[OE-core] rootfs fails to build in current master

2014-03-01 Thread Mike Looijmans
0246: 0247:with open(script_name, "w+") as script: *** 0248:script.write("%s" % bb.build.shell_trap_code()) 0249:script.write("export ROOTFS_SIZE=%d\n" % self._get_rootfs_size()) 0250:bb.data.emit_func('img_cre

[OE-core] Setting a preferred provider via image?

2014-02-19 Thread Mike Looijmans
CLASS to join them? I'm interested in your ideas, opinions, tricks, etc... -- Mike Looijmans - TOPIC Automation Met vriendelijke groet / kind regards, Mike Looijmans TOPIC Embedded Systems Eindhovenseweg 32-C, NL-5683 KH Best Postbus 440, NL-5680 AK Best Telefoon: (+31) – (0)4

Re: [OE-core] [PATCH] local.conf.sample: Add automatic defaults for BB_NUMBER_THREADS and PARALLEL_MAKE

2014-02-01 Thread Mike Looijmans
On 01/29/2014 01:56 PM, Richard Purdie wrote: On Wed, 2014-01-29 at 13:09 +0100, Ulf Samuelsson wrote: We discussed this 2.3 months ago. Did some studies on my dual hex-core machine (24 H/W treads) while building a cloud9-gnome-image derivative. This did about 7500 tasks. Enabled the CPU superv

[OE-core] Make sstate cache local tool independent

2014-01-31 Thread Mike Looijmans
s not matter for the sstate-cache? I tried: do_compile[vardepsexclude] = "XILINX_TOOL_PATH" that didn't appear to help. -- Mike Looijmans - TOPIC Automation Met vriendelijke groet / kind regards, Mike Looijmans TOPIC Embedded Systems Eindhovenseweg 32-C, NL-5683 KH Best Postbus

Re: [OE-core] unmaintained layers

2014-01-12 Thread Mike Looijmans
On 9-1-2014 19:45, Trevor Woerner wrote: Hi everyone, At the last TSC meeting the topic of unmaintained layers came up. Here is the sorted list of master layers from the layer index [1], would it be possible for those in the know to indicate which layers are, or are suspected of being, unmaintai

Re: [OE-core] What package installs a C compiler on my target?

2014-01-08 Thread Mike Looijmans
On 01/08/2014 02:50 PM, Philip Balister wrote: On 01/08/2014 08:24 AM, Mike Looijmans wrote: Probably a silly question that has been asked a thousand times, but my searches on Google only give me the answer to the wrong question (how to build FOR the target, which I already know how to do). I

Re: [OE-core] What package installs a C compiler on my target?

2014-01-08 Thread Mike Looijmans
On 01/08/2014 02:48 PM, Phil Blundell wrote: On Wed, 2014-01-08 at 14:24 +0100, Mike Looijmans wrote: Probably a silly question that has been asked a thousand times, but my searches on Google only give me the answer to the wrong question (how to build FOR the target, which I already know how

[OE-core] What package installs a C compiler on my target?

2014-01-08 Thread Mike Looijmans
compiles (and links etc.) C code for that board. What package(s) do I need to build and install to accomplish this? Mike. Met vriendelijke groet / kind regards, Mike Looijmans TOPIC Embedded Systems Eindhovenseweg 32-C, NL-5683 KH Best Postbus 440, NL-5680 AK Best Telefoon: (+31) – (0)499

[OE-core] Figuring out why sstate-cache is no longer used for a package

2013-12-09 Thread Mike Looijmans
else? (I've already set INHIBIT_DEFAULT_DEPS = "1", is there more that I can do?) -- Mike Looijmans - TOPIC Automation ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

[OE-core] [PATCH] python: Add missing RDEPENDS for python-unittest

2013-12-05 Thread Mike Looijmans
After installing python-unittest, the following errors occur when executing "import unittest" from a python commandline: ImportError: No module named StringIO ImportError: No module named pprint ImportError: No module named difflib ImportError: No module named pprint ImportError: No module named fn

[OE-core] Kernel fails to build in do_populate_sysroot after OE-core upgrade

2013-11-20 Thread Mike Looijmans
DEBUG: Python function sysroot_stage_all finished DEBUG: Python function do_populate_sysroot finished ERROR: Function failed: sysroot_stage_all -- Mike Looijmans - TOPIC Automation Met vriendelijke groet / kind regards, Mike Looijmans TOPIC Embedded Systems Eindhovenseweg 32-C, NL-5683 K

Re: [OE-core] tslib keeps failing on checksum

2013-11-20 Thread Mike Looijmans
On 11/20/2013 01:29 PM, Martin Jansa wrote: On Wed, Nov 20, 2013 at 01:02:27PM +0100, Mike Looijmans wrote: On 11/20/2013 12:09 PM, Mike Looijmans wrote: On 11/20/2013 11:38 AM, Martin Jansa wrote: On Wed, Nov 20, 2013 at 11:01:36AM +0100, Mike Looijmans wrote: I get this error every time

Re: [OE-core] tslib keeps failing on checksum

2013-11-20 Thread Mike Looijmans
On 11/20/2013 12:09 PM, Mike Looijmans wrote: On 11/20/2013 11:38 AM, Martin Jansa wrote: On Wed, Nov 20, 2013 at 11:01:36AM +0100, Mike Looijmans wrote: I get this error every time I try t build the current oe-core master: ERROR: Checksum failure fetching https://github.com/kergoth/tslib

Re: [OE-core] tslib keeps failing on checksum

2013-11-20 Thread Mike Looijmans
On 11/20/2013 11:38 AM, Martin Jansa wrote: On Wed, Nov 20, 2013 at 11:01:36AM +0100, Mike Looijmans wrote: I get this error every time I try t build the current oe-core master: ERROR: Checksum failure fetching https://github.com/kergoth/tslib/releases/download/1.1/tslib-1.1.tar.xz

[OE-core] tslib keeps failing on checksum

2013-11-20 Thread Mike Looijmans
lse could cause this kind of fetch error? -- Mike Looijmans - TOPIC Automation Met vriendelijke groet / kind regards, Mike Looijmans TOPIC Embedded Systems Eindhovenseweg 32-C, NL-5683 KH Best Postbus 440, NL-5680 AK Best Telefoon: (+31) – (0)499 - 33.69.79 Telefax: (+31) - (0)499 - 33.69.70

Re: [OE-core] [PATCH 1/1] kernel.bbclass: Need a method to install/update for bzImage

2013-09-13 Thread Mike Looijmans
On 09/12/2013 02:03 PM, Hongxu Jia wrote: On 09/12/2013 05:47 PM, Mike Looijmans wrote: This change just assumes that all boot systems are alike. Just applying this patch "as is" will probably break a lot of embedded systems that have totally different ways of upgrading the ke

Re: [OE-core] [PATCH 1/1] kernel.bbclass: Need a method to install/update for bzImage

2013-09-12 Thread Mike Looijmans
Update kernel may affect kernel-module!" + fi + fi + update-alternatives --install /${KERNEL_IMAGEDEST}/${KERNEL_IMAGETYPE} ${KERNEL_IMAGETYPE} ${KERNEL_IMAGETYPE}-${KERNEL_VERSION} ${KERNEL_PRIORITY} || true if [ ! -e "$D/lib/modules/${KERNEL_VERSION

Re: [OE-core] [PATCH] linux-dtb: Fix compilation failure in install and deploy phases

2013-08-20 Thread Mike Looijmans
On 08/20/2013 05:21 PM, Otavio Salvador wrote: On Tue, Aug 20, 2013 at 7:02 AM, Mike Looijmans wrote: Baking a kernel failed on the devicetree creation. This was caused by the install and deploy scripts referring to the wrong directory for the dtb files. Signed-off-by: Mike Looijmans Nack

[OE-core] [PATCH] linux-dtb: Fix compilation failure in install and deploy phases

2013-08-20 Thread Mike Looijmans
Baking a kernel failed on the devicetree creation. This was caused by the install and deploy scripts referring to the wrong directory for the dtb files. Signed-off-by: Mike Looijmans --- meta/recipes-kernel/linux/linux-dtb.inc |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

Re: [OE-core] [PATCH v2] linux-dtb: Use kernel build system to generate the dtb files

2013-08-20 Thread Mike Looijmans
"` - update-alternatives --remove ${DTS_BASE_NAME}.dtb devicetree-${DTB_SYMLINK_NAME}.dtb ${KERNEL_PRIORITY} || true + DTB_BASE_NAME=`basename ${DTB_FILE} | awk -F "." '{print $1}'` + DTB_SYMLINK_NAME=`echo ${KERNEL_IMAGE_SYMLINK_NAME} | sed

[OE-core] How about deploying devicetree (dtb) files?

2013-08-14 Thread Mike Looijmans
ering, how do you guys handle upgrading kernel, bootloader and devicetree files? Met vriendelijke groet / kind regards, Mike Looijmans TOPIC Embedded Systems Eindhovenseweg 32-C, NL-5683 KH Best Postbus 440, NL-5680 AK Best Telefoon: (+31) – (0)499 - 33.69.79 Telefax: (+31) - (0)499 - 33.69.70

Re: [OE-core] [PATCH v2] linux-dtb: Use kernel build system to generate the dtb files

2013-08-14 Thread Mike Looijmans
adds a single device). How would I go about adding this after this change? (as for the change itself, I'm all in favor) Mike. Met vriendelijke groet / kind regards, Mike Looijmans TOPIC Embedded Systems Eindhovenseweg 32-C, NL-5683 KH Best Postbus 440, NL-5680 AK Best Telefoon: (+31

[OE-core] [PATCH v2] linux-dtb.inc: Replace /boot/ with /${KERNEL_IMAGEDEST}/

2013-08-09 Thread Mike Looijmans
allow the devicetree files to be installed in another location. Signed-off-by: Mike Looijmans --- meta/recipes-kernel/linux/linux-dtb.inc |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-dtb.inc b/meta/recipes-kernel/linux/linux-dtb.inc

[OE-core] [PATCH] linux-dtb.inc: Replace /boot/ with /${KERNEL_IMAGEDEST}/

2013-08-08 Thread Mike Looijmans
Devicetree files were installed hard-coded in /boot. When KERNEL_IMAGEDEST is anything else but "boot", the postinstall script and the file locations no longer match and the postinstall will fail. Replace "boot" with "${KERNEL_IMAGEDEST}" to fix this problem, and to allow the devicetree files to b

Re: [OE-core] sstate-cache and making a package "host-dependent"

2013-07-29 Thread Mike Looijmans
On 07/10/2013 07:45 PM, Martin Jansa wrote: On Wed, Jul 10, 2013 at 06:39:20PM +0100, Paul Eggleton wrote: Hi Mike, On Wednesday 10 July 2013 15:05:23 Mike Looijmans wrote: I added a buildserver that also exports its "sstate-cache" directory, so that other build machines can grab t

Re: [OE-core] [PATCH 9/9] Generate ssh keys at rootfs creation time in case of a read-only rootfs

2013-07-26 Thread Mike Looijmans
;d be happy to contribute. I alread have one that puts my pulic key on the box so i can safely log in and/or run automated test software with passwords disabled. Met vriendelijke groet / kind regards, Mike Looijmans TOPIC Embedded Systems Eindhovenseweg 32-C, NL-5683 KH Best Postbus 440,

Re: [OE-core] kernel miscompilation with gcc 4.8 for ARMv5

2013-07-10 Thread Mike Looijmans
On 07/10/2013 03:25 PM, Mark Hatle wrote: On 7/10/13 8:15 AM, Mike Looijmans wrote: On 07/10/2013 02:34 PM, Enrico Scholz wrote: Enrico Scholz writes: is it expected that recent gcc 4.8[1] compiles the kernel correctly? Kernels for ARMv5 platforms (PXA168 -> 3.4.52, MX28 -> 3.8.13

Re: [OE-core] kernel miscompilation with gcc 4.8 for ARMv5

2013-07-10 Thread Mike Looijmans
On 07/10/2013 02:34 PM, Enrico Scholz wrote: Enrico Scholz writes: is it expected that recent gcc 4.8[1] compiles the kernel correctly? Kernels for ARMv5 platforms (PXA168 -> 3.4.52, MX28 -> 3.8.13) fail here 100% at early boot with Applying two upstream kernel commits 455bd4c430b0c0a361f38e

[OE-core] sstate-cache and making a package "host-dependent"

2013-07-10 Thread Mike Looijmans
I added a buildserver that also exports its "sstate-cache" directory, so that other build machines can grab their stuff from it. This works fine, but I have one problem. Some packages are meant to be dependent on the system that built it. I want to enforce that each build machine creates its ow

Re: [OE-core] Sample recipe for qt4e app?

2013-06-11 Thread Mike Looijmans
On 06/11/2013 12:45 AM, Steve Sakoman wrote: The qt-apps folder in oe-core only seems to have recipes for qt4-x11-free apps. Does anyone have a recipe for a simple qt4e app that they would be willing to share? I'm looking to get an idea of just how small a qt4e image can be without climbing the

Re: [OE-core] package_write_ipk somehow looks into the wrong path

2013-05-17 Thread Mike Looijmans
On 05/17/2013 01:13 PM, Mike Looijmans wrote: On 05/17/2013 01:11 PM, Mike Looijmans wrote: On 05/17/2013 12:15 PM, Martin Jansa wrote: On Fri, May 17, 2013 at 11:43:22AM +0200, Mike Looijmans wrote: I got this very weird build failure. It builds fine for one machine (zedboard), but it craps

Re: [OE-core] package_write_ipk somehow looks into the wrong path

2013-05-17 Thread Mike Looijmans
On 05/17/2013 01:11 PM, Mike Looijmans wrote: On 05/17/2013 12:15 PM, Martin Jansa wrote: On Fri, May 17, 2013 at 11:43:22AM +0200, Mike Looijmans wrote: I got this very weird build failure. It builds fine for one machine (zedboard), but it craps out in a really weird way on the "zynq-

Re: [OE-core] package_write_ipk somehow looks into the wrong path

2013-05-17 Thread Mike Looijmans
On 05/17/2013 12:15 PM, Martin Jansa wrote: On Fri, May 17, 2013 at 11:43:22AM +0200, Mike Looijmans wrote: I got this very weird build failure. It builds fine for one machine (zedboard), but it craps out in a really weird way on the "zynq-zc702" machine. Somehow the "package_

Re: [OE-core] package_write_ipk somehow looks into the wrong path

2013-05-17 Thread Mike Looijmans
On 05/17/2013 12:51 PM, Mike Looijmans wrote: On 05/17/2013 12:15 PM, Martin Jansa wrote: On Fri, May 17, 2013 at 11:43:22AM +0200, Mike Looijmans wrote: I got this very weird build failure. It builds fine for one machine (zedboard), but it craps out in a really weird way on the "zynq-

Re: [OE-core] package_write_ipk somehow looks into the wrong path

2013-05-17 Thread Mike Looijmans
On 05/17/2013 12:15 PM, Martin Jansa wrote: On Fri, May 17, 2013 at 11:43:22AM +0200, Mike Looijmans wrote: I got this very weird build failure. It builds fine for one machine (zedboard), but it craps out in a really weird way on the "zynq-zc702" machine. Somehow the "package_

[OE-core] package_write_ipk somehow looks into the wrong path

2013-05-17 Thread Mike Looijmans
I got this very weird build failure. It builds fine for one machine (zedboard), but it craps out in a really weird way on the "zynq-zc702" machine. Somehow the "package_write_ipk" task wants to find files in a directory with "1-r0" (a version that has once existed a long long time ago) in t

Re: [OE-core] qt keyboard problem

2013-05-15 Thread Mike Looijmans
On 05/15/2013 10:10 AM, Yi Qingliang wrote: On Wednesday, May 15, 2013 10:05:45 AM Mike Looijmans wrote: On 05/15/2013 08:19 AM, Yi Qingliang wrote: I'm running qt application on yocto's qt image. cpu is s3c2442, like mini2440. the problem is: key event issued by pressing gpio-

Re: [OE-core] qt keyboard problem

2013-05-15 Thread Mike Looijmans
On 05/15/2013 08:19 AM, Yi Qingliang wrote: I'm running qt application on yocto's qt image. cpu is s3c2442, like mini2440. the problem is: key event issued by pressing gpio-key eat by 'getty' (from busybox), my application can't receive input event, if I remove respawn 'getty' for tty1 in /etc/

[OE-core] libsoup missing DEPENDS

2013-05-14 Thread Mike Looijmans
I got the following build error once, on an attempt to fix it (and create a patch for OE-core) from the devshell, the problem magically disappeared: | /home/mike/zynq/build/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/libsoup-2.4/2.42.1-r0/temp/run.do_configure.26683: line 175: intltooli

[OE-core] [PATCH] busybox-mdev: Startup at level S03 instead of S06

2013-05-13 Thread Mike Looijmans
The udev hotplug deamon starts at 03, so mdev should start at the same point. This fixes the bug that when modutils (runs at 04) initializes devices that the mdev hotplug will often not pick them up, resulting in missing device nodes and similar problems. Signed-off-by: Mike Looijmans --- meta

Re: [OE-core] [PATCH 1/1] bbclass: bb.fatal() clean up

2013-05-13 Thread Mike Looijmans
On 05/09/2013 05:34 AM, Robert Yang wrote: On 05/09/2013 10:23 AM, Chris Larson wrote: On Wed, May 8, 2013 at 7:14 PM, Robert Yang wrote: On 05/08/2013 08:03 PM, Mike Looijmans wrote: On 05/08/2013 11:06 AM, Robert Yang wrote: The bb.fatal() is defined as: def fatal(*args

Re: [OE-core] [PATCH 1/1] bbclass: bb.fatal() clean up

2013-05-08 Thread Mike Looijmans
On 05/08/2013 11:06 AM, Robert Yang wrote: The bb.fatal() is defined as: def fatal(*args): logger.critical(''.join(args)) sys.exit(1) So anything after bb.fatal() in the same code block doesn't have any effect, e.g.: bb.fatal("%s_%s: %s" % (var, pkg, e)) raise e The "raise

Re: [OE-core] Busybox mdev INITSCRIPT_PARAMS gets lost

2013-04-10 Thread Mike Looijmans
On 04/10/2013 12:24 PM, Burton, Ross wrote: Hi Mike, On 10 April 2013 11:07, Burton, Ross wrote: This used to work just fine about a month ago, but it's suddenly broken. Has something changed in update-rc handling? Did you resolve this? We just noticed the same thing is happening to udev to

[OE-core] Busybox mdev INITSCRIPT_PARAMS gets lost

2013-03-19 Thread Mike Looijmans
In busybox.inc, the recipe says: INITSCRIPT_PARAMS_${PN}-mdev = "start 06 S ." Actually "06" is alreay wrong, it should be "03" just like udev uses. The modules load at runlevel 04, so they'll fail to load correctly if they require firmware, soI amended this in a .bbappend to read INITSCRIPT

Re: [OE-core] [oe-commits] MiLo : util-linux: Add package for libmount

2013-03-06 Thread Mike Looijmans
r1" require util-linux.inc # note that `lscpu' is under GPLv3+ ___ Openembedded-commits mailing list openembedded-comm...@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-commits -- Mike Looij

Re: [OE-core] [PATCH v2] util-linux: Add package for libmount

2013-02-27 Thread Mike Looijmans
Is there any feedback on this patch yet? Mike. On 02/19/2013 06:23 PM, MiLo wrote: The libmount shared library was part of util-linux. This caused util-linux-mount to RDEPEND on util-linux, so including that would also drag in all of util-linux and all its recommendations. To break this circul

Re: [OE-core] [CONSOLIDATED PULL 00/41] Selected Updates and fixes

2013-02-23 Thread Mike Looijmans
On 02/22/2013 10:52 AM, Burton, Ross wrote: On 22 February 2013 07:11, Mike Looijmans wrote: If there's anything I can do to help let me know. Is this now blocking the integration? I haven't found any issues with the dependencies, but I've only tested with the util-linux-mount/

Re: [OE-core] [CONSOLIDATED PULL 00/41] Selected Updates and fixes

2013-02-21 Thread Mike Looijmans
On 02/21/2013 05:39 PM, Burton, Ross wrote: On 21 February 2013 16:31, Saul Wold wrote: MiLo (1): util-linux: Add package for libmount This appears fine but I'm seeing weird problems where although the library is moved out, the shlibdeps are not correct (i.e. util-linux-fsck will occasiona

Re: [OE-core] OE-core] How do I find out why are packages being rebuilt?

2013-02-18 Thread Mike Looijmans
On 02/18/2013 12:11 PM, Burton, Ross wrote: On 18 February 2013 11:04, Mike Looijmans wrote: I'm still having trouble with packages being needlessly rebuilt over and over. The worst of all it qt4-embedded, it takes about an hour to build. This is wasting a LOT of time. The classic OE

[OE-core] OE-core] How do I find out why are packages being rebuilt?

2013-02-18 Thread Mike Looijmans
I'm still having trouble with packages being needlessly rebuilt over and over. The worst of all it qt4-embedded, it takes about an hour to build. This is wasting a LOT of time. The classic OE never rebuilt a package until its version changed. How and why the current oe-core decides to rebuild

[OE-core] [PATCH] (ping) util-linux: Add package for libmount

2013-02-18 Thread Mike Looijmans
Haven't seen any reactions (good or bad), So I thought I'd give it a ping as the wiki suggested. I'd really like to see this fixed. On 02/16/2013 04:45 PM, MiLo wrote: The libmount shared library was part of util-linux. This caused util-linux-mount to RDEPEND on util-linux, so including that wo

<    1   2   3   4   5   >