> -----Original Message----- > From: [email protected] [mailto:meta-ti- > [email protected]] On Behalf Of Denys Dmytriyenko > Sent: Monday, March 18, 2013 1:41 PM > To: [email protected] > Subject: [meta-ti] [PATCH 2/3] am335x, beaglebone: switch default > preference to ti-staging tree > > From: Denys Dmytriyenko <[email protected]> > > SDKs or other users of meta-ti can still use one of the older 3.2 > recipes for > stability or featureset, by setting PREFERRED_PROVIDER in distro > or local config. > > Signed-off-by: Denys Dmytriyenko <[email protected]> > --- > conf/machine/am335x-evm.conf | 2 +- > conf/machine/beaglebone.conf | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/conf/machine/am335x-evm.conf b/conf/machine/am335x- > evm.conf > index 91f7e54..77dbced 100644 > --- a/conf/machine/am335x-evm.conf > +++ b/conf/machine/am335x-evm.conf > @@ -13,7 +13,7 @@ IMAGE_FSTYPES += "ubi tar.gz" > > SERIAL_CONSOLE = "115200 ttyO0" > > -PREFERRED_PROVIDER_virtual/kernel = "linux-ti33x-psp" > +PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging"
I would probably change the one in include/ti33x.inc and remove these settings from the machine conf files. Or at least fix ti33x.inc as well. > > # UBI information. Note that this is board and kernel specific. > Changes > # in your kernel port may require changes in these variables. > For more > diff --git a/conf/machine/beaglebone.conf > b/conf/machine/beaglebone.conf > index f4112f5..005858f 100644 > --- a/conf/machine/beaglebone.conf > +++ b/conf/machine/beaglebone.conf > @@ -7,7 +7,7 @@ require conf/machine/include/ti33x.inc > # Only has DVI connector for external screen > GUI_MACHINE_CLASS = "bigscreen" > > -PREFERRED_PROVIDER_virtual/kernel = "linux-ti33x-psp" > +PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" > > IMAGE_FSTYPES += "tar.gz" > > -- > 1.8.1.5 > > _______________________________________________ > meta-ti mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-ti _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
