Re: [linux-yocto] [PATCH] cfg: Add config fragments for docker

2018-07-19 Thread He Zhe
On 2018年07月19日 22:58, Bruce Ashfield wrote: > We already carry the .cfg fragments for docker in the > meta-virtualization layer. > > Are the ones there not working ? Thanks for reminding, they're ok there. Please ignore this. Zhe > > While we could move these into the kernel-cache, it makes >

Re: [linux-yocto] [PATCH] cfg: Add config fragments for docker

2018-07-19 Thread Bruce Ashfield
We already carry the .cfg fragments for docker in the meta-virtualization layer. Are the ones there not working ? While we could move these into the kernel-cache, it makes them less visible or forces the maintenance of two copies of the same config. Bruce On 07/19/2018 10:56 AM, zhe...@windriv

Re: [linux-yocto] [PATCH] intel-x86: Add preemp-rt config entries

2018-07-19 Thread Bruce Ashfield
merged. Bruce On 07/18/2018 09:44 AM, zhe...@windriver.com wrote: From: He Zhe Signed-off-by: He Zhe --- bsp/intel-x86/intel-x86-32-preempt-rt.scc | 9 + bsp/intel-x86/intel-x86-64-preempt-rt.scc | 8 2 files changed, 17 insertions(+) create mode 100644 bsp/intel-x86/i

[linux-yocto] [PATCH] cfg: Add config fragments for docker

2018-07-19 Thread zhe.he
From: He Zhe Signed-off-by: He Zhe --- cfg/docker.cfg | 10 ++ cfg/docker.scc | 4 2 files changed, 14 insertions(+) create mode 100644 cfg/docker.cfg create mode 100644 cfg/docker.scc diff --git a/cfg/docker.cfg b/cfg/docker.cfg new file mode 100644 index 000..c678c94 ---