[yocto] Agenda: Yocto Technical Team Meeting - (October 11, 2011 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US & Canada))

2011-10-07 Thread Liu, Song
Agenda:   * Opens collection - 5 min (Song) * Yocto 1.1 M4 status review and issues - 15 min (team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.1_Release_Criteria#Milestone_ * Opens - 10 min * Weekly team sharing (30 min) -- Conference details Conference

[yocto] [PATCH 5/5][KERNEL] jasperforest: cleanup bsp config

2011-10-07 Thread tom . zanussi
From: Tom Zanussi Remove unnecessary options or options already defined in base configs. Signed-off-by: Tom Zanussi --- .../kernel-cache/bsp/jasperforest/jasperforest.cfg |7 ++- .../kernel-cache/bsp/jasperforest/jasperforest.scc |2 ++ 2 files changed, 4 insertions(+), 5 deletions

[yocto] [PATCH 4/5][KERNEL] emenlow: cleanup bsp config

2011-10-07 Thread tom . zanussi
From: Tom Zanussi Remove unnecessary options or options already defined in base configs. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/bsp/emenlow/emenlow.cfg | 35 ++-- meta/cfg/kernel-cache/bsp/emenlow/emenlow.scc |2 + 2 files changed, 11 insertions(+), 26 d

[yocto] [PATCH 3/5][KERNEL] crownbay: cleanup bsp config

2011-10-07 Thread tom . zanussi
From: Tom Zanussi Remove unnecessary options or options already defined in base configs. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg | 34 +- meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc |5 ++- 2 files changed, 11 insertions(+),

[yocto] [PATCH 2/5][KERNEL] meta: add vesafb feature

2011-10-07 Thread tom . zanussi
From: Tom Zanussi Add a 'vesafb feature' that adds basic vesa framebuffer support. Signed-off-by: Tom Zanussi --- .../kernel-cache/features/framebuffer/vesafb.cfg |8 .../kernel-cache/features/framebuffer/vesafb.scc |1 + 2 files changed, 9 insertions(+), 0 deletions(-) c

[yocto] [PATCH 1/5][KERNEL] features/drm-psb: add related config options

2011-10-07 Thread tom . zanussi
From: Tom Zanussi This allows us to move them out of the bsp config. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/features/drm-psb/drm-psb.cfg | 13 + 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/meta/cfg/kernel-cache/features/drm-psb/drm-psb.cfg b/met

[yocto] [PATCH 0/5][KERNEL] some meta-intel bsp cleanup, v2

2011-10-07 Thread tom . zanussi
From: Tom Zanussi This patchset is another step in some cleanup I'm doing for the meta-intel bsps, basically removing unneeded or redundant options and abstracting out useful features, in this case a new vesafb feature used in this patchset by crownbay, emenlow, and jasperforest. v2: rebased on