From: Tom Zanussi <tom.zanussi@intel.com>
To: poky@yoctoproject.org
Subject: [PATCH 0/1] Update emenlow with new BSP layout
Date: Mon, 20 Dec 2010 12:43:20 -0600 [thread overview]
Message-ID: <cover.1292870600.git.tom.zanussi@intel.com> (raw)
This changes the meta-emenlow layout to match the new Yocto BSP standard.
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: tzanussi/emenlow-bsp-layout-update
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=tzanussi/emenlow-bsp-layout-update
Thanks,
Tom Zanussi <tom.zanussi@intel.com>
---
Tom Zanussi (1):
meta-emenlow: update to the new BSP layout
meta-emenlow/README | 78 ++++++++++++++++++++
meta-emenlow/conf/layer.conf | 4 +-
meta-emenlow/conf/machine/emenlow.conf | 3 +
.../formfactor/formfactor/emenlow/machconfig | 0
.../formfactor/formfactor_0.0.bbappend | 0
.../libdrm-poulsbo-2.3.0/libdrm-poulsbo.patch | 0
.../libdrm-poulsbo/libdrm-poulsbo_2.3.0.bb | 0
.../libva-0.31.0/033_g45_add_rgba_subpic.patch | 0
.../034_g45_fix_return_for_unimpl.patch | 0
.../035_g45_add_yv12_image_format.patch | 0
.../libva-0.31.0/036_g45_add_vaGetImage.patch | 0
.../libva-0.31.0/037_g45_add_vaPutImage.patch | 0
.../038_g45_vaPutSurface_cliprects.patch | 0
.../libva-0.31.0/102_attribute_visibility.patch | 0
.../libva/libva-0.31.0/103_fix_vainfo_deps.patch | 0
.../104_fix_libva_pkgconfig_deps.patch | 0
.../105_dont_search_LIBGL_DRIVERS_PATH.patch | 0
.../libva/libva-0.31.0/108_drivers_path.patch | 0
.../libva-0.31.0/203_fix_fglrx_detection.patch | 0
.../libva-0.31.0/204_check_ATIFGLEXTENSION.patch | 0
.../libva/libva-0.31.0/300_sds_version.patch | 0
.../libva/libva-0.31.0/301_vdpau_mpeg4.patch | 0
.../320_move_vaPutSurface_flags_def.patch | 0
.../libva/libva-0.31.0/321_libva_glx.base.patch | 0
.../libva/libva-0.31.0/322_libva_glx.patch | 0
.../libva/libva-0.31.0/390_compat.base.patch | 0
.../libva/libva-0.31.0/391_compat.patch | 0
.../libva/libva-0.31.0/392_compat.dso.patch | 0
.../libva/libva-0.31.0/libdrm-poulsbo.patch | 0
.../libva/libva_0.31.0.bb | 0
.../psb-firmware/psb-firmware_0.30.bb | 0
.../psb-kernel-source-4.42.0/build.patch | 0
.../psb-kernel-source/psb-kernel-source_4.42.0.bb | 0
.../xorg-xserver/files/crosscompile.patch | 0
.../files/fix_open_max_preprocessor_error.patch | 0
.../xorg-xserver/files/libdrm-poulsbo.patch | 0
.../xorg-xserver/files/macro_tweak.patch | 0
.../xorg-xserver/files/nodolt.patch | 0
.../xorg-xserver/xserver-psb_1.7.99.2.bb | 0
.../xserver-xf86-config/emenlow/xorg.conf | 0
.../xorg-xserver/xserver-xf86-config_0.1.bbappend | 0
.../xpsb-glx/xpsb-glx-0.18/cross-compile.patch | 0
.../xpsb-glx/xpsb-glx-0.18/libdrmname.patch | 0
.../xpsb-glx/xpsb-glx-0.18/native-matypes.patch | 0
.../xpsb-glx/xpsb-glx_0.18.bb | 0
.../01_disable_lid_timer.patch | 0
.../xserver-xorg-video-psb-0.32.1/dri-h.patch | 0
.../libdrm-poulsbo.patch | 0
.../xserver-xorg-video-psb-0.32.1/psb_mixed.patch | 0
.../psb_xvtempfix.patch | 0
.../xserver-xorg-video-psb-0.32.1/stubs.patch | 0
.../xserver-xorg-video-psb-0.32.1/visibility.patch | 0
.../xorg-x11-drv-psb-0.31.0-ignoreacpi.patch | 0
.../xorg-x11-drv-psb-0.31.0-xserver17.patch | 0
.../xserver-xorg-video-psb-0.31.0-assert.patch | 0
...rver-xorg-video-psb-0.31.0-comment_unused.patch | 0
.../xserver-xorg-video-psb-0.31.0-greedy.patch | 0
.../xserver-xorg-video-psb-0.31.0-loader.patch | 0
.../xserver-xorg-video-psb_0.32.1.bb | 0
.../linux/linux-2.6.33.2/defconfig | 0
.../linux/linux-yocto-stable_git.bbappend | 0
.../linux/linux_2.6.33.2.bbappend | 0
.../conf/distro/include/poky-default-revisions.inc | 1 -
63 files changed, 83 insertions(+), 3 deletions(-)
create mode 100644 meta-emenlow/README
create mode 100644 meta-emenlow/binary/.gitignore
rename meta-emenlow/{recipes => recipes-bsp}/formfactor/formfactor/emenlow/machconfig (100%)
rename meta-emenlow/{recipes => recipes-bsp}/formfactor/formfactor_0.0.bbappend (100%)
rename meta-emenlow/{recipes => recipes-graphics}/libdrm-poulsbo/libdrm-poulsbo-2.3.0/libdrm-poulsbo.patch (100%)
rename meta-emenlow/{recipes => recipes-graphics}/libdrm-poulsbo/libdrm-poulsbo_2.3.0.bb (100%)
rename meta-emenlow/{recipes => recipes-graphics}/libva/libva-0.31.0/033_g45_add_rgba_subpic.patch (100%)
rename meta-emenlow/{recipes => recipes-graphics}/libva/libva-0.31.0/034_g45_fix_return_for_unimpl.patch (100%)
rename meta-emenlow/{recipes => recipes-graphics}/libva/libva-0.31.0/035_g45_add_yv12_image_format.patch (100%)
rename meta-emenlow/{recipes => recipes-graphics}/libva/libva-0.31.0/036_g45_add_vaGetImage.patch (100%)
rename meta-emenlow/{recipes => recipes-graphics}/libva/libva-0.31.0/037_g45_add_vaPutImage.patch (100%)
rename meta-emenlow/{recipes => recipes-graphics}/libva/libva-0.31.0/038_g45_vaPutSurface_cliprects.patch (100%)
rename meta-emenlow/{recipes => recipes-graphics}/libva/libva-0.31.0/102_attribute_visibility.patch (100%)
rename meta-emenlow/{recipes => recipes-graphics}/libva/libva-0.31.0/103_fix_vainfo_deps.patch (100%)
rename meta-emenlow/{recipes => recipes-graphics}/libva/libva-0.31.0/104_fix_libva_pkgconfig_deps.patch (100%)
rename meta-emenlow/{recipes => recipes-graphics}/libva/libva-0.31.0/105_dont_search_LIBGL_DRIVERS_PATH.patch (100%)
rename meta-emenlow/{recipes => recipes-graphics}/libva/libva-0.31.0/108_drivers_path.patch (100%)
rename meta-emenlow/{recipes => recipes-graphics}/libva/libva-0.31.0/203_fix_fglrx_detection.patch (100%)
rename meta-emenlow/{recipes => recipes-graphics}/libva/libva-0.31.0/204_check_ATIFGLEXTENSION.patch (100%)
rename meta-emenlow/{recipes => recipes-graphics}/libva/libva-0.31.0/300_sds_version.patch (100%)
rename meta-emenlow/{recipes => recipes-graphics}/libva/libva-0.31.0/301_vdpau_mpeg4.patch (100%)
rename meta-emenlow/{recipes => recipes-graphics}/libva/libva-0.31.0/320_move_vaPutSurface_flags_def.patch (100%)
rename meta-emenlow/{recipes => recipes-graphics}/libva/libva-0.31.0/321_libva_glx.base.patch (100%)
rename meta-emenlow/{recipes => recipes-graphics}/libva/libva-0.31.0/322_libva_glx.patch (100%)
rename meta-emenlow/{recipes => recipes-graphics}/libva/libva-0.31.0/390_compat.base.patch (100%)
rename meta-emenlow/{recipes => recipes-graphics}/libva/libva-0.31.0/391_compat.patch (100%)
rename meta-emenlow/{recipes => recipes-graphics}/libva/libva-0.31.0/392_compat.dso.patch (100%)
rename meta-emenlow/{recipes => recipes-graphics}/libva/libva-0.31.0/libdrm-poulsbo.patch (100%)
rename meta-emenlow/{recipes => recipes-graphics}/libva/libva_0.31.0.bb (100%)
rename meta-emenlow/{recipes => recipes-graphics}/psb-firmware/psb-firmware_0.30.bb (100%)
rename meta-emenlow/{recipes => recipes-graphics}/psb-kernel-source/psb-kernel-source-4.42.0/build.patch (100%)
rename meta-emenlow/{recipes => recipes-graphics}/psb-kernel-source/psb-kernel-source_4.42.0.bb (100%)
rename meta-emenlow/{recipes => recipes-graphics}/xorg-xserver/files/crosscompile.patch (100%)
rename meta-emenlow/{recipes => recipes-graphics}/xorg-xserver/files/fix_open_max_preprocessor_error.patch (100%)
rename meta-emenlow/{recipes => recipes-graphics}/xorg-xserver/files/libdrm-poulsbo.patch (100%)
rename meta-emenlow/{recipes => recipes-graphics}/xorg-xserver/files/macro_tweak.patch (100%)
rename meta-emenlow/{recipes => recipes-graphics}/xorg-xserver/files/nodolt.patch (100%)
rename meta-emenlow/{recipes => recipes-graphics}/xorg-xserver/xserver-psb_1.7.99.2.bb (100%)
rename meta-emenlow/{recipes => recipes-graphics}/xorg-xserver/xserver-xf86-config/emenlow/xorg.conf (100%)
rename meta-emenlow/{recipes => recipes-graphics}/xorg-xserver/xserver-xf86-config_0.1.bbappend (100%)
rename meta-emenlow/{recipes => recipes-graphics}/xpsb-glx/xpsb-glx-0.18/cross-compile.patch (100%)
rename meta-emenlow/{recipes => recipes-graphics}/xpsb-glx/xpsb-glx-0.18/libdrmname.patch (100%)
rename meta-emenlow/{recipes => recipes-graphics}/xpsb-glx/xpsb-glx-0.18/native-matypes.patch (100%)
rename meta-emenlow/{recipes => recipes-graphics}/xpsb-glx/xpsb-glx_0.18.bb (100%)
rename meta-emenlow/{recipes => recipes-graphics}/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/01_disable_lid_timer.patch (100%)
rename meta-emenlow/{recipes => recipes-graphics}/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/dri-h.patch (100%)
rename meta-emenlow/{recipes => recipes-graphics}/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/libdrm-poulsbo.patch (100%)
rename meta-emenlow/{recipes => recipes-graphics}/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/psb_mixed.patch (100%)
rename meta-emenlow/{recipes => recipes-graphics}/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/psb_xvtempfix.patch (100%)
rename meta-emenlow/{recipes => recipes-graphics}/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/stubs.patch (100%)
rename meta-emenlow/{recipes => recipes-graphics}/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/visibility.patch (100%)
rename meta-emenlow/{recipes => recipes-graphics}/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/xorg-x11-drv-psb-0.31.0-ignoreacpi.patch (100%)
rename meta-emenlow/{recipes => recipes-graphics}/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/xorg-x11-drv-psb-0.31.0-xserver17.patch (100%)
rename meta-emenlow/{recipes => recipes-graphics}/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/xserver-xorg-video-psb-0.31.0-assert.patch (100%)
rename meta-emenlow/{recipes => recipes-graphics}/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/xserver-xorg-video-psb-0.31.0-comment_unused.patch (100%)
rename meta-emenlow/{recipes => recipes-graphics}/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/xserver-xorg-video-psb-0.31.0-greedy.patch (100%)
rename meta-emenlow/{recipes => recipes-graphics}/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/xserver-xorg-video-psb-0.31.0-loader.patch (100%)
rename meta-emenlow/{recipes => recipes-graphics}/xserver-xorg-video-psb/xserver-xorg-video-psb_0.32.1.bb (100%)
rename meta-emenlow/{recipes => recipes-kernel}/linux/linux-2.6.33.2/defconfig (100%)
rename meta-emenlow/{recipes => recipes-kernel}/linux/linux-yocto-stable_git.bbappend (100%)
rename meta-emenlow/{recipes => recipes-kernel}/linux/linux_2.6.33.2.bbappend (100%)
next reply other threads:[~2010-12-20 18:47 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-20 18:43 Tom Zanussi [this message]
2010-12-20 18:24 ` [PATCH 1/1] meta-emenlow: update to the new BSP layout Tom Zanussi
2010-12-20 19:05 ` [PATCH 0/1] Update emenlow with " Saul Wold
2010-12-20 21:56 ` Tom Zanussi
2010-12-20 22:12 ` Saul Wold
2010-12-20 22:40 ` Tom Zanussi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1292870600.git.tom.zanussi@intel.com \
--to=tom.zanussi@intel.com \
--cc=poky@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.