[oe] Angstrom build failure

2013-01-16 Thread R U Local
Dear All,
I'm getting the following failure building an Angstrom image.

| checking for UDEV... no
| configure: error: Package requirements ( libudev = 172 ) were not met:
| 
| No package 'libudev' found
| 
| Consider adjusting the PKG_CONFIG_PATH environment variable if you
| installed software in a non-standard prefix.
| 
| Alternatively, you may set the environment variables UDEV_CFLAGS
| and UDEV_LIBS to avoid the need to call pkg-config.
| See the pkg-config man page for more details.
| ERROR: oe_runconf failed
NOTE: package systemd-git-r28: task do_configure: Failed
ERROR: Task 518
(/home/service/oe/sources/meta-openembedded/meta-oe/recipes-core/systemd/sys
temd_git.bb, do_configure) failed with exit code '1'
NOTE: Tasks Summary: Attempted 2549 tasks of which 2548 didn't need to be
rerun and 1 failed.

My build environment is:
OE Build Configuration:
BB_VERSION= 1.15.2
TARGET_ARCH   = arm
TARGET_OS = linux-gnueabi
MACHINE   = pandaboard
DISTRO= angstrom
DISTRO_VERSION= v2012.05
TUNE_FEATURES = armv7a vfp neon cortexa9
TARGET_FPU= vfp-neon
meta-angstrom =
angstrom-v2012.05-yocto1.2:6a2febed13f179c042c2371b2e86286c80c0df5e
meta-oe   
toolchain-layer   
meta-efl  
meta-gpe  
meta-gnome
meta-xfce 
meta-initramfs= denzil:c0117f5ad7d1fe18d149bda426c7134ff24daae8
meta-opie = master:efa3892b20a4ef80274e56e5633ebd62c16f9731
meta-java = master:3386ea6c96096f107f43f282f654e5afa456109e
meta-browser  = master:c47f59df2e723495679c751cbdf6a8c6adec4b6a
meta-mono = master:83f8233b0498aadb18bf7605c3ba6c71d9e13a3a
meta-kde  = master:5b0882d951cfd71886d423c190faaa7c7f932333
meta-ti   = denzil:95e9cf6299f5bae6965fe6fc4abe3eeb631df196
meta-efikamx  = master:2c09a3a780b23448e8a6ca964256ff7f5ccba65d
meta-nslu2= master:3d9fc951b05b4df476374b6fc3085ebac7f293ee
meta-htc  
meta-nokia
meta-openmoko 
meta-palm = master:2b106be01228f64298d6cb338f93088806594344
meta-handheld = master:1f05a15aceb4c3a19fa070463b58125b5658b2a9
meta-raspberrypi  = denzil:34eef2ea4f5f24630dbb73b386861430167b8431
meta-intel
meta-sugarbay 
meta-crownbay 
meta-emenlow  
meta-fishriver
meta-fri2 
meta-jasperforest 
meta-n450 = master:f75f9b6f68473eb0efac802409608f8389be0030
meta  = denzil:0a9e8bf35afd5990c1b586bba5eb68f643458a4b


Any pointers would be appreciated.

-Original Message-
From: openembedded-devel-boun...@lists.openembedded.org
[mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of
Damien RANNOU
Sent: Wednesday, 2 January 2013 23:21
To: openembedded-devel@lists.openembedded.org
Subject: [oe] [meta-oe][PATCH] HostAP-daemon patch to make it compile with
libnl 3.2

Signed-off-by: Damien RANNOU damien.ran...@diateam.net
---
 meta-oe/recipes-connectivity/hostapd/hostap-daemon-1.0/defconfig |2 +-
 meta-oe/recipes-connectivity/hostapd/hostap-daemon_1.0.bb|1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git
a/meta-oe/recipes-connectivity/hostapd/hostap-daemon-1.0/defconfig
b/meta-oe/recipes-connectivity/hostapd/hostap-daemon-1.0/defconfig
index 1f3c6f4..2789640 100644
--- a/meta-oe/recipes-connectivity/hostapd/hostap-daemon-1.0/defconfig
+++ b/meta-oe/recipes-connectivity/hostapd/hostap-daemon-1.0/defconfig
@@ -24,7 +24,7 @@ CONFIG_DRIVER_PRISM54=y
 
 # Driver interface for drivers using the nl80211 kernel interface
CONFIG_DRIVER_NL80211=y -CONFIG_LIBNL20=y
+CONFIG_LIBNL32=y
 # driver_nl80211.c requires a rather new libnl (version 1.1) which may not
be  # shipped with your distribution yet. If that is the case, you need to
build  # newer libnl version and point the hostapd build to use it.
diff --git a/meta-oe/recipes-connectivity/hostapd/hostap-daemon_1.0.bb
b/meta-oe/recipes-connectivity/hostapd/hostap-daemon_1.0.bb
index 310e8aa..e62531f 100644
--- a/meta-oe/recipes-connectivity/hostapd/hostap-daemon_1.0.bb
+++ b/meta-oe/recipes-connectivity/hostapd/hostap-daemon_1.0.bb
@@ -26,6 +26,7 @@ do_configure() {
 }
 
 do_compile() {
+   export CFLAGS=-MMD -O2 -Wall -g -I${STAGING_INCDIR}/libnl3
make
 }
 
--
1.7.10.4


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

__ Information from ESET NOD32 Antivirus, version of virus signature
database 7866 (20130106) __

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com




___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] Error: min. I/O unit was not specified (use -h for help) during do_rootfs

2012-09-20 Thread R U Local
Dear List,
I'm working on a Pandaboard using oe-core as my build system which was setup 
from Angstrom scripts.
The last full image build I made was a few months ago. Since then I've just 
been working on application code and building packages.

I'm now trying to rebuild an image and am getting an error that I need help 
with.
I've cleared out the build directory and re-built everything from scratch but 
still get the error during do_rootfs.

| ./boot/uImage
| Error: min. I/O unit was not specified (use -h for help) 

I wound everything back to just build the console-image.
I get the same error regardless of which image I build.
I think something has changed during the one of the updates.

I'd appreciate any help or pointers to track down the problem.

Cheers Mike.


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] AM3517 kernel

2012-06-27 Thread R U Local
Dear List,

Does anyone know where I can get linux-2.6.39 or newer source for the TI
AM3517?

The best I have found/got working is 2.6.37 but I need some newer driver
modules that won't build for 2.6.37.

 

Cheers Mike.

 

 

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] Where do I override DISTRO_FEATURES?

2012-05-16 Thread R U Local
Dear Thilo, Anyone else,
How did you get oe-core/Angstrom-v2012x to build a working system using a 
2.6.37 kernel?
I'm in a similar position using TI AM3517. The latest angstrom is built around 
systemd which requires a 2.6.38 or better kernel.
I've had to reluctantly revert back to oe-classic and angstrom 2011.03.
Any hints on getting oe-core/Angstrom-v2012x working with a 2.6.37 kernel would 
be great.

Cheers Mike.

-Original Message-
From: openembedded-devel-boun...@lists.openembedded.org 
[mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of Thilo 
Fromm
Sent: Wednesday, 16 May 2012 20:38
To: openembedded-devel@lists.openembedded.org
Subject: Re: [oe] Where do I override DISTRO_FEATURES?

Hello Koen,

 I'm trying to remove an element from DISTRO_FEATURES (specifically 
 ld-is-gold), but I am unable to find the right spot to do it. The 
 distribution we're using (Angstrom, as it happens) sets this in 
 conf/distro/angstrom-v2012.x.conf.

 Why aren't you using the angstrom release? That isn't using gold.

We're using angstrom-v2012.x.conf from the git HEAD since we want to stay with 
latest and greatest for now. angstrom-v2012.x.conf is using gold. It's OK, 
really, I think I can handle the gcc-4.5 configure build problem.

Regards,
Thilo

--
Dipl.-Ing (FH) Thilo Fromm, MSc., Embedded Systems Architect DResearch 
Fahrzeugelektronik GmbH Otto-Schmirgal-Str. 3, D-10319 Berlin, Germany
Tel: +49 (30) 515 932 228   mailto:fr...@dresearch-fe.de
Fax: +49 (30) 515 932 77http://www.dresearch.de
Amtsgericht: Berlin Charlottenburg, HRB 130120 B Ust.-IDNr. DE273952058
Geschäftsführer: Dr. M. Weber, W. Mögle

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] How to build sysvinit rather than systemd

2012-05-14 Thread R U Local
Dear All,

I have AM3517 based hardware using linux-omap-psp_2.6.37.

I'm trying to build a system based on the old sysvinit rather than the new
systemd for initialisation as there isn't support for systemd in the kernel.

My build environment is based on the set up generated by the Angstrom
'setup-scripts'

 

I've got a working kernel and rootfs but I can't get the init scrips to run
and udev.

I have the following set in my image recipe to get rid of systemd:

 

IMAGE_DEV_MANAGER = udev

IMAGE_INIT_MANAGER = sysvinit sysvinit-pidof

IMAGE_INITSCRIPTS = initscripts

 

Whats the best way of getting the old sysvinit working?

 

Cheers Mike.

 

 

 

 

 

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] angstrom-version failing and fix

2012-05-02 Thread R U Local
Dear List,
Just moved to oe-core from classic, great work by the way.

My build fails in angstrom-version do_install.
The format of the text returned by get_layers has un-escaped  characters.
The text is then used in quoted strings which upsets echo.
The problem exists on Ubuntu 11.10 and 12.04.

This is my fix: -
--- a/meta-angstrom/recipes-angstrom/angstrom/angstrom-version.bb
2012-05-02 11:36:46.417273264 +1200
+++ b/meta-angstrom/recipes-angstrom/angstrom/angstrom-version.bb
2012-04-30 10:47:16.559055882 +1200
@@ -12,7 +12,7 @@
 
 def get_layers(bb, d):
layers = (bb.data.getVar(BBLAYERS, d, 1) or ).split()
-   layers_branch_rev = [%-17s = \%s:%s\ % (os.path.basename(i), \
+   layers_branch_rev = [%-17s = \\\%s:%s\\\ % (os.path.basename(i),
\
base_get_metadata_git_branch(i, None).strip().strip('()'), \
base_get_metadata_git_revision(i, None)) \
for i in layers]

Cheers Mike.

-Original Message-
From: openembedded-devel-boun...@lists.openembedded.org
[mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of Koen
Kooi
Sent: Thursday, 3 May 2012 06:54
To: openembedded-devel@lists.openembedded.org
Subject: Re: [oe] [meta-oe 1/1] lxc : Add recipe for building Linux
Containers tools.

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Op 02-05-12 19:45, Philip Balister schreef:
 Linux containers are a lightweight virtualization system.
 
 Compile tested on F15 and lightly run tested on a pandaboard.
 
 Signed-off-by: Philip Balister phi...@balister.org --- 
 meta-oe/recipes-extended/lxc/lxc_git.bb |   21 + 1
 files changed, 21 insertions(+), 0 deletions(-) create mode 100644 
 meta-oe/recipes-extended/lxc/lxc_git.bb
 
 diff --git a/meta-oe/recipes-extended/lxc/lxc_git.bb
 b/meta-oe/recipes-extended/lxc/lxc_git.bb new file mode 100644 index
 000..8f22e77 --- /dev/null +++
 b/meta-oe/recipes-extended/lxc/lxc_git.bb @@ -0,0 +1,21 @@ +SUMMARY = 
 Linux Containers tools +DESCRIPTION = Linux containers are a light 
 weight isolation system for Linux. +HOMEPAGE = 
 http://lxc.sourceforge.net; +LICENSE = LGPLv2.1

Move LIC_FILES_CHKSUM to here

 + +PV = 0.8.0-rc2

That violates the versioning policy

 + +RDEPENDS_${PN} = perl perl-modules

That needs to go below do_install() and specify the actual modules it needs,
not the blanket meta-package.

Speaking of lxc, have you tried systemd-nspawn to launch containers yet?

regards,

Koen
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: GPGTools - http://gpgtools.org

iQIcBAEBAgAGBQJPoYLZAAoJEHZqAkdh1vT6aSkP/icOR0X1LViS570mPPq2AVuN
f2eFS33G0ozGu6ZMJGgoQ788Hbzi4cBb53jTek1UDjJbRu34pwpEMJJFuKQB53m+
S66ayFiiEBMeTm8YttY/XscJBR07FP/T1ZDhAJJEdd8P4UOqQG7hee46SyeH7NIX
dFKwahfIbfVHjnV5Ub46UzuDYEPMSiJFtsFWE6AeNg7y2rPcCjAKpaTRI8UjDCFk
G9VkptMHoShSHRechYELIgMPpUrVw8JgGX0KBmAsK0GedKtgBFmr3pa1g3y6uORn
oVlUJOzUo5vxOkcNaL6wg06q3IomUNemQX70pF8Oy89DV7FqhPM95/pOL3B/89DR
+qEuJreGW/fQJUiZVX252YhY+dzVb+JZJObtiDMOxfJMyA9AG1YoATFtOGOTYJT/
3gCwEVs0N5LIP/KF9Ox9205+qtEn5uJzmxy7ZQp5SuNx5skxJL0OyPufm/Tpr6/T
6cDeEVsKKTEYXNiqIxOvG9LlnVWy/v+DgqHCCxEVs9MlCizC0dghE4kslcsAYd9S
fK5PzuFLb9IcLTDIwRIUuSsaj7Z9L8Y7L24daFlfIGblDn8jAlxTXn8OuheRvFSh
q8csWl6KuTFoQ1TvEsF3wg/B6UdFyCb1Vtj+0t4ekcSzLNlUrhaXJG0IJ6kDC/Pm
wfS4dMFyAcBfDXqjSCeN
=Cv0C
-END PGP SIGNATURE-


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

__ Information from ESET NOD32 Antivirus, version of virus signature
database 7105 (20120502) __

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com




___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [OpenEmbedded] [SocketCan] compiling error on mcp251x

2012-04-01 Thread R U Local
The svn 917 modules are very old now. I think they are only useful for
kernels that don't have IP link support pre 2.6.28 I think.
SocketCan and its associated drivers were moved into the mainline kernel so
you need to select the drivers in the kernel .config
I'm surprised that you are using the MCP251x as the AM3517 has native
High-End Can Controller (HECC) that performs significantly better than the
MCP251x part.

To get SocketCAN support select:
CONFIG_CAN=y
CONFIG_CAN_RAW=y
CONFIG_CAN_DEV=y
CONFIG_CAN_CALC_BITTIMING=y
For the HECC drivers
CONFIG_CAN_TI_HECC=y
For MCP251x drivers
CONFIG_CAN_MCP251X=y

In your kernel config and rebuild your kernel.

Cheers Mike.

-Original Message-
From: openembedded-devel-boun...@lists.openembedded.org
[mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of
Mohamed HAMZAOUI
Sent: Sunday, 1 April 2012 23:55
To: openembedded-devel@lists.openembedded.org
Subject: [oe] [OpenEmbedded] [SocketCan] compiling error on mcp251x

Hi,

I tried to bitbake the socketcan-modules with this command :
bitbake socketcan-modules

i have a compiling problem and the building failed.
Can you help me on this issue please ?

the compiling trace :

Loading cache: 100%
|###
|###
|#|
Time: 00:00:01
Loaded 7086 entries from dependency cache.
NOTE: angstrom DOES NOT support bash-noemu because doesn't work on the
target
  | ETA:  --:--:--
NOTE: angstrom DOES NOT support linux-hotplug because hotplug functionality
is provided by udev
NOTE: angstrom DOES NOT support bluez-utils because bluez-utils 3.x has been
replaced by bluez4
NOTE: angstrom DOES NOT support linux-hotplug because hotplug functionality
is provided by udev
NOTE: angstrom DOES NOT support xcursor-watchonly-theme because
xcursor-transparent-theme is good enough
NOTE: angstrom DOES NOT support libiconv because the glibc builtin iconv
replacement is used
NOTE: angstrom DOES NOT support libiconv because the glibc builtin iconv
replacement is used
NOTE: angstrom DOES NOT support ffmpeg because libav is the preferred
multimedia library
NOTE: angstrom DOES NOT support hotplug2 because hotplug functionality is
provided by udev
NOTE: angstrom DOES NOT support ipkg because ipkg has been superseded by
opkg
NOTE: angstrom DOES NOT support libiconv because the glibc builtin iconv
replacement is used
NOTE: angstrom DOES NOT support bluez-utils because bluez-utils 3.x has been
replaced by bluez4
NOTE: angstrom DOES NOT support ffmpeg because libav is the preferred
multimedia library
NOTE: angstrom DOES NOT support ffmpeg because libav is the preferred
multimedia library
NOTE: angstrom DOES NOT support bluez-libs because bluez-libs 3.x has been
replaced by bluez4
NOTE: angstrom DOES NOT support hotplug-ng because hotplug functionality is
provided by udev
NOTE: angstrom DOES NOT support ffmpeg because libav is the preferred
multimedia library
NOTE: angstrom DOES NOT support fso-apm because regular apmd is good
enough###
   | ETA:  00:00:09
NOTE: angstrom DOES NOT support bluez-libs because bluez-libs 3.x has been
replaced by bluez4
  | ETA:  00:00:07
NOTE: angstrom DOES NOT support bluez-libs because bluez-libs 3.x has been
replaced by bluez4###
 | ETA:  00:00:01
NOTE: angstrom DOES NOT support hotplug-ng because hotplug functionality is
provided by udev Parsing recipes: 100%
|###
|###
|###|
Time: 00:00:07
Parsing of 7216 .bb files complete (6437 cached, 779 parsed). 7884 targets,
328 skipped, 0 masked, 0 errors.

Build Configuration:
BB_VERSION= 1.12.0
METADATA_BRANCH   = master
METADATA_REVISION = 4e75705
TARGET_ARCH   = arm
TARGET_OS = linux-gnueabi
MACHINE   = am3517-crane
DISTRO= angstrom
DISTRO_VERSION= v2012.04
TARGET_FPU= hard

NOTE: Resolving any missing task queue dependencies
NOTE: Preparing runqueue
NOTE: Executing RunQueue Tasks
NOTE: Running task 498 of 752 (ID: 13,
/media/dev/stuff/openembedded/recipes/socketcan/socketcan-modules_svn.bb,
do_compile)
NOTE: package socketcan-modules-0.0+svnr917-r102: task do_compile: Started
ERROR: Logfile of failure stored in:
/media/dev/stuff/tmp/work/am3517-crane-angstrom-linux-gnueabi/socketcan-modu
les-0.0+svnr917-r102/temp/log.do_compile.31020
Log data follows:
| + do_compile
| + module_do_compile
| + unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS oe_runmake
KERNEL_PATH=/media/dev/stuff/tmp/sysroots/am3517-crane-angstrom-linux-gnueab
i/kernel
KERNEL_SRC=/media/dev/stuff/tmp/sysroots/am3517-crane-angstrom-linux-gnueabi
/kernel

[oe] ti-eula-unpack problem

2012-03-21 Thread R U Local
Dear List,

A resent change to ti-eula-unpack.inc to test for 32 bit compatability on 64
bit systems has broken the build on Ubuntu x64 11.10.

Ubuntu created multi-arch functionality between 11.4 and 11.10. There is are
now  /lib /lib64 and /lib32 directories and no symlinks.

The following patch corrects this on my system but I have no idea of its
effect on others.

 

diff --git a/recipes-ti/includes/ti-eula-unpack.inc
b/recipes-ti/includes/ti-eula-unpack.inc

index dcabe9d..f37f026 100644

--- a/recipes-ti/includes/ti-eula-unpack.inc

+++ b/recipes-ti/includes/ti-eula-unpack.inc

@@ -21,7 +21,7 @@ python ti_bin_do_unpack() {

 # InstallJammer requires 32bit version of glibc

 lib32path = '/lib'

-if os.path.exists('/lib64') and ( os.path.islink('/lib64') or
os.path.islink('/lib') ):

+if os.path.exists('/lib64') and ( os.path.islink('/lib64') or
os.path.islink('/lib') or os.path.exists('/lib32')):

lib32path = '/lib32'

 if not os.path.exists('%s/libc.so.6' % lib32path):

raise bb.build.FuncFailed, \

 

Cheers Mike.

 

 

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] BSP advice

2012-03-18 Thread R U Local
Dear List,

Is it possible to build an Angstrom rootfs without building x-load, u-boot
and kernel image?

We have a new development that uses an AM3517 based unit.

The SDK comes with pre-patched source code for x-load, u-boot and kernel.
There are also compiled binary images.

To get things working quickly I'd like to build a rootfs with our software
and dependent packages and use the supplied binaries during installation.

 

Would setting ASSUME_PROVIDED in the machine BSP achieve this? 

 

Cheers Mike.

 

 

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [PATCH] wvstreams 4.6.1 with context patch for ARM architectures

2011-02-16 Thread R U Local
Dear List,

Attached is a patch which gets wvdial working on ARM devices.

Wvdial or more precisely wvstreams thows an exception on ARM devices as
get/set context isn't supported.

 

Cheers Mike.

 

 



wvstreams-4.6.1.patch
Description: Binary data
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] Mono recipe fails at do_install

2011-01-09 Thread R U Local
Dear List, 
I’m working on the Overo branch and just done a git pull to rebuild my
platform. 
My previous head was 58feb7f form 2010-11-10. 
I'm getting an error in the Mono package build for task do_install. 
The mono-native and mono-mcs-intermediate parts build fine. 
There have been no changes to the mono source or the recipe during this
time. 

Has there been any changes to the way OE  is structured between these
commits that I should take a look at? 

Any help or suggestions would be appreciated. 

Cheers Mike. 


Sorry forgot the error log.

NOTE: package mono-2.6.3-r0.0: task do_install: Started
ERROR: TaskFailed event exception, aborting
ERROR: Build of /opt/vm-share/user.collection/recipes/mono/mono_2.6.3.bb
do_install failed
ERROR: Task 3 (/opt/vm-share/user.collection/recipes/mono/mono_2.6.3.bb,
do_install) failed with 256
ERROR: '/opt/vm-share/user.collection/recipes/mono/mono_2.6.3.bb' failed
ERROR: Function do_install failed
NOTE: Task failed: ('function do_install failed',
'/home/ctm100/overo-oe/tmp/work/armv7a-angstrom-linux-gnueabi/mono-2.6.3-r0.
0/temp/log.do_install.1883')
ERROR: Logfile of failure stored in:
/home/ctm100/overo-oe/tmp/work/armv7a-angstrom-linux-gnueabi/mono-2.6.3-r0.0
/temp/log.do_install.1883
Log data follows:
|
/home/ctm100/overo-oe/tmp/work/armv7a-angstrom-linux-gnueabi/mono-2.6.3-r0.0
/image
| /home/ctm100
| NOTE: make
DESTDIR=/home/ctm100/overo-oe/tmp/work/armv7a-angstrom-linux-gnueabi/mono-2.
6.3-r0.0/image install
| make: *** No rule to make target `install'.  Stop.
| FATAL: oe_runmake failed
| ERROR: Function do_install failed
NOTE: package mono-2.6.3-r0.0: task do_install: Failed
ERROR: TaskFailed event exception, aborting
ERROR: Build of /opt/vm-share/user.collection/recipes/mono/mono_2.6.3.bb
do_install failed
ERROR: Task 3 (/opt/vm-share/user.collection/recipes/mono/mono_2.6.3.bb,
do_install) failed with 256
ERROR: '/opt/vm-share/user.collection/recipes/mono/mono_2.6.3.bb' failed
ERROR: '/opt/vm-share/user.collection/recipes/mono/mono_2.6.3.bb' failed


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] Mono recipe fails at do_install

2011-01-06 Thread R U Local
Dear List, 
I'm working on the Overo branch and just done a git pull to rebuild my
platform. 
My previous head was 58feb7f form 2010-11-10. 
I'm getting an error in the Mono package build for task do_install. 
The mono-native and mono-mcs-intermediate parts build fine. 
There have been no changes to the mono source or the recipe during this
time. 

Has there been any changes to the way OE  is structured between these
commits that I should take a look at? 

Any help or suggestions would be appreciated. 

Cheers Mike. 

 

 

 

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel