On 06/24/2011 06:57 AM, Bruce Ashfield wrote: > On 06/24/11 02:34, Jingdong Lu wrote: >> From: Jingdong Lu<[email protected]> >> >> Add IPC config for routestationpro > > I replied to what looked to be v2 of this change, > so am dropping this patch. If they were indeed > different, you'll need to point me at what I missed. > > Also: I got direct email for all these, and a copy > separate to the list. If you are having trouble > with git send-email, feel free to send your workflow > and we can likely help!
scripts/send-pull-request will also work with the linux-yocto git repository. Same workflow that way. > > Cheers, > > Bruce > >> >> Signed-off-by: Jingdong Lu<[email protected]> >> --- >> .../bsp/routerstationpro/routerstationpro.cfg | 8 ++++++-- >> 1 files changed, 6 insertions(+), 2 deletions(-) >> >> diff --git a/meta/cfg/kernel-cache/bsp/routerstationpro/routerstationpro.cfg >> b/meta/cfg/kernel-cache/bsp/routerstationpro/routerstationpro.cfg >> index f58dfe8..d0f8f58 100644 >> --- a/meta/cfg/kernel-cache/bsp/routerstationpro/routerstationpro.cfg >> +++ b/meta/cfg/kernel-cache/bsp/routerstationpro/routerstationpro.cfg >> @@ -215,8 +215,12 @@ CONFIG_INIT_ENV_ARG_LIMIT=32 >> CONFIG_LOCALVERSION="" >> CONFIG_LOCALVERSION_AUTO=y >> CONFIG_SWAP=y >> -# CONFIG_SYSVIPC is not set >> -# CONFIG_BSD_PROCESS_ACCT is not set >> +CONFIG_SYSVIPC=y >> +CONFIG_SYSVIPC_SYSCTL=y >> +CONFIG_POSIX_MQUEUE=y >> +CONFIG_POSIX_MQUEUE_SYSCTL=y >> +CONFIG_BSD_PROCESS_ACCT=y >> +CONFIG_BSD_PROCESS_ACCT_V3=y >> # CONFIG_TASKSTATS is not set >> # CONFIG_AUDIT is not set >> > > _______________________________________________ > yocto mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/yocto -- Darren Hart Intel Open Source Technology Center Yocto Project - Linux Kernel _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
