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

[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

[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

[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:

[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%)

[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

[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

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

[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:

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

[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

[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

[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

[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

[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