[[linux-yocto] [PATCH 12/13] bsp: add extended common-pc bsps] On 04/02/2016 (Thu 16:25) California Sullivan wrote:
> By using the extended ktype instead of standard, these bsps have the > same functionality of the old -standard bsps. Same here, if we don't use a ktype, vs. say a "devel" feature instead. With respect to the devel feature, I guess we could have it enabled by default on the current kernel, and then on an uprev use that as a flag day to make it not the default. Not sure what the mandate was that started this series, but I still think a ktype is a heavy handed mechanism to deal with config data -- plus once you expand that matrix, you can't effectively ever shrink it again -- we'll have it for life. P. -- > > Signed-off-by: California Sullivan <[email protected]> > --- > bsp/common-pc-64/common-pc-64-extended.scc | 17 +++++++++++++++++ > bsp/common-pc/common-pc-extended.scc | 17 +++++++++++++++++ > 2 files changed, 34 insertions(+) > create mode 100644 bsp/common-pc-64/common-pc-64-extended.scc > create mode 100644 bsp/common-pc/common-pc-extended.scc > > diff --git a/bsp/common-pc-64/common-pc-64-extended.scc > b/bsp/common-pc-64/common-pc-64-extended.scc > new file mode 100644 > index 0000000..2b81e66 > --- /dev/null > +++ b/bsp/common-pc-64/common-pc-64-extended.scc > @@ -0,0 +1,17 @@ > +define KMACHINE common-pc-64 > +define KMACHINE qemux86-64 > +define KTYPE extended > +define KARCH x86_64 > + > +include ktypes/extended/extended.scc > + > +include common-pc-64.scc > + > +# default policy for standard kernels > +include cfg/boot-live.scc > +include cfg/usb-mass-storage.scc > +include features/latencytop/latencytop.scc > +include features/profiling/profiling.scc > +include cfg/virtio.scc > +include features/media/media-usb-webcams.scc > +include features/sound/snd_hda_intel.scc > diff --git a/bsp/common-pc/common-pc-extended.scc > b/bsp/common-pc/common-pc-extended.scc > new file mode 100644 > index 0000000..a03b989 > --- /dev/null > +++ b/bsp/common-pc/common-pc-extended.scc > @@ -0,0 +1,17 @@ > +define KMACHINE common-pc > +define KMACHINE qemux86 > +define KTYPE extended > +define KARCH i386 > + > +include ktypes/extended/extended.scc > + > +include common-pc.scc > + > +# default policy for standard kernels > +include cfg/boot-live.scc > +include cfg/usb-mass-storage.scc > +include features/latencytop/latencytop.scc > +include features/profiling/profiling.scc > +include cfg/virtio.scc > +include features/media/media-usb-webcams.scc > +include features/sound/snd_hda_intel.scc > -- > 2.5.0 > > -- > _______________________________________________ > linux-yocto mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/linux-yocto -- _______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
