Dnia wtorek, 9 lutego 2010 o 01:43:32 Petr Štetiar napisał(a): > Signed-off-by: Petr Štetiar <[email protected]> > --- > recipes/linux/linux_2.6.24.bb | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes/linux/linux_2.6.24.bb b/recipes/linux/linux_2.6.24.bb > index 31a8a04..9aca4c7 100644 > --- a/recipes/linux/linux_2.6.24.bb > +++ b/recipes/linux/linux_2.6.24.bb > @@ -7,12 +7,12 @@ DEFAULT_PREFERENCE_mpc8313e-rdb = "1" > DEFAULT_PREFERENCE_simpad = "1" > DEFAULT_PREFERENCE_atngw100 = "1" > DEFAULT_PREFERENCE_at32stk1000 = "1" > -DEFAULT_PREFERENCE_ts72xx = "1" > +DEFAULT_PREFERENCE_ts72xx = "-1"
Just drop DEF_PREF, do not set it to default value. > -PR = "r34" > +PR = "r35" Do not bump kernel PR if you do not use it anymore. This part should go to previous patch as it changes patches. Regards, -- JID: [email protected] Website: http://marcin.juszkiewicz.com.pl/ LinkedIn: http://www.linkedin.com/in/marcinjuszkiewicz _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
