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

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


Alex

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

Reply via email to