summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-24 13:03:50 +0000
committerSaul Wold <sgw@linux.intel.com>2011-05-06 17:44:23 -0700
commit5570e0ae78e513d779962dbe6788d6ed54526384 (patch)
tree116a4eacde529c20309a90d2d1375d0f7197a332 /meta
parent310897df07de98301bd12d0a32985b95bc974473 (diff)
downloadpoky-5570e0ae78e513d779962dbe6788d6ed54526384.tar.gz
base-files: Remove sysctl.conf file. This is now provided by the procpc recipe.
The base-files version is horribly outdated too. [YOCTO #924] (From OE-Core rev: f61df1f1e4a191ed3dd3d71aa78a479c615b14d1) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/base-files/base-files/sysctl.conf29
-rw-r--r--meta/recipes-core/base-files/base-files_3.0.14.bb2
2 files changed, 0 insertions, 31 deletions
diff --git a/meta/recipes-core/base-files/base-files/sysctl.conf b/meta/recipes-core/base-files/base-files/sysctl.conf
deleted file mode 100644
index d466a94eed..0000000000
--- a/meta/recipes-core/base-files/base-files/sysctl.conf
+++ /dev/null
@@ -1,29 +0,0 @@
1#
2# Configuration file for setting system variables in /proc
3#
4
5#kernel.domainname = example.com
6#net/ipv4/icmp_echo_ignore_broadcasts=1
7
8# the following stops low-level messages on console
9#kernel.printk = 4 4 1 7
10
11# enable /proc/$pid/maps privacy so that memory relocations are not
12# visible to other users.
13#kernel.maps_protect = 1
14
15##############################################################3
16# Functions previously found in netbase
17#
18
19# Uncomment the next line to enable Spoof protection (reverse-path filter)
20#net.ipv4.conf.default.rp_filter=1
21
22# Uncomment the next line to enable TCP/IP SYN cookies
23#net.ipv4.tcp_syncookies=1
24
25# Uncomment the next line to enable packet forwarding for IPv4
26#net.ipv4.conf.default.forwarding=1
27
28# Uncomment the next line to enable packet forwarding for IPv6
29#net.ipv6.conf.default.forwarding=1
diff --git a/meta/recipes-core/base-files/base-files_3.0.14.bb b/meta/recipes-core/base-files/base-files_3.0.14.bb
index d2fec72913..d8f96c0b71 100644
--- a/meta/recipes-core/base-files/base-files_3.0.14.bb
+++ b/meta/recipes-core/base-files/base-files_3.0.14.bb
@@ -17,7 +17,6 @@ SRC_URI = "file://rotation \
17 file://issue.net \ 17 file://issue.net \
18 file://issue \ 18 file://issue \
19 file://usbd \ 19 file://usbd \
20 file://sysctl.conf \
21 file://share/dot.bashrc \ 20 file://share/dot.bashrc \
22 file://share/dot.profile \ 21 file://share/dot.profile \
23 file://licenses/BSD \ 22 file://licenses/BSD \
@@ -95,7 +94,6 @@ do_install () {
95 install -m 0644 ${WORKDIR}/rotation ${D}${sysconfdir}/rotation 94 install -m 0644 ${WORKDIR}/rotation ${D}${sysconfdir}/rotation
96 fi 95 fi
97 96
98 install -m 0644 ${WORKDIR}/sysctl.conf ${D}${sysconfdir}/
99 install -m 0644 ${WORKDIR}/fstab ${D}${sysconfdir}/fstab 97 install -m 0644 ${WORKDIR}/fstab ${D}${sysconfdir}/fstab
100 install -m 0644 ${WORKDIR}/filesystems ${D}${sysconfdir}/filesystems 98 install -m 0644 ${WORKDIR}/filesystems ${D}${sysconfdir}/filesystems
101 install -m 0644 ${WORKDIR}/usbd ${D}${sysconfdir}/default/usbd 99 install -m 0644 ${WORKDIR}/usbd ${D}${sysconfdir}/default/usbd