]> code.ossystems Code Review - meta-freescale.git/commitdiff
Overide smb configuration file
authorChunrong Guo <b40290@freescale.com>
Mon, 12 Mar 2012 15:06:08 +0000 (15:06 +0000)
committerMatthew McClintock <msm@freescale.com>
Mon, 12 Mar 2012 18:24:15 +0000 (13:24 -0500)
Signed-off-by: Chunrong Guo <b40290@freescale.com>
meta-fsl-ppc/recipes-append/samba/files/smb.conf [new file with mode: 0644]
meta-fsl-ppc/recipes-append/samba/samba_3.5.6.bbappend [new file with mode: 0644]

diff --git a/meta-fsl-ppc/recipes-append/samba/files/smb.conf b/meta-fsl-ppc/recipes-append/samba/files/smb.conf
new file mode 100644 (file)
index 0000000..c13df31
--- /dev/null
@@ -0,0 +1,22 @@
+[global]
+interfaces = eth0, eth1
+map to guest = Bad User
+client NTLMv2 auth = Yes
+client lanman auth = No
+client plaintext auth = No
+max xmit = 2097152
+socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=262142 SO_SNDBUF=262142
+dns proxy = No
+use sendfile = Yes
+guest account = root
+pre-reply write = No
+min receivefile size = 1
+dos charset = UTF-8
+unix charset = UTF-8
+display charset = UTF-8
+
+[public]
+path = /smbshare
+read only = No
+guest ok = Yes
+
diff --git a/meta-fsl-ppc/recipes-append/samba/samba_3.5.6.bbappend b/meta-fsl-ppc/recipes-append/samba/samba_3.5.6.bbappend
new file mode 100644 (file)
index 0000000..7277e47
--- /dev/null
@@ -0,0 +1,4 @@
+FILEXTRAPATHS_prepend := "${THISDIR}/files:"
+
+PR .= "+${DISTRO}.0"
+