Hi, Hongbo, There is also a nice article on Moblin to get started with in the Linux Developer mag.
It's issue 82 Dec, page 72. It goes through all the basics and talks about the toolkits including Mojito. Kind regards, Nicholas. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: 22 January 2010 15:05 To: [email protected] Subject: dev Digest, Vol 13, Issue 43 Send dev mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit http://lists.moblin.org/listinfo/dev or, via email, send a message with subject or body 'help' to [email protected] You can reach the person managing the list at [email protected] When replying, please edit your Subject line so it is more specific than "Re: Contents of dev digest..." Today's Topics: 1. Unsubscibe please. (Mike Laurel) 2. how to get started? (Arthur Hsiao) 3. compiling kernel (Monika Regneri) 4. Web service library on Moblin? (Min, Hongbo) 5. Re: Web service library on Moblin? (Yang, Lei A) 6. Re: Web service library on Moblin? (Min, Hongbo) 7. Re: Web service library on Moblin? (Yang, Lei A) 8. Re: Web service library on Moblin? (Ross Burton) 9. Re: Application service layer with driver? ([email protected]) 10. Re: compiling kernel (Arjan van de Ven) ---------------------------------------------------------------------- Message: 1 Date: Thu, 21 Jan 2010 17:26:08 -0800 From: Mike Laurel <[email protected]> To: "[email protected]" <[email protected]> Subject: [Moblin Dev] Unsubscibe please. Message-ID: <[email protected]> Content-Type: text/plain; charset=us-ascii; format=flowed ------------------------------ Message: 2 Date: Thu, 21 Jan 2010 23:02:17 -0800 From: Arthur Hsiao <[email protected]> To: [email protected] Subject: [Moblin Dev] how to get started? Message-ID: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 Maybe it is kind of off topic here, but I really need some help. Our company uses ARM9+Monta Vista Linux now, but we feel Intel Menlow XL+MOBLIN will be better for our next generation prouct (eMID). Can someone recommend where I can purchase its reference board (+schematitcs)? Most of our engineers are located in China. We are still quite small, so we can't afford lots of money. By the way, what is the best MOBLIN bsp for Menlow XL that I can download to get started? What about BIOS? Thanks in advance. Ta Hsiao ------------------------------ Message: 3 Date: Fri, 22 Jan 2010 08:22:40 +0100 From: Monika Regneri <[email protected]> To: [email protected] Subject: [Moblin Dev] compiling kernel Message-ID: <[email protected]> Content-Type: text/plain; charset=UTF-8; format=flowed Dear all, I want to compile the kernel because I need some more functions for usb webcams. But "make prepare" is stopped with "no rule to make target `missing syscalls?." I installed the kernel-headers for 2.6.31.6-17.1 and the "devel" package for this. Does anyone have an idea what the problem is? regards Monika -- R&D, Network Administration Creatix Polymedia Gesellschaft f?r Kommunikationssysteme mbH Kastanienweg 11-13; D - 66386 St. Ingbert ------------------------------------------------------------------------ ----------------------------------------------------- Gesch?ftsf?hrer: Roland Weller, Wolfgang Schmidt Handelsregister Saarbr?cken HRB 11345 USt-IdNr.: DE 812511831 ------------------------------------------------------------------------ ----------------------------------------------------- Tel: +49 6894 92967 56 Fax: +49 6894 92967 10 email: [email protected] ------------------------------ Message: 4 Date: Fri, 22 Jan 2010 15:29:23 +0800 From: "Min, Hongbo" <[email protected]> To: "[email protected]" <[email protected]> Subject: [Moblin Dev] Web service library on Moblin? Message-ID: <eb8593bcecab3d40a8248be0b6400a38359aa...@shzsmsx502.ccr.corp.intel.com> Content-Type: text/plain; charset="us-ascii" Is there any library for web service provided on Moblin? Thanks. Best Regards. Hongbo ------------------------------ Message: 5 Date: Fri, 22 Jan 2010 15:37:26 +0800 From: "Yang, Lei A" <[email protected]> To: "Min, Hongbo" <[email protected]>, "[email protected]" <[email protected]> Subject: Re: [Moblin Dev] Web service library on Moblin? Message-ID: <d9a17b578fbed845a729b465c3a7fbad0efaee8...@shzsmsx501.ccr.corp.intel.co m> Content-Type: text/plain; charset="us-ascii" Hi, Hongdo, What kind of web service you want? Moblin have a library, called "mojito", to handle web services: lastfm and twitter. The mojito is based on library "rest" to communicate to low level libraries "libproxy" and "libsoup", which actually communicate to web server for getting web service. More information, please read http://moblin.org/projects/mojito Thanks, Lei Y -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Min, Hongbo Sent: Friday, January 22, 2010 3:29 PM To: [email protected] Subject: [Moblin Dev] Web service library on Moblin? Is there any library for web service provided on Moblin? Thanks. Best Regards. Hongbo _______________________________________________ Moblin dev Mailing List [email protected] To manage or unsubscribe from this mailing list visit: http://lists.moblin.org/listinfo/dev or your user account on http://moblin.org once logged in. For more information on the Moblin Developer Mailing lists visit: http://moblin.org/community/mailing-lists ------------------------------ Message: 6 Date: Fri, 22 Jan 2010 15:40:25 +0800 From: "Min, Hongbo" <[email protected]> To: "Yang, Lei A" <[email protected]>, "[email protected]" <[email protected]> Subject: Re: [Moblin Dev] Web service library on Moblin? Message-ID: <eb8593bcecab3d40a8248be0b6400a38359aa...@shzsmsx502.ccr.corp.intel.com> Content-Type: text/plain; charset="us-ascii" Thanks. The web service library that I want is, I can build a web service server on Moblin based on it, and also I can develop a client based on it. In a short, I want to develop a C/S framework based on it to implement RPC. -----Original Message----- From: Yang, Lei A Sent: Friday, January 22, 2010 3:37 PM To: Min, Hongbo; [email protected] Subject: RE: Web service library on Moblin? Hi, Hongdo, What kind of web service you want? Moblin have a library, called "mojito", to handle web services: lastfm and twitter. The mojito is based on library "rest" to communicate to low level libraries "libproxy" and "libsoup", which actually communicate to web server for getting web service. More information, please read http://moblin.org/projects/mojito Thanks, Lei Y -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Min, Hongbo Sent: Friday, January 22, 2010 3:29 PM To: [email protected] Subject: [Moblin Dev] Web service library on Moblin? Is there any library for web service provided on Moblin? Thanks. Best Regards. Hongbo _______________________________________________ Moblin dev Mailing List [email protected] To manage or unsubscribe from this mailing list visit: http://lists.moblin.org/listinfo/dev or your user account on http://moblin.org once logged in. For more information on the Moblin Developer Mailing lists visit: http://moblin.org/community/mailing-lists ------------------------------ Message: 7 Date: Fri, 22 Jan 2010 17:11:38 +0800 From: "Yang, Lei A" <[email protected]> To: "Min, Hongbo" <[email protected]>, "[email protected]" <[email protected]> Subject: Re: [Moblin Dev] Web service library on Moblin? Message-ID: <d9a17b578fbed845a729b465c3a7fbad0efaee8...@shzsmsx501.ccr.corp.intel.co m> Content-Type: text/plain; charset="us-ascii" Hongbo, Sorry, I have no idea for this. I think this may depend on the environment which you implement the web services. Suggest that you describe more concrete requirements about web service development. This will be helpful to be understood by the experts in the mail list. Thanks, Lei Y -----Original Message----- From: Min, Hongbo Sent: Friday, January 22, 2010 3:40 PM To: Yang, Lei A; [email protected] Subject: RE: Web service library on Moblin? Thanks. The web service library that I want is, I can build a web service server on Moblin based on it, and also I can develop a client based on it. In a short, I want to develop a C/S framework based on it to implement RPC. -----Original Message----- From: Yang, Lei A Sent: Friday, January 22, 2010 3:37 PM To: Min, Hongbo; [email protected] Subject: RE: Web service library on Moblin? Hi, Hongdo, What kind of web service you want? Moblin have a library, called "mojito", to handle web services: lastfm and twitter. The mojito is based on library "rest" to communicate to low level libraries "libproxy" and "libsoup", which actually communicate to web server for getting web service. More information, please read http://moblin.org/projects/mojito Thanks, Lei Y -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Min, Hongbo Sent: Friday, January 22, 2010 3:29 PM To: [email protected] Subject: [Moblin Dev] Web service library on Moblin? Is there any library for web service provided on Moblin? Thanks. Best Regards. Hongbo _______________________________________________ Moblin dev Mailing List [email protected] To manage or unsubscribe from this mailing list visit: http://lists.moblin.org/listinfo/dev or your user account on http://moblin.org once logged in. For more information on the Moblin Developer Mailing lists visit: http://moblin.org/community/mailing-lists ------------------------------ Message: 8 Date: Fri, 22 Jan 2010 10:15:03 +0000 From: Ross Burton <[email protected]> To: [email protected] Subject: Re: [Moblin Dev] Web service library on Moblin? Message-ID: <[email protected]> Content-Type: text/plain; charset="UTF-8" On Fri, 2010-01-22 at 15:40 +0800, Min, Hongbo wrote: > The web service library that I want is, I can build a web service > server on Moblin based on it, and also I can develop a client based on > it. In a short, I want to develop a C/S framework based on it to > implement RPC. Moblin doesn't have anything for building web *servers*, but it's a fairly standard Linux base so you can easily install something like Django. Ross -- Ross Burton mail: [email protected] jabber: [email protected] www: http://burtonini.com ------------------------------ Message: 9 Date: Fri, 22 Jan 2010 06:58:51 -0800 From: "[email protected]" <[email protected]> To: "Kok, Auke" <[email protected]> Cc: "[email protected]" <[email protected]> Subject: Re: [Moblin Dev] Application service layer with driver? Message-ID: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 if I like to re-design and re-implement those daemons. can you point me where the code exists? And I like to know if the kernel compilation and service layer sw stack compilation falles into our existing moblin image creation. or, do I need just to follow the generic compilation procedure? Thanks On Thu, Jan 21, 2010 at 9:47 AM, Kok, Auke <[email protected]> wrote: > [email protected] wrote: >> Hello, >> >> I like to ask a question about the moblin software stack diagram. >> There are two layers on top of kernel, App services and UI services. >> App Services has the WiFi/WiMAX (Drivers, OMA-DM). I understand >> OMA-DA falls into this area, but not sure if 'drivers' is in. As far >> as I know, WiFi/WiMAX drivers are in kernel mode. I see the source >> code location of WiFi/WiMAX in the moblin kernel source. > > yes, in general, the drivers are all in the kernel. the "layer" on top > of the kernel is for interfacing daemons that do low level device > control from userspace, like the wimax daemon. > > Auke > ------------------------------ Message: 10 Date: Fri, 22 Jan 2010 07:04:47 -0800 From: Arjan van de Ven <[email protected]> To: Monika Regneri <[email protected]> Cc: [email protected] Subject: Re: [Moblin Dev] compiling kernel Message-ID: <[email protected]> Content-Type: text/plain; charset=UTF-8; format=flowed On 1/21/2010 23:22, Monika Regneri wrote: > Dear all, > > I want to compile the kernel because I need some more functions for > usb webcams. But "make prepare" is stopped with "no rule to make > target `missing syscalls?." > > I installed the kernel-headers for 2.6.31.6-17.1 and the "devel" > package for this. > > Does anyone have an idea what the problem is? the problem is that you didn't get the kernel sources... to build the kernel you need to start with the kernel .src.rpm ------------------------------ Moblin dev Mailing List [email protected] To manage or unsubscribe from this mailing list visit: http://lists.moblin.org/listinfo/dev or your user account on http://moblin.org once logged in. For more information on the Moblin Developer Mailing lists visit: http://moblin.org/community/mailing-lists End of dev Digest, Vol 13, Issue 43 *********************************** _______________________________________________ Moblin dev Mailing List [email protected] To manage or unsubscribe from this mailing list visit: http://lists.moblin.org/listinfo/dev or your user account on http://moblin.org once logged in. For more information on the Moblin Developer Mailing lists visit: http://moblin.org/community/mailing-lists
