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 },
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
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
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/
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
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
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
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.