Re: [yocto] Proposed roadmap and design for Hob improvement

2011-10-23 Thread Yu, Ke
> -Original Message- > From: McClintock Matthew-B29882 [mailto:b29...@freescale.com] > Sent: Saturday, October 22, 2011 5:14 AM > To: Yu, Ke > Cc: Yocto Project Discussion > Subject: Re: [yocto] Proposed roadmap and design for Hob improvement > > On Thu, Oct 20,

Re: [yocto] Proposed roadmap and design for Hob improvement

2011-10-23 Thread Yu, Ke
> -Original Message- > From: Koen Kooi [mailto:k...@dominion.thruhere.net] > Sent: Friday, October 21, 2011 11:54 PM > To: Yu, Ke > Cc: Yocto Project Discussion > Subject: Re: [yocto] Proposed roadmap and design for Hob improvement > > > Op 21 okt. 2011

[yocto] [PATCH 1/1] emenlow xpsb-glx: add package libglu to fix lsb image build warning

2011-08-28 Thread Yu Ke
lsb image requires libglu, so split the xpsb-glx to provide the libglu package. mesa-dri also do in the same way. so this patch make xpsb-glx in sync with mesa-dri. Fix [YOCTO #1395] Signed-off-by: Yu Ke --- .../recipes-graphics/xpsb-glx/xpsb-glx_0.18.bb |7 ++- 1 files changed, 6

[yocto] [PATCH 0/1] fix for emenlow lsb bug 1395

2011-08-28 Thread Yu Ke
, and cause conflict. to fix it, xpsb should also provide split package libglu. Signed-off-by: Yu Ke The following changes since commit dc00302411d9384deb0c61b34240aa43f108a736: Tom Zanussi (1): meta-intel: update meta-emenlow kernel SRCREVs are available in the git repository at

Re: [yocto] about how to port YOCTO

2011-05-16 Thread Yu Ke
on 2011-5-16 11:31, wangyang wrote: Hello! Because YOCTO supports x86, arm and so on MCU. I just want to know about how to port YOCTO to other MCU. Is it difficult, what's kind of knowledge needed? Thanks Add another machine is not that difficult, as Yocto is designed to be highly customiza

Re: [yocto] [poky] Recipe Updating Status and call to action

2010-12-16 Thread Yu, Ke
> -Original Message- > From: Saul Wold [mailto:s...@linux.intel.com] > Sent: Friday, December 17, 2010 7:19 AM > To: Yu, Ke > Cc: Yocto Project Discussion > Subject: Re: [poky] Recipe Updating Status and call to action > > Can you send me a list of the Case C

Re: [yocto] [poky] Recipe Updating Status and call to action

2010-12-16 Thread Yu, Ke
Thanks Saul for working out this list. I am a bit surprised on the large number of to-be-upgraded list: 160, because according to our plan, we actually upgrade most of the recipes in M2, and only a small number of recipes are supposed to be left for M3. To find out the reason why, PRC team col

[yocto] Bug Verify

2010-12-13 Thread Yu, Ke
Hi, I hate to raise this question, but there is still bunch of bugs that is fixed but not verified. According to the process, it is reporter's responsibility to verify the bug, so could I ask the reporter's help on this? Process is sometime tedious but helpful to quality assurance. Thanks a lot

[yocto] Bug Scrub Result

2010-12-13 Thread Yu, Ke
Hi distro team, Saul, Jessica and I have a triage bug meeting to scrub the bugs, and here is the bug list ahead of us. Let's spent some time to reduce the bug number. Thanks for the great effort. 412 nor Med All dexuan@intel.comACCE--- lttv can't be loaded in GU

[yocto] On task "Toolchain Bootstrap Process"

2010-12-06 Thread Yu, Ke
Hi Richard, When going through the task of "Toolchain Bootstrap Process" in M3 Sprint A, Kevin and I have one question: will this task be no longer needed if per-recipe sysroot support is ready? Per the task description, the goal to this task is to resolve the sysroot conflict of toolchain boos

Re: [yocto] The patch_2.5.9.bb download another version source file

2010-11-24 Thread Yu, Ke
Meilei and I take a further look, the reason is that "meta/recipes-devtools/patch/patch_2.5.9.bb" has hardcoded SRC_URI = "${GNU_MIRROR}/patch/patch-2.5.4.tar.gz", so the SRC version (2.5.4) does not matched with recipe file version (2.5.9). Not sure if it is on purpose or a typo, so send it o

Re: [yocto] BKM on add SRC_URI MD5 and SHA256 checksum

2010-11-17 Thread Yu Ke
On Nov 17, 21:35, Saul Wold wrote: > On 11/17/2010 09:30 PM, Scott Garman wrote: > >On 11/17/2010 09:10 PM, Saul Wold wrote: > >>On 11/17/2010 06:32 PM, Yu, Ke wrote: > >>>Hi Distro folks: > >>> > >>>As Saul suggest to add SRC_URI MD5 and SHA25

[yocto] BKM on add SRC_URI MD5 and SHA256 checksum

2010-11-17 Thread Yu, Ke
Hi Distro folks: As Saul suggest to add SRC_URI MD5 and SHA256 checksum when we upgrade the recipes, here is a simple how-to: Two entry is needed for checksum, take meta/recipes-extended/tar/tar_1.23.bb as example: SRC_URI[md5sum] = "41e2ca4b924ec7860e51b43ad06cdb7e" SRC_URI[sha256sum] = "c932

[yocto] [PATCH 3/3] distro tracking: update the info for upgrade recpies

2010-11-13 Thread Yu Ke
they are: xmodmap cracklib xf86-input-evdev xf86-input-mouse xf86-video-vmware sqlite3 xf86-input-vmmouse xwininfo xset xauth Signed-off-by: Yu Ke --- .../conf/distro/include/distro_tracking_fields.inc | 42 ++-- 1 files changed, 21 insertions(+), 21 deletions(-) diff --git a

[yocto] [PATCH 1/3] cracklib: upgrade from 2.8.16 to 2.8.18

2010-11-13 Thread Yu Ke
Signed-off-by: Yu Ke --- .../{cracklib_2.8.16.bb => cracklib_2.8.18.bb} |0 1 files changed, 0 insertions(+), 0 deletions(-) rename meta/recipes-extended/cracklib/{cracklib_2.8.16.bb => cracklib_2.8.18.bb} (100%) diff --git a/meta/recipes-extended/cracklib/cracklib_2.8.16.bb

[yocto] [PATCH 2/3] sqlite: upgrade from 3.6.23 to 3.7.3

2010-11-13 Thread Yu Ke
Signed-off-by: Yu Ke --- .../{sqlite3_3.6.23.1.bb => sqlite3_3.7.3.bb} |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) rename meta/recipes-support/sqlite/{sqlite3_3.6.23.1.bb => sqlite3_3.7.3.bb} (67%) diff --git a/meta/recipes-support/sqlite/sqlite3_3.6.23.1.bb

[yocto] [PATCH 0/3] upgrade recipes cracklib,sqlite3

2010-11-13 Thread Yu Ke
also with distro tracking field update Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: kyu3/update-11-13 Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kyu3/update-11-13 Thanks, Yu Ke --- Yu Ke (3): cracklib: upgrade from 2.8.16 to 2.8.18 sqlite: upgrade

[yocto] [PATCH 7/8] xset: upgrade from 1.1.0 to 1.2.1

2010-11-12 Thread Yu, Ke
Signed-off-by: Yu Ke --- .../distro/include/preferred-xorg-versions.inc |2 +- .../xorg-app/xset/disable-xkb.patch| 20 +--- .../xorg-app/{xset_1.1.0.bb => xset_1.2.1.bb} |0 3 files changed, 14 insertions(+), 8 deletions(-) rename meta/reci

[yocto] [PATCH 4/8] xf86-video-vmware: upgrade from 11.0.1 to 11.0.3

2010-11-12 Thread Yu, Ke
Signed-off-by: Yu Ke --- ...mware_11.0.1.bb => xf86-video-vmware_11.0.3.bb} |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) rename meta/recipes-graphics/xorg-driver/{xf86-video-vmware_11.0.1.bb => xf86-video-vmware_11.0.3.bb} (96%) diff --git a/meta/recipes-graphics/xorg-

[yocto] [PATCH 8/8] xauth: upgrade from 1.0.4 to 1.0.5

2010-11-12 Thread Yu, Ke
Signed-off-by: Yu Ke --- .../distro/include/preferred-xorg-versions.inc |2 +- .../xorg-app/{xauth_1.0.4.bb => xauth_1.0.5.bb}|0 2 files changed, 1 insertions(+), 1 deletions(-) rename meta/recipes-graphics/xorg-app/{xauth_1.0.4.bb => xauth_1.0.5.bb} (100%) diff --git

[yocto] [PATCH 6/8] xwininfo: upgrade from 1.0.5 to 1.1.1

2010-11-12 Thread Yu, Ke
Signed-off-by: Yu Ke --- .../distro/include/preferred-xorg-versions.inc |2 +- .../{xwininfo_1.0.5.bb => xwininfo_1.1.0.bb} |0 2 files changed, 1 insertions(+), 1 deletions(-) rename meta/recipes-graphics/xorg-app/{xwininfo_1.0.5.bb => xwininfo_1.1.0.bb} (100%) diff -

[yocto] [PATCH 5/8] xf86-input-vmmouse: upgrade from 12.6.9 to 12.6.10

2010-11-12 Thread Yu, Ke
Signed-off-by: Yu Ke --- ...use_12.6.9.bb => xf86-input-vmmouse_12.6.10.bb} |0 1 files changed, 0 insertions(+), 0 deletions(-) rename meta/recipes-graphics/xorg-driver/{xf86-input-vmmouse_12.6.9.bb => xf86-input-vmmouse_12.6.10.bb} (100%) diff --git a/meta/recipes-graphics/xorg-

[yocto] [PATCH 3/8] xf86-input-mouse: upgrade from 1.5.0 to 1.6.0

2010-11-12 Thread Yu, Ke
Signed-off-by: Yu Ke --- .../distro/include/preferred-xorg-versions.inc |2 +- ...ut-mouse_1.5.0.bb => xf86-input-mouse_1.6.0.bb} |0 2 files changed, 1 insertions(+), 1 deletions(-) rename meta/recipes-graphics/xorg-driver/{xf86-input-mouse_1.5.0.bb => xf86-input-mouse_1.

[yocto] [PATCH 2/8] xf86-input-evdev: upgrade from 2.4.0 to 2.5.0

2010-11-12 Thread Yu, Ke
Signed-off-by: Yu Ke --- .../distro/include/preferred-xorg-versions.inc |2 +- ...ut-evdev_2.4.0.bb => xf86-input-evdev_2.5.0.bb} |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-driver/{xf86-input-evdev_2.4.0.bb => xf86-input-evdev_2.

[yocto] [PATCH 0/8] [PULL] graphics recipes upgrade

2010-11-12 Thread Yu, Ke
Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: kyu3/11-12 Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kyu3/11-12 Thanks, Yu Ke --- Yu Ke (8): xmodmap: upgrade from 1.0.4 to 1.0.5 xf86-input-evdev: upgrade from 2.4.0 to 2.5.0 xf86-input-mouse: upgrade

[yocto] [PATCH 1/8] xmodmap: upgrade from 1.0.4 to 1.0.5

2010-11-12 Thread Yu, Ke
Signed-off-by: Yu Ke --- .../distro/include/preferred-xorg-versions.inc |2 +- .../{xmodmap_1.0.4.bb => xmodmap_1.0.5.bb} |0 2 files changed, 1 insertions(+), 1 deletions(-) rename meta/recipes-graphics/xorg-app/{xmodmap_1.0.4.bb => xmodmap_1.0.5.bb} (100%) diff -

[yocto] Bug Fixer and Verifier

2010-11-10 Thread Yu, Ke
Hi KangKang, One case of the bug process need your input. In bug #467, Josh are both reporter and the one who fix this bug. When he fixed the bug, as a reporter, he also verify the bug according to the process (https://wiki.yoctoproject.org/wiki/Bugzilla_Configuration_and_Bug_Tracking) . I jus