All of lore.kernel.org
 help / color / mirror / Atom feed
* Does anybody try the e-image-core
@ 2010-05-19  9:31 daniel tian
  2010-05-19  9:42 ` Martin Jansa
  0 siblings, 1 reply; 4+ messages in thread
From: daniel tian @ 2010-05-19  9:31 UTC (permalink / raw)
  To: openembedded-devel

Hi, guys:
    Now I am working on a project: porting the enlighenment on mips machine.
    The local.conf is configure as db1200 machine which is a mips32
little endian arch.
    I have already built a rootfs and kernel from previous
openembedded source code.
    But the startx command is not found, so I don't know how to
startup the enlightenment desktop, and maybe there have any others
packages missing in this rootfs.
    So I just wander whethere somebody has already try the
e-image-core succeeded(ARM platform is Ok.)

     And there is another problem. Now I update the OE code, and try
to build the e-image-core again. But there is package not being
downloaded:
    /home/daniel/OE/openembedded/recipes/e17/illume-keyboard-default_svn.bb,
Here is the error message:

NOTE: fetch http://mirrors.openembedded.org//e.src.modules.illume.keyboards_svn.enlightenment.org_.svn.e.trunk_48935_.tar.gz
--2010-05-19 17:05:16--
http://mirrors.openembedded.org//e.src.modules.illume.keyboards_svn.enlightenment.org_.svn.e.trunk_48935_.tar.gz
Resolving mirrors.openembedded.org... 82.197.159.157
Connecting to mirrors.openembedded.org|82.197.159.157|:80... NOTE:
Running task 2440 of 6114 (ID: 3728,
/home/daniel/OE/openembedded/recipes/glibc/glibc-initial_2.9.bb,
do_qa_staging)
connected.
HTTP request sent, awaiting response... 404 Not Found
2010-05-19 17:05:17 ERROR 404: Not Found.

NOTE: fetch http://sources.openembedded.org//e.src.modules.illume.keyboards_svn.enlightenment.org_.svn.e.trunk_48935_.tar.gz
--2010-05-19 17:05:17--
http://sources.openembedded.org//e.src.modules.illume.keyboards_svn.enlightenment.org_.svn.e.trunk_48935_.tar.gz
Resolving sources.openembedded.org... 140.211.169.165
Connecting to sources.openembedded.org|140.211.169.165|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2010-05-19 17:05:17 ERROR 404: Not Found.

Does anybody also meet this problem?

and can anyone give some advise? thanks very much.
Any suggestion is appreciated.


          daniel



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Does anybody try the e-image-core
  2010-05-19  9:31 Does anybody try the e-image-core daniel tian
@ 2010-05-19  9:42 ` Martin Jansa
  2010-05-19 11:08   ` daniel tian
  2010-05-21  3:06   ` daniel tian
  0 siblings, 2 replies; 4+ messages in thread
From: Martin Jansa @ 2010-05-19  9:42 UTC (permalink / raw)
  To: openembedded-devel

On Wed, May 19, 2010 at 05:31:21PM +0800, daniel tian wrote:
> Hi, guys:
>     Now I am working on a project: porting the enlighenment on mips machine.
>     The local.conf is configure as db1200 machine which is a mips32
> little endian arch.
>     I have already built a rootfs and kernel from previous
> openembedded source code.
>     But the startx command is not found, so I don't know how to
> startup the enlightenment desktop, and maybe there have any others
> packages missing in this rootfs.

you can try xserver-nodm-init recipe which provides
/etc/init.d/xserver-nodm (no idea if it's part of e-image-core).

>     So I just wander whethere somebody has already try the
> e-image-core succeeded(ARM platform is Ok.)
> 
>      And there is another problem. Now I update the OE code, and try
> to build the e-image-core again. But there is package not being
> downloaded:
>     /home/daniel/OE/openembedded/recipes/e17/illume-keyboard-default_svn.bb,
> Here is the error message:
> 
> NOTE: fetch http://mirrors.openembedded.org//e.src.modules.illume.keyboards_svn.enlightenment.org_.svn.e.trunk_48935_.tar.gz
> --2010-05-19 17:05:16--
> http://mirrors.openembedded.org//e.src.modules.illume.keyboards_svn.enlightenment.org_.svn.e.trunk_48935_.tar.gz
> Resolving mirrors.openembedded.org... 82.197.159.157
> Connecting to mirrors.openembedded.org|82.197.159.157|:80... NOTE:
> Running task 2440 of 6114 (ID: 3728,
> /home/daniel/OE/openembedded/recipes/glibc/glibc-initial_2.9.bb,
> do_qa_staging)
> connected.
> HTTP request sent, awaiting response... 404 Not Found
> 2010-05-19 17:05:17 ERROR 404: Not Found.
> 
> NOTE: fetch http://sources.openembedded.org//e.src.modules.illume.keyboards_svn.enlightenment.org_.svn.e.trunk_48935_.tar.gz
> --2010-05-19 17:05:17--
> http://sources.openembedded.org//e.src.modules.illume.keyboards_svn.enlightenment.org_.svn.e.trunk_48935_.tar.gz
> Resolving sources.openembedded.org... 140.211.169.165
> Connecting to sources.openembedded.org|140.211.169.165|:80... connected.
> HTTP request sent, awaiting response... 404 Not Found
> 2010-05-19 17:05:17 ERROR 404: Not Found.
> 
> Does anybody also meet this problem?

This is not problem, if you have working svn (not blocked by firewall or
so) the sources are checkouted from svn server directly when there is no
tarballed checkout on mirror.
> 
> and can anyone give some advise? thanks very much.
> Any suggestion is appreciated.

Regards,

-- 
uin:136542059                jid:Martin.Jansa@gmail.com
Jansa Martin                 sip:jamasip@voip.wengo.fr 
JaMa                         



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Does anybody try the e-image-core
  2010-05-19  9:42 ` Martin Jansa
@ 2010-05-19 11:08   ` daniel tian
  2010-05-21  3:06   ` daniel tian
  1 sibling, 0 replies; 4+ messages in thread
From: daniel tian @ 2010-05-19 11:08 UTC (permalink / raw)
  To: openembedded-devel

hi, Martin:

2010/5/19 Martin Jansa <martin.jansa@gmail.com>:
> On Wed, May 19, 2010 at 05:31:21PM +0800, daniel tian wrote:
>> Hi, guys:
>>     Now I am working on a project: porting the enlighenment on mips machine.
>>     The local.conf is configure as db1200 machine which is a mips32
>> little endian arch.
>>     I have already built a rootfs and kernel from previous
>> openembedded source code.
>>     But the startx command is not found, so I don't know how to
>> startup the enlightenment desktop, and maybe there have any others
>> packages missing in this rootfs.
>
> you can try xserver-nodm-init recipe which provides
> /etc/init.d/xserver-nodm (no idea if it's part of e-image-core).
>ed checkout on mirror.
>>

I will try to build this recipe alone. and I still have one problem:
how to merge this package into rootfs
when i finish the building stage if the package is not in the e-image-core.

Thanks for you advice.


daniel



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Does anybody try the e-image-core
  2010-05-19  9:42 ` Martin Jansa
  2010-05-19 11:08   ` daniel tian
@ 2010-05-21  3:06   ` daniel tian
  1 sibling, 0 replies; 4+ messages in thread
From: daniel tian @ 2010-05-21  3:06 UTC (permalink / raw)
  To: openembedded-devel; +Cc: martin.jansa

2010/5/19 Martin Jansa <martin.jansa@gmail.com>:
> On Wed, May 19, 2010 at 05:31:21PM +0800, daniel tian wrote:
>> Hi, guys:
>>     Now I am working on a project: porting the enlighenment on mips machine.
>>     The local.conf is configure as db1200 machine which is a mips32
>> little endian arch.
>>     I have already built a rootfs and kernel from previous
>> openembedded source code.
>>     But the startx command is not found, so I don't know how to
>> startup the enlightenment desktop, and maybe there have any others
>> packages missing in this rootfs.
>
> you can try xserver-nodm-init recipe which provides
> /etc/init.d/xserver-nodm (no idea if it's part of e-image-core).
>
I already built the xserver-nodm-init recipe, and the "opkg install
xserver-nodm-init_1.0-r11.5_all.ipk" runned on my board.
but errors happen, here is the message:

Installing xserver-nodm-init (1.0-r11.5) to root...
Configuring xserver-nodm-init.
 Adding system startup for /etc/init.d/xserver-nodm.
Starting Xserver
/etc/rc5.d/S05xserver-nodm: line 35: /etc/X11/Xserver: not found

it seems I still miss something else.

Any ideas?
Sorry, I am  a novice in this OE.

Thank u very much.
                                                            daniel



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-05-21  3:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-19  9:31 Does anybody try the e-image-core daniel tian
2010-05-19  9:42 ` Martin Jansa
2010-05-19 11:08   ` daniel tian
2010-05-21  3:06   ` daniel tian

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.