[oe-issues] [Bug 1902] New: do_configure fails for collie 2.4 kernel

bugzilla-daemon at tinman.treke.net bugzilla-daemon at tinman.treke.net
Thu Feb 22 16:45:22 UTC 2007


http://bugs.openembedded.org/show_bug.cgi?id=1902

           Summary: do_configure fails for collie 2.4 kernel
           Product: Openembedded
           Version: unspecified
          Platform: ARM
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build
        AssignedTo: openembedded-issues at lists.openembedded.org
        ReportedBy: eric at fergusonhome.net
         QAContact: tinderbox-oe at gmx.net


do_configure for openzaurus-sa-2.4.18-rmk7-pxa3-embedix-r23 for collie fails
with the following message:

(standard_in) 1: illegal character: ?
(standard_in) 1: parse error
expr: syntax error

Problem traced to simple typo in conf/machine/include/collie-2.4.conf
Patch is below:

--- conf/machine/include/collie-2.4.conf       
1e8deece881cd46a2b8cb8b68be9e22b1780ad93
+++ conf/machine/include/collie-2.4.conf       
227f1935a9edaa60c2d847cb8cd4b8108060a5f5
@@ -1,5 +1,5 @@ PREFERRED_PROVIDER_virtual/kernel = "ope
 PREFERRED_PROVIDER_virtual/kernel = "openzaurus-sa"
-COLLIE_MEMORY_SIZE =? "64"
+COLLIE_MEMORY_SIZE ?= "64"

 # workaround for bug 1877
 PREFERRED_PROVIDER_hostap-modules = "hostap-modules"


-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the Openembedded-issues mailing list