Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - lixiaosan

Pages: [1]
1
Open Embedded / What About The “virtual” Means?
« on: May 12, 2005, 11:16:05 pm »
In local.conf ,we find word “virtual”。
for example:

ASSUME_PROVIDED = "virtual/${TARGET_PREFIX}gcc virtual/libc"

and  use "bitbake virtual/kernel“ to build a kernel。

what about these ”virtual“ mean?

2
Open Embedded / Ipkg-utils-native-1.6 Build Failed!
« on: March 31, 2005, 01:44:55 am »
when I use "bitbake bootstrap-image", I get error like this:

NOTE: package ipkg-utils-native-1.6cvs20050330: started
NOTE: package ipkg-utils-native-1.6cvs20050330-r4: task do_fetch: started
NOTE: package ipkg-utils-native-1.6cvs20050330-r4: task do_fetch: completed
NOTE: package ipkg-utils-native-1.6cvs20050330-r4: task do_patch: started
NOTE: Applying patch 'fix-ipkg-link'
ERROR: function do_patchcmd failed
ERROR: log data follows (/stuff/openembedded/tmp/work/ipkg-utils-native-1.6cvs20050330-r4/temp/log.do_patchcmd.20338)
| Replacing patch fix-ipkg-link with new version
| Applying patch fix-ipkg-link
| patching file ipkg-link
| Hunk #1 FAILED at 18.
| Hunk #2 FAILED at 48.
| Hunk #3 FAILED at 57.
| 3 out of 3 hunks FAILED -- rejects in file ipkg-link
| Patch fix-ipkg-link does not apply (enforce with -f)
NOTE: Task failed:
NOTE: package ipkg-utils-native-1.6cvs20050330-r4: task do_patch: failed
ERROR: TaskFailed event exception, aborting
NOTE: package ipkg-utils-native-1.6cvs20050330: failed
ERROR: Build of bootstrap-image failed

what 's wrong with the patch file or some other error ?

3
Open Embedded / Oe Build Error!help!
« on: March 21, 2005, 12:54:17 am »
on my rh8.0, I used "bitbake virtual/kernel" to build kernel .

below is the output.

OE Build Configuration:
TARGET_ARCH   = "i386"
TARGET_OS     = "linux"
MACHINE       = "x86-uml"
DISTRO        = ""
TARGET_FPU    = ""

NOTE: package linux-uml-2.6.11-rc2-mm1: started
NOTE: package linux-uml-2.6.11-rc2-mm1-r3: task do_fetch: started
NOTE: package linux-uml-2.6.11-rc2-mm1-r3: task do_fetch: completed
NOTE: package linux-uml-2.6.11-rc2-mm1-r3: task do_patch: started
ERROR: function do_patchcleancmd failed
ERROR: log data follows (/stuff/openembedded/tmp/work/linux-uml-2.6.11-rc2-mm1-r3/temp/log.do_patchcleancmd.1816)
| /stuff/openembedded/tmp/work/linux-uml-2.6.11-rc2-mm1-r3/temp/run.do_patchcleancmd.1816: line 275: syntax error near unexpected token `'INHIBIT_PACKAGE_STRIP','
NOTE: Task failed:
NOTE: package linux-uml-2.6.11-rc2-mm1-r3: task do_patch: failed
ERROR: TaskFailed event exception, aborting
NOTE: package linux-uml-2.6.11-rc2-mm1: failed
ERROR: Build of virtual/kernel failed


who can tell me how to figure it out?Thanks!

4
Open Embedded / Oe Build Problem
« on: March 20, 2005, 10:51:39 pm »
I  have got this error too.

In classes/autotools.bbclass, you can find "EXTRA_AUTORECONF = "--exclude=autopoint""  at line 24.
I set it to "" .

"EXTRA_AUTORECONF = ""

U can try .

Pages: [1]