On Tue, Aug 05, 2014 at 01:24:18AM +0200, Nicolas Dechesne wrote: > Hi, > > On Wed, Jul 30, 2014 at 3:35 AM, Denys Dmytriyenko <[email protected]> wrote: > > diff --git a/recipes-kernel/linux/linux-ti-staging_3.14.bb > > b/recipes-kernel/linux/linux-ti-staging_3.14.bb > > index b505640..c223c88 100644 > > --- a/recipes-kernel/linux/linux-ti-staging_3.14.bb > > +++ b/recipes-kernel/linux/linux-ti-staging_3.14.bb > > @@ -3,8 +3,6 @@ DESCRIPTION = "Linux kernel for TI devices" > > LICENSE = "GPLv2" > > LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" > > > > -DEFAULT_PREFERENCE = "-1" > > - > > i just noticed this change ^^. Was this intentional? This is a big > change which could have been in its own commit, or at least should > have been mentioned in the commit log... as it is it was lost in the > noise..
Yes, it was intentional. As a matter of fact, it was always a goal to have the latest kernel as the default in meta-ti, to help with testing and stabilizing. The only reason it was temporarily set at lower priority is to the breakacge with SGX drivers: http://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/commit/?id=15b808a92754e242018e456dfa56738e3075c7ce Since SGX breakage was resolved recently, it was again marked as default. Was there anything else broken for you? -- Denys -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
