Acked-by: Chang Rebecca Swee Fun <[email protected]>
> -----Original Message----- > From: [email protected] [mailto:linux-yocto- > [email protected]] On Behalf Of [email protected] > Sent: 14 April, 2015 2:54 PM > To: [email protected] > Subject: [linux-yocto] [PATCH 2/2] intel-core*: Add Braswell soc support > > From: Ng Wei Tee <[email protected]> > > Include the Braswell SoC feature in the two intel-common BSPs. The Braswell > SoC is used in both 32 and 64 bit environments. > > Signed-off-by: Ng Wei Tee <[email protected]> > --- > .../bsp/intel-common/intel-core2-32.scc | 1 + > .../bsp/intel-common/intel-corei7-64.scc | 1 + > 2 files changed, 2 insertions(+) > > diff --git a/meta/cfg/kernel-cache/bsp/intel-common/intel-core2-32.scc > b/meta/cfg/kernel-cache/bsp/intel-common/intel-core2-32.scc > index 805158d..228c315 100644 > --- a/meta/cfg/kernel-cache/bsp/intel-common/intel-core2-32.scc > +++ b/meta/cfg/kernel-cache/bsp/intel-common/intel-core2-32.scc > @@ -9,6 +9,7 @@ include cfg/x86.scc > > # Supported platforms and SoCs > include features/soc/baytrail/baytrail.scc > +include features/soc/braswell/braswell.scc > include features/soc/tunnelcreek/tunnelcreek.scc > > # Fixme: These should be moved into something similar to the above diff -- > git a/meta/cfg/kernel-cache/bsp/intel-common/intel-corei7-64.scc > b/meta/cfg/kernel-cache/bsp/intel-common/intel-corei7-64.scc > index 791028d..5554dbe 100644 > --- a/meta/cfg/kernel-cache/bsp/intel-common/intel-corei7-64.scc > +++ b/meta/cfg/kernel-cache/bsp/intel-common/intel-corei7-64.scc > @@ -9,6 +9,7 @@ include cfg/x86_64.scc > > # Supported platforms and SoCs > include features/soc/baytrail/baytrail.scc > +include features/soc/braswell/braswell.scc > > # Fixme: These should be moved into something similar to the above > include bsp/haswell-wc/haswell-wc.scc > -- > 1.7.9.5 > > -- > _______________________________________________ > 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
