Le 31/01/2014 12:24, Alexander Graf a écrit :
> On 31.01.2014, at 12:16, Guillaume Gardet <[email protected]> wrote:
>
>> Hi,
>>
>> could you accept SR#220462 which fix Chromebook boot process and image 
>> creation, please.
>>
>> Then, we could work on fixing the kernel more easily.
> Please make
>
> @@ -30,7 +30,10 @@
>  <!-- we need to keep our time in sync, because there is no RTC -->
>  <package name="ntp"/>
>  <package name="openssh"/>
> +#if !IS_FLAVOR_chromebook
> +<!-- kernel-chromebook is in conflict with openSUSE-release -->
>  <package name="openSUSE-release"/>
> +#endif
>  <package name="openSUSE-release-ftp"/>
>  #if IS_FLAVOR_raspberrypi
>  <package name="pihwm"/>
>
> a bit more friendly to the other targets. Something like
>
> #if chromebook
> <!-- foo -->
> #else
> <package ...>
> #endif

Done. Please accept SR #220465.

>
> btw, any particular reason we're not using zImage?

u-boot-chromebook does not support zImage ATM.

Once kernel boot will be fixed, we could work on upgrading u-boot and/or using 
zImage. But really need working 13.1 images.


Guillaume

-- 
To unsubscribe, e-mail: [email protected]
To contact the owner, e-mail: [email protected]

Reply via email to