[OE-core] [PATCH] qemu: exclude some ARM EABI obsolete syscalls

2014-06-22 Thread rongqing.li
From: "Roy.Li" some syscalls are obsolete and no longer available for EABI, exclude them to fix the below error: In file included from qemu-seccomp.c:16:0: qemu-seccomp.c:28:7: error: '__NR_select' undeclared here (not in a function) { SCMP_SYS(select), 252 },

[OE-core] [PATCH 3/5] iptables: add default rules

2014-06-22 Thread Kai Kang
Add default rule files for iptable/ip6tables from RHEL 5.8. Signed-off-by: Kai Kang --- .../iptables/iptables/ip6tables.rules | 31 ++ .../iptables/iptables/iptables.rules | 30 + 2 files changed, 61 insertions(+) create mode 10

[OE-core] [PATCH 4/5] iptables: update rules for ip6tables

2014-06-22 Thread Kai Kang
ip6tables doesn't recognize target REJECT, then use DROP instead. Signed-off-by: Kai Kang --- meta/recipes-extended/iptables/iptables/ip6tables.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/iptables/iptables/ip6tables.rules b/meta/recipes-extend

[OE-core] [PATCH 1/5] iptables: update RRECOMMENDS

2014-06-22 Thread Kai Kang
Update RRECOMMENDS for iptables that some iptables basic rules need these kernel modules. Signed-off-by: Kai Kang --- meta/recipes-extended/iptables/iptables_1.4.21.bb | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/meta/recipes-extended/iptables/iptables_1.4.21.bb b/

[OE-core] [PATCH 0/5] Update iptables runtime recommends and add default init scripts and configs

2014-06-22 Thread Kai Kang
Update iptables runtime recommends and add default init scripts and configs from redhat. That gives users rudimental configures and users only need to update their own iptables rules. The following changes since commit 7c1a975a1c2fd884aa9f6f4736656d854a6c5edb: bitbake: toaster: Fix spacing an

[OE-core] [PATCH 2/5] iptables: add init script and configure file

2014-06-22 Thread Kai Kang
Add init script and related configure file for iptables from RedHat 6 package iptables version 1.4.7. Remove trailing white spaces. Signed-off-by: Kai Kang --- .../iptables/iptables/iptables-config | 54 +++ .../iptables/iptables/iptables.init| 445

[OE-core] [PATCH 5/5] iptables: update init script and bb file

2014-06-22 Thread Kai Kang
Update path of command iptables in init script that we put it in /usr/sbin rather than /sbin. Then update bb file to install init script, configure and rules files. Signed-off-by: Kai Kang --- meta/recipes-extended/iptables/iptables/iptables.init | 4 ++-- meta/recipes-extended/iptables/iptable

Re: [OE-core] resolvconf bugs

2014-06-22 Thread Saul Wold
On 06/20/2014 12:29 PM, Jate S wrote: I have been using the resolvconf recipe, and I have discovered a few things which keep it from working. The resolvconf script uses /lib/resolvconf/list-records, but the recipe does not install it. This causes an error when /etc/resolvconf/update.d/libc runs.