From d4880eacd8eb57567844e43ea51a927784359ff3 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sat, 4 Apr 2009 19:27:23 +0200 Subject: linux-omap_2.6.28: added NFSD as module in beagleboard/defconfig --- recipes/linux/linux-omap-2.6.28/beagleboard/defconfig | 10 ++++++++-- recipes/linux/linux-omap_2.6.28.bb | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/recipes/linux/linux-omap-2.6.28/beagleboard/defconfig b/recipes/linux/linux-omap-2.6.28/beagleboard/defconfig index 7941542b4e..2c95d76309 100644 --- a/recipes/linux/linux-omap-2.6.28/beagleboard/defconfig +++ b/recipes/linux/linux-omap-2.6.28/beagleboard/defconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.28-omap1 -# Tue Mar 24 16:56:43 2009 +# Sat Apr 4 17:44:18 2009 # CONFIG_ARM=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y @@ -1930,9 +1930,15 @@ CONFIG_NFS_V3=y # CONFIG_NFS_V3_ACL is not set CONFIG_NFS_V4=y CONFIG_ROOT_NFS=y -# CONFIG_NFSD is not set +CONFIG_NFSD=m +CONFIG_NFSD_V2_ACL=y +CONFIG_NFSD_V3=y +CONFIG_NFSD_V3_ACL=y +CONFIG_NFSD_V4=y CONFIG_LOCKD=y CONFIG_LOCKD_V4=y +CONFIG_EXPORTFS=m +CONFIG_NFS_ACL_SUPPORT=m CONFIG_NFS_COMMON=y CONFIG_SUNRPC=y CONFIG_SUNRPC_GSS=y diff --git a/recipes/linux/linux-omap_2.6.28.bb b/recipes/linux/linux-omap_2.6.28.bb index d14472021e..c7b217a23d 100644 --- a/recipes/linux/linux-omap_2.6.28.bb +++ b/recipes/linux/linux-omap_2.6.28.bb @@ -13,7 +13,7 @@ DEFAULT_PREFERENCE_omap5912osk = "1" SRCREV = "79d042a081d3e467c735bb0d9569ed6296f85a3c" PV = "2.6.28" -PR = "r18" +PR = "r19" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;branch=omap-2.6.28;protocol=git \ file://defconfig" -- cgit v1.2.3 From c6f4f96987db54cefb8955982c2e88a8d869e916 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sun, 5 Apr 2009 12:09:37 +0200 Subject: checksums: add checksums for zope interface --- conf/checksums.ini | 12 ++++++++---- recipes/zope/python-zopeinterface_3.5.1.bb | 9 +++++++++ recipes/zope/zope-interfaces_3.3.0.bb | 9 --------- 3 files changed, 17 insertions(+), 13 deletions(-) create mode 100644 recipes/zope/python-zopeinterface_3.5.1.bb delete mode 100644 recipes/zope/zope-interfaces_3.3.0.bb diff --git a/conf/checksums.ini b/conf/checksums.ini index c3c91e2dbf..fbe1bc77bb 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -1,7 +1,3 @@ -[http://effbot.org/media/downloads/elementtree-1.2.7-20070827-preview.zip] -md5=30e2fe5edd143f347e03a8baf5d60f8a -sha256=5071431068c58c1f56dcc8fff37f8a213351f3b45c012d3adb640ec9418053ad - [http://www.directfb.org/downloads/Extras/++DFB-0.9.25.tar.gz] md5=c6a2705f6210d8ede50a947b375f1c0b sha256=b3dbf01563dd60d63cff543ea8cd0c885381e78ecbbab8ff176e46df3f198a88 @@ -26798,6 +26794,14 @@ sha256=81a5c8b74f100d7444356895f745321de53398f70e83b69f8284b0bf63c99ad0 md5=ae1f9198544d1585f44dab7bab110ae3 sha256=28e73da5403faad322022e8fb327f99677841d26396a1a1f1e854c768b47cf7c +[http://pypi.python.org/packages/source/z/zope.interface/zope.interface-3.3.0.tar.gz] +md5=93668855e37b4691c5c956665c33392c +sha256=c049ef6f0748a2db26c7d01de1566e52f048e5fa6fbbb8da90c43e55597a5075 + +[http://pypi.python.org/packages/source/z/zope.interface/zope.interface-3.5.1.tar.gz] +md5=685fc532550abb07cca6190c9cd2b901 +sha256=b81d898532c47f73475c2d0c23580e289eed25923d007eca8e62750c0998bba0 + [http://downloads.sourceforge.net/zrally/zrally_0.90_src.tar.gz] md5=7084c0d2b28108563ca45e5ec1533ba1 sha256=c4fb0477fdc110b63d867ae2a46cca7913fa6a0ca8bf574c7189329bea91dcdf diff --git a/recipes/zope/python-zopeinterface_3.5.1.bb b/recipes/zope/python-zopeinterface_3.5.1.bb new file mode 100644 index 0000000000..85533910ff --- /dev/null +++ b/recipes/zope/python-zopeinterface_3.5.1.bb @@ -0,0 +1,9 @@ +DESCRIPTION = "Interface definitions for Zope products" +SECTION = "console/network" +PRIORITY = "optional" +LICENSE = "ZPL" + +inherit distutils + +SRC_URI = "http://pypi.python.org/packages/source/z/zope.interface/zope.interface-${PV}.tar.gz" +S = "${WORKDIR}/zope.interface-${PV}" diff --git a/recipes/zope/zope-interfaces_3.3.0.bb b/recipes/zope/zope-interfaces_3.3.0.bb deleted file mode 100644 index 85533910ff..0000000000 --- a/recipes/zope/zope-interfaces_3.3.0.bb +++ /dev/null @@ -1,9 +0,0 @@ -DESCRIPTION = "Interface definitions for Zope products" -SECTION = "console/network" -PRIORITY = "optional" -LICENSE = "ZPL" - -inherit distutils - -SRC_URI = "http://pypi.python.org/packages/source/z/zope.interface/zope.interface-${PV}.tar.gz" -S = "${WORKDIR}/zope.interface-${PV}" -- cgit v1.2.3