Re: [OE-core] Conflicting providers for ssh/sshd (dropbear and openssh)

2011-07-03 Thread Philip Balister

On 06/29/2011 09:56 AM, Koen Kooi wrote:


That's already the case now. The problem is the PROVIDES overlap since the Poky 
people decided a distro could only have one true ssh implementation instead of 
choosing it per image. So if your distro doesn't set the 
PREFERRED_PROVIDER_sshd you get those nagging messages during parsing that 
scare users and make consultants rich.



What's wrong with consultants getting rich?

Philip

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 4/5] sqlite: upgrade from 3.7.6.2 to 3.7.7.1

2011-07-03 Thread Yu Ke
Signed-off-by: Yu Ke ke...@intel.com
---
 meta/recipes-support/sqlite/sqlite3_3.7.6.2.bb |   10 --
 meta/recipes-support/sqlite/sqlite3_3.7.7.1.bb |   10 ++
 2 files changed, 10 insertions(+), 10 deletions(-)
 delete mode 100644 meta/recipes-support/sqlite/sqlite3_3.7.6.2.bb
 create mode 100644 meta/recipes-support/sqlite/sqlite3_3.7.7.1.bb

diff --git a/meta/recipes-support/sqlite/sqlite3_3.7.6.2.bb 
b/meta/recipes-support/sqlite/sqlite3_3.7.6.2.bb
deleted file mode 100644
index 34d1653..000
--- a/meta/recipes-support/sqlite/sqlite3_3.7.6.2.bb
+++ /dev/null
@@ -1,10 +0,0 @@
-require sqlite3.inc
-
-LIC_FILES_CHKSUM = 
file://sqlite3.h;endline=11;md5=65f0a57ca6928710b418c094b3570bb0
-
-SRC_URI = http://www.sqlite.org/sqlite-autoconf-3070602.tar.gz;
-S = ${WORKDIR}/sqlite-autoconf-3070602
-PR = r0
-
-SRC_URI[md5sum] = f16c08617968b4087b3d591fd575f59f
-SRC_URI[sha256sum] = 
53aa66f30d8ff87230d4173b7979814432b8084da77fba05992223f76593fc81
diff --git a/meta/recipes-support/sqlite/sqlite3_3.7.7.1.bb 
b/meta/recipes-support/sqlite/sqlite3_3.7.7.1.bb
new file mode 100644
index 000..5651c07
--- /dev/null
+++ b/meta/recipes-support/sqlite/sqlite3_3.7.7.1.bb
@@ -0,0 +1,10 @@
+require sqlite3.inc
+
+LIC_FILES_CHKSUM = 
file://sqlite3.h;endline=11;md5=65f0a57ca6928710b418c094b3570bb0
+
+SRC_URI = http://www.sqlite.org/sqlite-autoconf-3070701.tar.gz;
+S = ${WORKDIR}/sqlite-autoconf-3070701
+PR = r0
+
+SRC_URI[md5sum] = 554026fe7fac47b1cf61c18d5fe43419
+SRC_URI[sha256sum] = 
7dcc36b25f7bcbe2938d0ea2baea5b706f0af93473d02a3f612d7ab39e386edf
-- 
1.7.0.4


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 3/5] xauth: upgrade from 1.05 to 1.06

2011-07-03 Thread Yu Ke
Signed-off-by: Yu Ke ke...@intel.com
---
 .../xorg-app/{xauth_1.0.5.bb = xauth_1.0.6.bb}|4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/xorg-app/{xauth_1.0.5.bb = xauth_1.0.6.bb} (68%)

diff --git a/meta/recipes-graphics/xorg-app/xauth_1.0.5.bb 
b/meta/recipes-graphics/xorg-app/xauth_1.0.6.bb
similarity index 68%
rename from meta/recipes-graphics/xorg-app/xauth_1.0.5.bb
rename to meta/recipes-graphics/xorg-app/xauth_1.0.6.bb
index 23986ac..f00d30a 100644
--- a/meta/recipes-graphics/xorg-app/xauth_1.0.5.bb
+++ b/meta/recipes-graphics/xorg-app/xauth_1.0.6.bb
@@ -9,5 +9,5 @@ DEPENDS += libxau libxext libxmu
 PR = r0
 PE = 1
 
-SRC_URI[md5sum] = 46fc44e5e947d3720f3be5054044ff0e
-SRC_URI[sha256sum] = 
6d139500ff1daf806525adf071f8c1778ad138a0378c73ea831ad18847ad746c
+SRC_URI[md5sum] = 105f5b00bb9293b3db36f7e500d4f950
+SRC_URI[sha256sum] = 
a686406951f0ed6be45bc26182a1423e2cdffad2d492b33ff3fbf72f7bcb6b0b
-- 
1.7.0.4


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 0/5] upgrade recipes

2011-07-03 Thread Yu Ke
upgrade the recipe libidn, libdrm, xauth, sqlite, also update the manual check
field in distro_tracking_field

The following changes since commit ad2363278f0ea86fcf3464f8f6073d3a3d06be63:
  Khem Raj (1):
uclibc: Fix compilation in thumb mode

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib kyu3/upgrade-0701
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kyu3/upgrade-0701

Yu Ke (5):
  libidn: upgrade from 1.20 to 1.22
  libdrm: upgrade to 2.4.26
  xauth: upgrade from 1.05 to 1.06
  sqlite: upgrade from 3.7.6.2 to 3.7.7.1
  distro_tracking_field: update the manually check field

 .../conf/distro/include/distro_tracking_fields.inc |6 +-
 .../libidn/{libidn_1.20.bb = libidn_1.22.bb}  |5 +
 meta/recipes-graphics/drm/libdrm.inc   |3 +++
 .../{libdrm-2.4.25 = libdrm}/installtests.patch   |0
 .../drm/{libdrm_2.4.25.bb = libdrm_2.4.26.bb} |4 ++--
 .../xorg-app/{xauth_1.0.5.bb = xauth_1.0.6.bb}|4 ++--
 meta/recipes-support/sqlite/sqlite3_3.7.6.2.bb |   10 --
 meta/recipes-support/sqlite/sqlite3_3.7.7.1.bb |   10 ++
 8 files changed, 23 insertions(+), 19 deletions(-)
 rename meta/recipes-extended/libidn/{libidn_1.20.bb = libidn_1.22.bb} (79%)
 rename meta/recipes-graphics/drm/{libdrm-2.4.25 = libdrm}/installtests.patch 
(100%)
 rename meta/recipes-graphics/drm/{libdrm_2.4.25.bb = libdrm_2.4.26.bb} (54%)
 rename meta/recipes-graphics/xorg-app/{xauth_1.0.5.bb = xauth_1.0.6.bb} (68%)
 delete mode 100644 meta/recipes-support/sqlite/sqlite3_3.7.6.2.bb
 create mode 100644 meta/recipes-support/sqlite/sqlite3_3.7.7.1.bb


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 1/5] libidn: upgrade from 1.20 to 1.22

2011-07-03 Thread Yu Ke
- update the license checksum due to some text indent change

Signed-off-by: Yu Ke ke...@intel.com
---
 .../libidn/{libidn_1.20.bb = libidn_1.22.bb}  |5 +
 1 files changed, 1 insertions(+), 4 deletions(-)
 rename meta/recipes-extended/libidn/{libidn_1.20.bb = libidn_1.22.bb} (79%)

diff --git a/meta/recipes-extended/libidn/libidn_1.20.bb 
b/meta/recipes-extended/libidn/libidn_1.22.bb
similarity index 79%
rename from meta/recipes-extended/libidn/libidn_1.20.bb
rename to meta/recipes-extended/libidn/libidn_1.22.bb
index fa8953b..cf08eaf 100644
--- a/meta/recipes-extended/libidn/libidn_1.20.bb
+++ b/meta/recipes-extended/libidn/libidn_1.22.bb
@@ -4,7 +4,7 @@ HOMEPAGE = http://www.gnu.org/software/libidn/;
 SECTION = libs
 LICENSE = LGPLv2.1+  GPLv3+
 LIC_FILES_CHKSUM = file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
-file://COPYING.LIB;md5=a6f89e2100d9b6cdffcea4f398e37343 \
+file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
 
file://lib/idna.h;endline=21;md5=dbd4426bbc38846d5a6b94c3570fd756 \
 
file://src/idn.c;endline=20;md5=e7bc77cab53f7367b7e381aaa546e76c
 PR = r0
@@ -13,9 +13,6 @@ inherit pkgconfig autotools gettext
 
 SRC_URI = ${GNU_MIRROR}/libidn/${P}.tar.gz
 
-SRC_URI[md5sum] = 03996d474a696e59fdddbee87fc9519c
-SRC_URI[sha256sum] = 
e1bff472e8dce11064508ef5acbd6ac72371d0028f15c65f4a91ed157bfca8b1
-
 # command tool is under GPLv3+, while libidn itself is under LGPLv2.1+
 # so package command into a separate package
 PACKAGES =+ idn
-- 
1.7.0.4


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 5/5] distro_tracking_field: update the manually check field

2011-07-03 Thread Yu Ke
sqlite3
qemugl
console-tools
gconf-dbus

Signed-off-by: Yu Ke ke...@intel.com
---
 .../conf/distro/include/distro_tracking_fields.inc |6 +-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/meta/conf/distro/include/distro_tracking_fields.inc 
b/meta/conf/distro/include/distro_tracking_fields.inc
index ad64581..5af3c73 100644
--- a/meta/conf/distro/include/distro_tracking_fields.inc
+++ b/meta/conf/distro/include/distro_tracking_fields.inc
@@ -492,11 +492,12 @@ RECIPE_STATUS_pn-sqlite3 = green   # need upgrade
 RECIPE_LAST_UPDATE_pn-sqlite3 = Nov 24, 2010
 RECIPE_MAINTAINER_pn-sqlite3 = Yu Ke ke...@intel.com
 RECIPE_DEPENDENCY_CHECK_pn-sqlite3 = not done
-RECIPE_LATEST_VERSION_pn-sqlite3 = 3.7.3
+RECIPE_LATEST_VERSION_pn-sqlite3 = 3.7.7.1
 RECIPE_INTEL_SECTION_pn-sqlite3 = base libs
 RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-sqlite3 = 1 month
 RECIPE_LATEST_RELEASE_DATE_pn-sqlite3 = 10/2010
 RECIPE_COMMENTS_pn-sqlite3 = 
+RECIPE_MANUAL_CHECK_DATE_pn-sqlite3= Jul 01, 2011
 
 RECIPE_STATUS_pn-libpthread-stubs = green
 RECIPE_LAST_UPDATE_pn-libpthread-stubs = Jul 6, 2010
@@ -1249,6 +1250,7 @@ RECIPE_LATEST_VERSION_pn-console-tools = 0.3.2
 RECIPE_LAST_UPDATE_pn-console-tools = Jul 21, 2006
 RECIPE_MAINTAINER_pn-console-tools = Yu Ke ke...@intel.com
 DISTRO_PN_ALIAS_pn-console-tools = Debian=console-tools Ubuntu=console-tools
+RECIPE_MANUAL_CHECK_DATE_pn-console-tools= Jul 01, 2011
 
 RECIPE_STATUS_pn-fuse = red
 RECIPE_LATEST_VERSION_pn-fuse = 2.8.4
@@ -1463,6 +1465,7 @@ RECIPE_INTEL_SECTION_pn-gconf-dbus = base utils
 RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-gconf-dbus = n/a
 RECIPE_LATEST_RELEASE_DATE_pn-gconf-dbus = n/a
 RECIPE_COMMENTS_pn-gconf-dbus = difficult to identify official site and 
current status
+RECIPE_MANUAL_CHECK_DATE_pn-gconf-dbus = Jul 01, 2011
 
 RECIPE_STATUS_pn-elfutils =green # no update needed
 RECIPE_LAST_UPDATE_pn-elfutils = Jul 16, 2010
@@ -3359,6 +3362,7 @@ RECIPE_INTEL_SECTION_pn-qemugl=graphic app
 RECIPE_LAST_UPDATE_pn-qemugl = Nov 28, 2010
 RECIPE_NO_UPDATE_REASON_pn-qemugl = Do not upgrade to version: 33466cd8 
because the upstream is broken in x86_64 build
 RECIPE_MAINTAINER_pn-qemugl=Yu Ke ke...@intel.com
+RECIPE_MANUAL_CHECK_DATE_pn-qemugl= Jul 01, 2011
 
 RECIPE_STATUS_pn-fotowall=green # no update needed
 RECIPE_LATEST_VERSION_pn-fotowall=0.9
-- 
1.7.0.4


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 2/5] libdrm: upgrade to 2.4.26

2011-07-03 Thread Yu Ke
Signed-off-by: Yu Ke ke...@intel.com
---
 meta/recipes-graphics/drm/libdrm.inc   |3 +++
 .../{libdrm-2.4.25 = libdrm}/installtests.patch   |0
 .../drm/{libdrm_2.4.25.bb = libdrm_2.4.26.bb} |4 ++--
 3 files changed, 5 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/drm/{libdrm-2.4.25 = libdrm}/installtests.patch 
(100%)
 rename meta/recipes-graphics/drm/{libdrm_2.4.25.bb = libdrm_2.4.26.bb} (54%)

diff --git a/meta/recipes-graphics/drm/libdrm.inc 
b/meta/recipes-graphics/drm/libdrm.inc
index a66afad..1ad9dc3 100644
--- a/meta/recipes-graphics/drm/libdrm.inc
+++ b/meta/recipes-graphics/drm/libdrm.inc
@@ -10,6 +10,9 @@ SRC_URI = 
http://dri.freedesktop.org/libdrm/libdrm-${PV}.tar.bz2;
 PROVIDES = drm
 DEPENDS = libpthread-stubs udev cairo virtual/libx11
 
+#libpciaccess is required starting from libdrm 2.4.26
+DEPENDS +=  libpciaccess
+
 inherit autotools pkgconfig
 
 PACKAGES =+ libdrm-tests
diff --git a/meta/recipes-graphics/drm/libdrm-2.4.25/installtests.patch 
b/meta/recipes-graphics/drm/libdrm/installtests.patch
similarity index 100%
rename from meta/recipes-graphics/drm/libdrm-2.4.25/installtests.patch
rename to meta/recipes-graphics/drm/libdrm/installtests.patch
diff --git a/meta/recipes-graphics/drm/libdrm_2.4.25.bb 
b/meta/recipes-graphics/drm/libdrm_2.4.26.bb
similarity index 54%
rename from meta/recipes-graphics/drm/libdrm_2.4.25.bb
rename to meta/recipes-graphics/drm/libdrm_2.4.26.bb
index 177e444..e5aa6a4 100644
--- a/meta/recipes-graphics/drm/libdrm_2.4.25.bb
+++ b/meta/recipes-graphics/drm/libdrm_2.4.26.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = 
file://xf86drm.c;beginline=9;endline=32;md5=c8a3b961af7667c5
 
 SRC_URI += file://installtests.patch
 
-SRC_URI[md5sum] = f53dc4c72109b17908e4113c3b8addfe
-SRC_URI[sha256sum] = 
51f99a815a18876977991bbc6f190607791d25a6e47a3269880ce7679dbd0e9f
+SRC_URI[md5sum] = 062569426773f69b11a47a7712bba770
+SRC_URI[sha256sum] = 
b25b06ab5a077736044cbd9a3a05a9a23b873a0887ab1aaf93aa2b3218b2d3dc
 
 PR = r0
-- 
1.7.0.4


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


Re: [OE-core] Conflicting providers for ssh/sshd (dropbear and openssh)

2011-07-03 Thread Graeme Gregory
On 07/03/2011 01:26 PM, Philip Balister wrote:
 On 06/29/2011 09:56 AM, Koen Kooi wrote:

 That's already the case now. The problem is the PROVIDES overlap
 since the Poky people decided a distro could only have one true ssh
 implementation instead of choosing it per image. So if your distro
 doesn't set the PREFERRED_PROVIDER_sshd you get those nagging
 messages during parsing that scare users and make consultants rich.


 What's wrong with consultants getting rich?

I like this scheme :-)

Graeme


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [RFH] Wrong behaviour regarding SDK native and target paths

2011-07-03 Thread Otavio Salvador
Hello,

I am looking for help to get our nativesdk working fine and I am quite
confused how does it can work after all.

I have looked at meta/recipes-qt/meta/meta-toolchain-qte.bb and it has:

QT_TOOLS_PREFIX = ${SDKPATHNATIVE}${bindir_nativesdk}

Running it is expanded to:

QT_TOOLS_PREFIX=/usr/local/oecore-i686-i586/sysroots/i686-oesdk-linux/usr/bin

It seems right but in fact it is wrong since Qt binaries are installed into:

(devel)~/hacking/el% tar tjf
tmp-eglibc-eglibc/deploy/sdk/oecore-i686-i586-toolchain-devel.tar.bz2|
grep 'bin/moc4'
./usr/local/oecore-i686-i686/sysroots/i686-oesdk-linux/usr/bin/moc4

so, the generated information for the script won't work.

I am quite confused by all this is suppose to work. Someone help me?

Cheers,

-- 
Otavio Salvador                             O.S. Systems
E-mail: ota...@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


Re: [OE-core] [Draft design][RFC] Running postinst at rootfs generation time

2011-07-03 Thread Cui, Dexuan
Hauser, Wolfgang (external) wrote:
 Beside the discussed changes, the postinst scripts should be executed
 in the dependency order.
 At the time, the scripts are executed in alphabetic order, which
 breaks the image generation if depended packages are not in
 alphabetic order. 
 
 e.g. busybox and busybox subpackages (busybox-mdev).
 
 Regards
 Wolfgang Hauser
 

Thank all for the suggestions!
I created a wiki page to summarize the mail threads:
https://wiki.yoctoproject.org/wiki/Run_postinst_during_rootfs_generation

Thanks,
-- Dexuan

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 0/1]curl: Upgrade from 7.21.6 to 7.21.7

2011-07-03 Thread Mei Lei

The following changes since commit ad2363278f0ea86fcf3464f8f6073d3a3d06be63:
  Khem Raj (1):
uclibc: Fix compilation in thumb mode

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib lmei3/curl
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=lmei3/curl

Mei Lei (1):
  curl: Upgrade from 7.21.6 to 7.21.7

 .../curl/{curl_7.21.6.bb = curl_7.21.7.bb}|4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/curl/{curl_7.21.6.bb = curl_7.21.7.bb} (92%)


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 0/2]coreutils: Upgrade from 8.9 to 8.12

2011-07-03 Thread Mei Lei
Upgrade coreutils and update the distro_tracking_fields.inc


The following changes since commit ad2363278f0ea86fcf3464f8f6073d3a3d06be63:
  Khem Raj (1):
uclibc: Fix compilation in thumb mode

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib lmei3/coreutils
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=lmei3/coreutils

Mei Lei (2):
  coreutils: Upgrade from 8.9 to 8.12
  distro_tracking_fields.inc: update recipes upgrade information

 .../conf/distro/include/distro_tracking_fields.inc |   12 ++--
 .../{coreutils_8.9.bb = coreutils_8.12.bb}|4 ++--
 2 files changed, 8 insertions(+), 8 deletions(-)
 rename meta/recipes-core/coreutils/{coreutils_8.9.bb = coreutils_8.12.bb} 
(95%)


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 2/2] distro_tracking_fields.inc: update recipes upgrade information

2011-07-03 Thread Mei Lei
Signed-off-by: Mei Lei lei@intel.com
---
 .../conf/distro/include/distro_tracking_fields.inc |   12 ++--
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/meta/conf/distro/include/distro_tracking_fields.inc 
b/meta/conf/distro/include/distro_tracking_fields.inc
index ad64581..f6ae137 100644
--- a/meta/conf/distro/include/distro_tracking_fields.inc
+++ b/meta/conf/distro/include/distro_tracking_fields.inc
@@ -1043,11 +1043,11 @@ RECIPE_LAST_UPDATE_pn-shadow = Jun 4, 2011
 RECIPE_MAINTAINER_pn-shadow = Scott Garman scott.a.gar...@intel.com
 
 RECIPE_STATUS_pn-coreutils = green
-RECIPE_LAST_UPDATE_pn-coreutils = Jan 20, 2011
+RECIPE_LAST_UPDATE_pn-coreutils = Jul 2, 2011
 RECIPE_MAINTAINER_pn-coreutils = Mei Lei lei@intel.com
 RECIPE_INTEL_SECTION_pn-coreutils = base utils
-RECIPE_LATEST_VERSION_pn-coreutils = 8.9
-RECIPE_LATEST_RELEASE_DATE_pn-coreutils = 01/2011
+RECIPE_LATEST_VERSION_pn-coreutils = 8.12
+RECIPE_LATEST_RELEASE_DATE_pn-coreutils = 04/2011
 
 RECIPE_STATUS_pn-libuser = green
 RECIPE_LAST_UPDATE_pn-libuser = Jan 26, 2011
@@ -1442,15 +1442,15 @@ RECIPE_MANUAL_CHECK_DATE_pn-sysfsutils = May 24, 2011
 RECIPE_COMMENTS_pn-sysfsutils = 
 
 RECIPE_STATUS_pn-curl = green
-RECIPE_LAST_UPDATE_pn-curl = Nov 9, 2010
+RECIPE_LAST_UPDATE_pn-curl = Jul 2, 2011
 RECIPE_MAINTAINER_pn-curl = Mei Lei lei@intel.com
 RECIPE_DEPENDENCY_CHECK_pn-curl = not done
-RECIPE_LATEST_VERSION_pn-curl = 7.21.0
+RECIPE_LATEST_VERSION_pn-curl = 7.21.1
 RECIPE_PATCH_pn-curl+noldlibpath = no bother set LD_LIBRARY_PATH since we are 
cross compiling
 RECIPE_PATCH_pn-curl+pkgconfig-fix = fix libcurl.pc
 RECIPE_INTEL_SECTION_pn-curl = base utils
 RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-curl = 2 months
-RECIPE_LATEST_RELEASE_DATE_pn-curl = 06/2010
+RECIPE_LATEST_RELEASE_DATE_pn-curl = 06/2011
 RECIPE_COMMENTS_pn-curl = 
 
 RECIPE_STATUS_pn-gconf-dbus = green
-- 
1.6.3.3


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 1/2] coreutils: Upgrade from 8.9 to 8.12

2011-07-03 Thread Mei Lei
Signed-off-by: Mei Lei lei@intel.com
---
 .../{coreutils_8.9.bb = coreutils_8.12.bb}|4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-core/coreutils/{coreutils_8.9.bb = coreutils_8.12.bb} 
(95%)

diff --git a/meta/recipes-core/coreutils/coreutils_8.9.bb 
b/meta/recipes-core/coreutils/coreutils_8.12.bb
similarity index 95%
rename from meta/recipes-core/coreutils/coreutils_8.9.bb
rename to meta/recipes-core/coreutils/coreutils_8.12.bb
index 7f96c6e..00746b9 100644
--- a/meta/recipes-core/coreutils/coreutils_8.9.bb
+++ b/meta/recipes-core/coreutils/coreutils_8.12.bb
@@ -15,8 +15,8 @@ inherit autotools gettext
 
 SRC_URI = ${GNU_MIRROR}/coreutils/${BP}.tar.gz
 
-SRC_URI[md5sum] = 36909ae68840d73a800120cf74af794a
-SRC_URI[sha256sum] = 
aa991fa4296b22ff929a31a5cb5528bb783c84cdef4503c4ff311cfbeaebf50a
+SRC_URI[md5sum] = fce753a67243d00d75cc86dbcaa6
+SRC_URI[sha256sum] = 
9e233a62c98a3378a7b0483d2ae3d662dbaf6cd3917d3830d3514665e12a85c8
 
 EXTRA_OECONF_virtclass-native = --without-gmp
 
-- 
1.6.3.3


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] The swap partition's size is too big for BSP?

2011-07-03 Thread Cui, Dexuan
In meta/recipes-core/initrdscripts/files/init-install.sh, we have 

# 5% for the swap
swap_ratio=5   # dexuan: this variable is not used at all!
...
swap_size=$((disk_size*5/100)) 

This algorithm seems too wasty -- e.g., for a CrownBay box with a 160GB disk, 
we would create a 8GB swap partition while the box has only 1GB memory.

What's the proper swap size?
This link http://www.cyberciti.biz/tips/linux-swap-space.html discussed this 
and I think the below algorithm seems suitable for us:

Systems with 2GB of ram or less require the same size of swap space
Systems with 2GB to 4GB of ram require a minimum of 2GB of swap space 
Systems with 4GB to 16GB of ram require a minimum of 4GB of swap space 
Systems with 16GB to 64GB of ram require a minimum of 8GB of swap space 
Systems with 64GB to 256GB of ram require a minimum of 16GB of swap space 

Any comment?

Thanks,
-- Dexuan
 

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core