On Fri, Jan 31, 2014 at 05:59:36PM -0500, Sam Nelson wrote: > - Device support pci interface
Ack, but normally you would want to bump MACHINE_KERNEL_PR, which is conveniently located in the same .inc file. That way if someone was building before and after this change, they'll get the kernel and all external modules rebuilt with the change. Otherwise the rebuild won't be triggered, unless you change something else in the kernel or do a clean build (which you always do) > Signed-off-by: Sam Nelson <[email protected]> > --- > conf/machine/include/keystone.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/conf/machine/include/keystone.inc > b/conf/machine/include/keystone.inc > index 72e71bf..02bd295 100644 > --- a/conf/machine/include/keystone.inc > +++ b/conf/machine/include/keystone.inc > @@ -20,4 +20,4 @@ UBOOT_LOADADDRESS = "0x80008000" > EXTRA_IMAGEDEPENDS += "u-boot" > EXTRA_IMAGEDEPENDS += "boot-monitor" > > -MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat" > +MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat pci" > -- > 1.7.9.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
