Re: [yocto] Kernel Panic: /sbin/init not found

2015-04-07 Thread Paul Eggleton
On Tuesday 07 April 2015 00:06:39 Yu, Chan KitX wrote: > I guess I have mistaken something in > https://wiki.yoctoproject.org/wiki/Multilib#How_to_use_it . I have simply > put the line: > > IMAGE_INSTALL = "lib32-connman" > > which turned out to be a wrong move. I'm not entirely sure of why this

Re: [yocto] Kernel Panic: /sbin/init not found

2015-04-06 Thread Yu, Chan KitX
, Virgil [mailto:virgil.sm...@flir.com] > Sent: Tuesday, April 07, 2015 1:13 AM > To: Paul Eggleton > Cc: Yu, Chan KitX; yocto@yoctoproject.org > Subject: RE: [yocto] Kernel Panic: /sbin/init not found > > > > This is not true in the general case. You definitely can use &g

Re: [yocto] Kernel Panic: /sbin/init not found

2015-04-06 Thread Smith, Virgil
> This is not true in the general case. You definitely can use > IMAGE_INSTALL_append with a leading space to add items to an image, I just > verified that now. > > I'm not clear on exactly what happened in the case we're discussing, at least > initially it sounded like IMAGE_INSTALL = rather than

Re: [yocto] Kernel Panic: /sbin/init not found

2015-04-04 Thread Paul Eggleton
On Friday 03 April 2015 15:31:06 Smith, Virgil wrote: > > > OK, it turned out that prepending the space before lib32-connman does > > > not do any good. However, commenting out the line which contains the > > > IMAGE_INSTALL_append does. That begs the question; what does > > > lib32-connman do? > >

Re: [yocto] Kernel Panic: /sbin/init not found

2015-04-03 Thread Smith, Virgil
> > OK, it turned out that prepending the space before lib32-connman does > > not do any good. However, commenting out the line which contains the > > IMAGE_INSTALL_append does. That begs the question; what does > > lib32-connman do? > > It's not lib32-connman that's the problem. The problem is tha

Re: [yocto] Kernel Panic: /sbin/init not found

2015-04-03 Thread Paul Eggleton
On Friday 03 April 2015 08:16:44 Yu, Chan KitX wrote: > > -Original Message- > > From: Yu, Chan KitX > > Sent: Friday, April 03, 2015 3:06 PM > > To: Chen, Qi (Wind River); Paul Eggleton > > Cc: yocto@yoctoproject.org > > Subject: RE: [yocto

Re: [yocto] Kernel Panic: /sbin/init not found

2015-04-03 Thread Yu, Chan KitX
> -Original Message- > From: Yu, Chan KitX > Sent: Friday, April 03, 2015 3:06 PM > To: Chen, Qi (Wind River); Paul Eggleton > Cc: yocto@yoctoproject.org > Subject: RE: [yocto] Kernel Panic: /sbin/init not found > > > > > -Original Message--

Re: [yocto] Kernel Panic: /sbin/init not found

2015-04-03 Thread Yu, Chan KitX
> -Original Message- > From: ChenQi [mailto:qi.c...@windriver.com] > Sent: Friday, April 03, 2015 3:03 PM > To: Yu, Chan KitX; Paul Eggleton > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] Kernel Panic: /sbin/init not found > > On 04/03/2015 02:43

Re: [yocto] Kernel Panic: /sbin/init not found

2015-04-03 Thread ChenQi
On 04/03/2015 02:43 PM, Yu, Chan KitX wrote: -Original Message- From: Yu, Chan KitX Sent: Friday, April 03, 2015 2:30 PM To: 'Paul Eggleton' Cc: yocto@yoctoproject.org Subject: RE: [yocto] Kernel Panic: /sbin/init not found -Original Message- From: Pau

Re: [yocto] Kernel Panic: /sbin/init not found

2015-04-02 Thread Yu, Chan KitX
> -Original Message- > From: Yu, Chan KitX > Sent: Friday, April 03, 2015 2:30 PM > To: 'Paul Eggleton' > Cc: yocto@yoctoproject.org > Subject: RE: [yocto] Kernel Panic: /sbin/init not found > > > > > -Original Message-

Re: [yocto] Kernel Panic: /sbin/init not found

2015-04-02 Thread Yu, Chan KitX
> -Original Message- > From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] > Sent: Thursday, April 02, 2015 7:37 PM > To: Yu, Chan KitX > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] Kernel Panic: /sbin/init not found > > Hi Chan Kit, > > On T

Re: [yocto] Kernel Panic: /sbin/init not found

2015-04-02 Thread Paul Eggleton
Hi Chan Kit, On Thursday 02 April 2015 09:25:35 Yu, Chan KitX wrote: > My Yocto build environment was working perfectly until last week when I got > kernel panic caused by missing/sbin/init. When I examined the image, I > found that /sbin/init is indeed absent from the root image. To troubleshoot

[yocto] Kernel Panic: /sbin/init not found

2015-04-02 Thread Yu, Chan KitX
Hello all, My Yocto build environment was working perfectly until last week when I got kernel panic caused by missing/sbin/init. When I examined the image, I found that /sbin/init is indeed absent from the root image. To troubleshoot the issue, I tried building a stock Yocto whose target platfo