* [PATCH 01/28] meta-emenlow: update to the new BSP layout
2010-12-23 14:26 [PATCH 00/28] Consolidated Pull & Enable LIC_FILES_CHKSUM as Error Saul Wold
@ 2010-12-23 14:26 ` Tom Zanussi
2010-12-23 14:27 ` [PATCH 02/28] send-pull-request: allow users to select git-send-email or sendmail Darren Hart
` (27 subsequent siblings)
28 siblings, 0 replies; 30+ messages in thread
From: Tom Zanussi @ 2010-12-23 14:26 UTC (permalink / raw)
To: poky
This modifies the meta-emenlow BSP layer to reflect the new BSP
standard layout as defined in the latestYocto BSP Developer's Guide.
There's no change in functionality here - this simply moves things
around, adds a README, and makes the SRCREVs local.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
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
| 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%)
diff --git a/meta-emenlow/README b/meta-emenlow/README
new file mode 100644
index 0000000..862af54
--- /dev/null
+++ b/meta-emenlow/README
@@ -0,0 +1,78 @@
+This README file contains information on building the meta-emenlow
+BSP layer using any of the supported machine configurations, and
+booting the images contained in the /binary directory.
+
+If you're only interested in booting the images in the /binary
+directory of a BSP tarball you've downloaded, there's nothing special
+to do - the appropriate images are already in the /binary directory
+depending on which BSP tarball you downloaded.
+
+Please see the corresponding sections below for details.
+
+
+Table of Contents
+=================
+
+ I. Building the meta-emenlow BSP layer
+II. Booting the images in /binary
+
+
+I. Building the meta-emenlow BSP layer
+=======================================
+
+In order to build an image with BSP support for emenlow, you just need
+to check out the poky master branch.
+
+Having done that, you can build an emenlow image by adding the
+location of the meta-emenlow layer to bblayers.conf e.g.:
+
+ yocto/meta-emenlow \
+
+To enable the emenlow layer, add the emenlow MACHINE to local.conf:
+
+ MACHINE ?= "emenlow"
+
+You should then be able to build an emenlow image as such:
+
+ $ source poky-init-build-env
+ $ bitbake poky-image-sato-live
+
+At the end of a successful build, you should have a live image that
+you can boot from a USB flash drive (see instructions on how to do
+that below, in the section 'Booting the images from /binary').
+
+
+II. Booting the images in /binary
+=================================
+
+This BSP contains bootable live images, which can be used to directly
+boot Yocto off of a USB flash drive.
+
+Under Linux, insert a USB flash drive. Assuming the USB flash drive
+takes device /dev/sdf, use dd to copy the live image to it. For
+example:
+
+# dd if=poky-image-sato-live-emenlow-20101207053738.hddimg of=/dev/sdf
+# sync
+# eject /dev/sdf
+
+This should give you a bootable USB flash device. Insert the device
+into a bootable USB socket on the target, and power on. This should
+result in a system booted to the Sato graphical desktop.
+
+If you want a terminal, use the arrows at the top of the UI to move to
+different pages of available applications, one of which is named
+'Terminal'. Clicking that should give you a root terminal.
+
+If you want to ssh into the system, you can use the root terminal to
+ifconfig the IP address and use that to ssh in. The root password is
+empty, so to log in type 'root' for the user name and hit 'Enter' at
+the Password prompt: and you should be in.
+
+----
+
+If you find you're getting corrupt images on the USB (it doesn't show
+the syslinux boot: prompt, or the boot: prompt contains strange
+characters), try doing this first:
+
+# dd if=/dev/zero of=/dev/sdf bs=1M count=512
diff --git a/meta-emenlow/binary/.gitignore b/meta-emenlow/binary/.gitignore
new file mode 100644
index 0000000..e69de29
diff --git a/meta-emenlow/conf/layer.conf b/meta-emenlow/conf/layer.conf
index 4017787..563b9c8 100644
--- a/meta-emenlow/conf/layer.conf
+++ b/meta-emenlow/conf/layer.conf
@@ -2,8 +2,8 @@
BBPATH := "${BBPATH}:${LAYERDIR}"
# We have a packages directory, add to BBFILES
-BBFILES := "${BBFILES} ${LAYERDIR}/recipes/*/*.bb \
- ${LAYERDIR}/recipes/*/*.bbappend"
+BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
+ ${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "emenlow"
BBFILE_PATTERN_emenlow := "^${LAYERDIR}/"
diff --git a/meta-emenlow/conf/machine/emenlow.conf b/meta-emenlow/conf/machine/emenlow.conf
index b8dea64..d4234ff 100644
--- a/meta-emenlow/conf/machine/emenlow.conf
+++ b/meta-emenlow/conf/machine/emenlow.conf
@@ -43,3 +43,6 @@ IMAGE_FSTYPES ?= "ext3 cpio.gz"
GLIBC_ADDONS = "nptl"
GLIBC_EXTRA_OECONF = "--with-tls"
+
+SRCREV_machine_pn-linux-yocto-stable_emenlow ?= "aae69fdf104b0a9d7b3710f808aac6ab303490f7"
+SRCREV_meta_pn-linux-yocto-stable_emenlow ?= "50ccd2b3213b6a1bacb3f898c035119802dac420"
\ No newline at end of file
diff --git a/meta-emenlow/recipes/formfactor/formfactor/emenlow/machconfig b/meta-emenlow/recipes-bsp/formfactor/formfactor/emenlow/machconfig
similarity index 100%
rename from meta-emenlow/recipes/formfactor/formfactor/emenlow/machconfig
rename to meta-emenlow/recipes-bsp/formfactor/formfactor/emenlow/machconfig
diff --git a/meta-emenlow/recipes/formfactor/formfactor_0.0.bbappend b/meta-emenlow/recipes-bsp/formfactor/formfactor_0.0.bbappend
similarity index 100%
rename from meta-emenlow/recipes/formfactor/formfactor_0.0.bbappend
rename to meta-emenlow/recipes-bsp/formfactor/formfactor_0.0.bbappend
diff --git a/meta-emenlow/recipes/libdrm-poulsbo/libdrm-poulsbo-2.3.0/libdrm-poulsbo.patch b/meta-emenlow/recipes-graphics/libdrm-poulsbo/libdrm-poulsbo-2.3.0/libdrm-poulsbo.patch
similarity index 100%
rename from meta-emenlow/recipes/libdrm-poulsbo/libdrm-poulsbo-2.3.0/libdrm-poulsbo.patch
rename to meta-emenlow/recipes-graphics/libdrm-poulsbo/libdrm-poulsbo-2.3.0/libdrm-poulsbo.patch
diff --git a/meta-emenlow/recipes/libdrm-poulsbo/libdrm-poulsbo_2.3.0.bb b/meta-emenlow/recipes-graphics/libdrm-poulsbo/libdrm-poulsbo_2.3.0.bb
similarity index 100%
rename from meta-emenlow/recipes/libdrm-poulsbo/libdrm-poulsbo_2.3.0.bb
rename to meta-emenlow/recipes-graphics/libdrm-poulsbo/libdrm-poulsbo_2.3.0.bb
diff --git a/meta-emenlow/recipes/libva/libva-0.31.0/033_g45_add_rgba_subpic.patch b/meta-emenlow/recipes-graphics/libva/libva-0.31.0/033_g45_add_rgba_subpic.patch
similarity index 100%
rename from meta-emenlow/recipes/libva/libva-0.31.0/033_g45_add_rgba_subpic.patch
rename to meta-emenlow/recipes-graphics/libva/libva-0.31.0/033_g45_add_rgba_subpic.patch
diff --git a/meta-emenlow/recipes/libva/libva-0.31.0/034_g45_fix_return_for_unimpl.patch b/meta-emenlow/recipes-graphics/libva/libva-0.31.0/034_g45_fix_return_for_unimpl.patch
similarity index 100%
rename from meta-emenlow/recipes/libva/libva-0.31.0/034_g45_fix_return_for_unimpl.patch
rename to meta-emenlow/recipes-graphics/libva/libva-0.31.0/034_g45_fix_return_for_unimpl.patch
diff --git a/meta-emenlow/recipes/libva/libva-0.31.0/035_g45_add_yv12_image_format.patch b/meta-emenlow/recipes-graphics/libva/libva-0.31.0/035_g45_add_yv12_image_format.patch
similarity index 100%
rename from meta-emenlow/recipes/libva/libva-0.31.0/035_g45_add_yv12_image_format.patch
rename to meta-emenlow/recipes-graphics/libva/libva-0.31.0/035_g45_add_yv12_image_format.patch
diff --git a/meta-emenlow/recipes/libva/libva-0.31.0/036_g45_add_vaGetImage.patch b/meta-emenlow/recipes-graphics/libva/libva-0.31.0/036_g45_add_vaGetImage.patch
similarity index 100%
rename from meta-emenlow/recipes/libva/libva-0.31.0/036_g45_add_vaGetImage.patch
rename to meta-emenlow/recipes-graphics/libva/libva-0.31.0/036_g45_add_vaGetImage.patch
diff --git a/meta-emenlow/recipes/libva/libva-0.31.0/037_g45_add_vaPutImage.patch b/meta-emenlow/recipes-graphics/libva/libva-0.31.0/037_g45_add_vaPutImage.patch
similarity index 100%
rename from meta-emenlow/recipes/libva/libva-0.31.0/037_g45_add_vaPutImage.patch
rename to meta-emenlow/recipes-graphics/libva/libva-0.31.0/037_g45_add_vaPutImage.patch
diff --git a/meta-emenlow/recipes/libva/libva-0.31.0/038_g45_vaPutSurface_cliprects.patch b/meta-emenlow/recipes-graphics/libva/libva-0.31.0/038_g45_vaPutSurface_cliprects.patch
similarity index 100%
rename from meta-emenlow/recipes/libva/libva-0.31.0/038_g45_vaPutSurface_cliprects.patch
rename to meta-emenlow/recipes-graphics/libva/libva-0.31.0/038_g45_vaPutSurface_cliprects.patch
diff --git a/meta-emenlow/recipes/libva/libva-0.31.0/102_attribute_visibility.patch b/meta-emenlow/recipes-graphics/libva/libva-0.31.0/102_attribute_visibility.patch
similarity index 100%
rename from meta-emenlow/recipes/libva/libva-0.31.0/102_attribute_visibility.patch
rename to meta-emenlow/recipes-graphics/libva/libva-0.31.0/102_attribute_visibility.patch
diff --git a/meta-emenlow/recipes/libva/libva-0.31.0/103_fix_vainfo_deps.patch b/meta-emenlow/recipes-graphics/libva/libva-0.31.0/103_fix_vainfo_deps.patch
similarity index 100%
rename from meta-emenlow/recipes/libva/libva-0.31.0/103_fix_vainfo_deps.patch
rename to meta-emenlow/recipes-graphics/libva/libva-0.31.0/103_fix_vainfo_deps.patch
diff --git a/meta-emenlow/recipes/libva/libva-0.31.0/104_fix_libva_pkgconfig_deps.patch b/meta-emenlow/recipes-graphics/libva/libva-0.31.0/104_fix_libva_pkgconfig_deps.patch
similarity index 100%
rename from meta-emenlow/recipes/libva/libva-0.31.0/104_fix_libva_pkgconfig_deps.patch
rename to meta-emenlow/recipes-graphics/libva/libva-0.31.0/104_fix_libva_pkgconfig_deps.patch
diff --git a/meta-emenlow/recipes/libva/libva-0.31.0/105_dont_search_LIBGL_DRIVERS_PATH.patch b/meta-emenlow/recipes-graphics/libva/libva-0.31.0/105_dont_search_LIBGL_DRIVERS_PATH.patch
similarity index 100%
rename from meta-emenlow/recipes/libva/libva-0.31.0/105_dont_search_LIBGL_DRIVERS_PATH.patch
rename to meta-emenlow/recipes-graphics/libva/libva-0.31.0/105_dont_search_LIBGL_DRIVERS_PATH.patch
diff --git a/meta-emenlow/recipes/libva/libva-0.31.0/108_drivers_path.patch b/meta-emenlow/recipes-graphics/libva/libva-0.31.0/108_drivers_path.patch
similarity index 100%
rename from meta-emenlow/recipes/libva/libva-0.31.0/108_drivers_path.patch
rename to meta-emenlow/recipes-graphics/libva/libva-0.31.0/108_drivers_path.patch
diff --git a/meta-emenlow/recipes/libva/libva-0.31.0/203_fix_fglrx_detection.patch b/meta-emenlow/recipes-graphics/libva/libva-0.31.0/203_fix_fglrx_detection.patch
similarity index 100%
rename from meta-emenlow/recipes/libva/libva-0.31.0/203_fix_fglrx_detection.patch
rename to meta-emenlow/recipes-graphics/libva/libva-0.31.0/203_fix_fglrx_detection.patch
diff --git a/meta-emenlow/recipes/libva/libva-0.31.0/204_check_ATIFGLEXTENSION.patch b/meta-emenlow/recipes-graphics/libva/libva-0.31.0/204_check_ATIFGLEXTENSION.patch
similarity index 100%
rename from meta-emenlow/recipes/libva/libva-0.31.0/204_check_ATIFGLEXTENSION.patch
rename to meta-emenlow/recipes-graphics/libva/libva-0.31.0/204_check_ATIFGLEXTENSION.patch
diff --git a/meta-emenlow/recipes/libva/libva-0.31.0/300_sds_version.patch b/meta-emenlow/recipes-graphics/libva/libva-0.31.0/300_sds_version.patch
similarity index 100%
rename from meta-emenlow/recipes/libva/libva-0.31.0/300_sds_version.patch
rename to meta-emenlow/recipes-graphics/libva/libva-0.31.0/300_sds_version.patch
diff --git a/meta-emenlow/recipes/libva/libva-0.31.0/301_vdpau_mpeg4.patch b/meta-emenlow/recipes-graphics/libva/libva-0.31.0/301_vdpau_mpeg4.patch
similarity index 100%
rename from meta-emenlow/recipes/libva/libva-0.31.0/301_vdpau_mpeg4.patch
rename to meta-emenlow/recipes-graphics/libva/libva-0.31.0/301_vdpau_mpeg4.patch
diff --git a/meta-emenlow/recipes/libva/libva-0.31.0/320_move_vaPutSurface_flags_def.patch b/meta-emenlow/recipes-graphics/libva/libva-0.31.0/320_move_vaPutSurface_flags_def.patch
similarity index 100%
rename from meta-emenlow/recipes/libva/libva-0.31.0/320_move_vaPutSurface_flags_def.patch
rename to meta-emenlow/recipes-graphics/libva/libva-0.31.0/320_move_vaPutSurface_flags_def.patch
diff --git a/meta-emenlow/recipes/libva/libva-0.31.0/321_libva_glx.base.patch b/meta-emenlow/recipes-graphics/libva/libva-0.31.0/321_libva_glx.base.patch
similarity index 100%
rename from meta-emenlow/recipes/libva/libva-0.31.0/321_libva_glx.base.patch
rename to meta-emenlow/recipes-graphics/libva/libva-0.31.0/321_libva_glx.base.patch
diff --git a/meta-emenlow/recipes/libva/libva-0.31.0/322_libva_glx.patch b/meta-emenlow/recipes-graphics/libva/libva-0.31.0/322_libva_glx.patch
similarity index 100%
rename from meta-emenlow/recipes/libva/libva-0.31.0/322_libva_glx.patch
rename to meta-emenlow/recipes-graphics/libva/libva-0.31.0/322_libva_glx.patch
diff --git a/meta-emenlow/recipes/libva/libva-0.31.0/390_compat.base.patch b/meta-emenlow/recipes-graphics/libva/libva-0.31.0/390_compat.base.patch
similarity index 100%
rename from meta-emenlow/recipes/libva/libva-0.31.0/390_compat.base.patch
rename to meta-emenlow/recipes-graphics/libva/libva-0.31.0/390_compat.base.patch
diff --git a/meta-emenlow/recipes/libva/libva-0.31.0/391_compat.patch b/meta-emenlow/recipes-graphics/libva/libva-0.31.0/391_compat.patch
similarity index 100%
rename from meta-emenlow/recipes/libva/libva-0.31.0/391_compat.patch
rename to meta-emenlow/recipes-graphics/libva/libva-0.31.0/391_compat.patch
diff --git a/meta-emenlow/recipes/libva/libva-0.31.0/392_compat.dso.patch b/meta-emenlow/recipes-graphics/libva/libva-0.31.0/392_compat.dso.patch
similarity index 100%
rename from meta-emenlow/recipes/libva/libva-0.31.0/392_compat.dso.patch
rename to meta-emenlow/recipes-graphics/libva/libva-0.31.0/392_compat.dso.patch
diff --git a/meta-emenlow/recipes/libva/libva-0.31.0/libdrm-poulsbo.patch b/meta-emenlow/recipes-graphics/libva/libva-0.31.0/libdrm-poulsbo.patch
similarity index 100%
rename from meta-emenlow/recipes/libva/libva-0.31.0/libdrm-poulsbo.patch
rename to meta-emenlow/recipes-graphics/libva/libva-0.31.0/libdrm-poulsbo.patch
diff --git a/meta-emenlow/recipes/libva/libva_0.31.0.bb b/meta-emenlow/recipes-graphics/libva/libva_0.31.0.bb
similarity index 100%
rename from meta-emenlow/recipes/libva/libva_0.31.0.bb
rename to meta-emenlow/recipes-graphics/libva/libva_0.31.0.bb
diff --git a/meta-emenlow/recipes/psb-firmware/psb-firmware_0.30.bb b/meta-emenlow/recipes-graphics/psb-firmware/psb-firmware_0.30.bb
similarity index 100%
rename from meta-emenlow/recipes/psb-firmware/psb-firmware_0.30.bb
rename to meta-emenlow/recipes-graphics/psb-firmware/psb-firmware_0.30.bb
diff --git a/meta-emenlow/recipes/psb-kernel-source/psb-kernel-source-4.42.0/build.patch b/meta-emenlow/recipes-graphics/psb-kernel-source/psb-kernel-source-4.42.0/build.patch
similarity index 100%
rename from meta-emenlow/recipes/psb-kernel-source/psb-kernel-source-4.42.0/build.patch
rename to meta-emenlow/recipes-graphics/psb-kernel-source/psb-kernel-source-4.42.0/build.patch
diff --git a/meta-emenlow/recipes/psb-kernel-source/psb-kernel-source_4.42.0.bb b/meta-emenlow/recipes-graphics/psb-kernel-source/psb-kernel-source_4.42.0.bb
similarity index 100%
rename from meta-emenlow/recipes/psb-kernel-source/psb-kernel-source_4.42.0.bb
rename to meta-emenlow/recipes-graphics/psb-kernel-source/psb-kernel-source_4.42.0.bb
diff --git a/meta-emenlow/recipes/xorg-xserver/files/crosscompile.patch b/meta-emenlow/recipes-graphics/xorg-xserver/files/crosscompile.patch
similarity index 100%
rename from meta-emenlow/recipes/xorg-xserver/files/crosscompile.patch
rename to meta-emenlow/recipes-graphics/xorg-xserver/files/crosscompile.patch
diff --git a/meta-emenlow/recipes/xorg-xserver/files/fix_open_max_preprocessor_error.patch b/meta-emenlow/recipes-graphics/xorg-xserver/files/fix_open_max_preprocessor_error.patch
similarity index 100%
rename from meta-emenlow/recipes/xorg-xserver/files/fix_open_max_preprocessor_error.patch
rename to meta-emenlow/recipes-graphics/xorg-xserver/files/fix_open_max_preprocessor_error.patch
diff --git a/meta-emenlow/recipes/xorg-xserver/files/libdrm-poulsbo.patch b/meta-emenlow/recipes-graphics/xorg-xserver/files/libdrm-poulsbo.patch
similarity index 100%
rename from meta-emenlow/recipes/xorg-xserver/files/libdrm-poulsbo.patch
rename to meta-emenlow/recipes-graphics/xorg-xserver/files/libdrm-poulsbo.patch
diff --git a/meta-emenlow/recipes/xorg-xserver/files/macro_tweak.patch b/meta-emenlow/recipes-graphics/xorg-xserver/files/macro_tweak.patch
similarity index 100%
rename from meta-emenlow/recipes/xorg-xserver/files/macro_tweak.patch
rename to meta-emenlow/recipes-graphics/xorg-xserver/files/macro_tweak.patch
diff --git a/meta-emenlow/recipes/xorg-xserver/files/nodolt.patch b/meta-emenlow/recipes-graphics/xorg-xserver/files/nodolt.patch
similarity index 100%
rename from meta-emenlow/recipes/xorg-xserver/files/nodolt.patch
rename to meta-emenlow/recipes-graphics/xorg-xserver/files/nodolt.patch
diff --git a/meta-emenlow/recipes/xorg-xserver/xserver-psb_1.7.99.2.bb b/meta-emenlow/recipes-graphics/xorg-xserver/xserver-psb_1.7.99.2.bb
similarity index 100%
rename from meta-emenlow/recipes/xorg-xserver/xserver-psb_1.7.99.2.bb
rename to meta-emenlow/recipes-graphics/xorg-xserver/xserver-psb_1.7.99.2.bb
diff --git a/meta-emenlow/recipes/xorg-xserver/xserver-xf86-config/emenlow/xorg.conf b/meta-emenlow/recipes-graphics/xorg-xserver/xserver-xf86-config/emenlow/xorg.conf
similarity index 100%
rename from meta-emenlow/recipes/xorg-xserver/xserver-xf86-config/emenlow/xorg.conf
rename to meta-emenlow/recipes-graphics/xorg-xserver/xserver-xf86-config/emenlow/xorg.conf
diff --git a/meta-emenlow/recipes/xorg-xserver/xserver-xf86-config_0.1.bbappend b/meta-emenlow/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
similarity index 100%
rename from meta-emenlow/recipes/xorg-xserver/xserver-xf86-config_0.1.bbappend
rename to meta-emenlow/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
diff --git a/meta-emenlow/recipes/xpsb-glx/xpsb-glx-0.18/cross-compile.patch b/meta-emenlow/recipes-graphics/xpsb-glx/xpsb-glx-0.18/cross-compile.patch
similarity index 100%
rename from meta-emenlow/recipes/xpsb-glx/xpsb-glx-0.18/cross-compile.patch
rename to meta-emenlow/recipes-graphics/xpsb-glx/xpsb-glx-0.18/cross-compile.patch
diff --git a/meta-emenlow/recipes/xpsb-glx/xpsb-glx-0.18/libdrmname.patch b/meta-emenlow/recipes-graphics/xpsb-glx/xpsb-glx-0.18/libdrmname.patch
similarity index 100%
rename from meta-emenlow/recipes/xpsb-glx/xpsb-glx-0.18/libdrmname.patch
rename to meta-emenlow/recipes-graphics/xpsb-glx/xpsb-glx-0.18/libdrmname.patch
diff --git a/meta-emenlow/recipes/xpsb-glx/xpsb-glx-0.18/native-matypes.patch b/meta-emenlow/recipes-graphics/xpsb-glx/xpsb-glx-0.18/native-matypes.patch
similarity index 100%
rename from meta-emenlow/recipes/xpsb-glx/xpsb-glx-0.18/native-matypes.patch
rename to meta-emenlow/recipes-graphics/xpsb-glx/xpsb-glx-0.18/native-matypes.patch
diff --git a/meta-emenlow/recipes/xpsb-glx/xpsb-glx_0.18.bb b/meta-emenlow/recipes-graphics/xpsb-glx/xpsb-glx_0.18.bb
similarity index 100%
rename from meta-emenlow/recipes/xpsb-glx/xpsb-glx_0.18.bb
rename to meta-emenlow/recipes-graphics/xpsb-glx/xpsb-glx_0.18.bb
diff --git a/meta-emenlow/recipes/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/01_disable_lid_timer.patch b/meta-emenlow/recipes-graphics/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/01_disable_lid_timer.patch
similarity index 100%
rename from meta-emenlow/recipes/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/01_disable_lid_timer.patch
rename to meta-emenlow/recipes-graphics/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/01_disable_lid_timer.patch
diff --git a/meta-emenlow/recipes/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/dri-h.patch b/meta-emenlow/recipes-graphics/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/dri-h.patch
similarity index 100%
rename from meta-emenlow/recipes/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/dri-h.patch
rename to meta-emenlow/recipes-graphics/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/dri-h.patch
diff --git a/meta-emenlow/recipes/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/libdrm-poulsbo.patch b/meta-emenlow/recipes-graphics/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/libdrm-poulsbo.patch
similarity index 100%
rename from meta-emenlow/recipes/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/libdrm-poulsbo.patch
rename to meta-emenlow/recipes-graphics/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/libdrm-poulsbo.patch
diff --git a/meta-emenlow/recipes/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/psb_mixed.patch b/meta-emenlow/recipes-graphics/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/psb_mixed.patch
similarity index 100%
rename from meta-emenlow/recipes/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/psb_mixed.patch
rename to meta-emenlow/recipes-graphics/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/psb_mixed.patch
diff --git a/meta-emenlow/recipes/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/psb_xvtempfix.patch b/meta-emenlow/recipes-graphics/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/psb_xvtempfix.patch
similarity index 100%
rename from meta-emenlow/recipes/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/psb_xvtempfix.patch
rename to meta-emenlow/recipes-graphics/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/psb_xvtempfix.patch
diff --git a/meta-emenlow/recipes/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/stubs.patch b/meta-emenlow/recipes-graphics/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/stubs.patch
similarity index 100%
rename from meta-emenlow/recipes/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/stubs.patch
rename to meta-emenlow/recipes-graphics/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/stubs.patch
diff --git a/meta-emenlow/recipes/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/visibility.patch b/meta-emenlow/recipes-graphics/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/visibility.patch
similarity index 100%
rename from meta-emenlow/recipes/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/visibility.patch
rename to meta-emenlow/recipes-graphics/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/visibility.patch
diff --git a/meta-emenlow/recipes/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/xorg-x11-drv-psb-0.31.0-ignoreacpi.patch b/meta-emenlow/recipes-graphics/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/xorg-x11-drv-psb-0.31.0-ignoreacpi.patch
similarity index 100%
rename from meta-emenlow/recipes/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/xorg-x11-drv-psb-0.31.0-ignoreacpi.patch
rename to meta-emenlow/recipes-graphics/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/xorg-x11-drv-psb-0.31.0-ignoreacpi.patch
diff --git a/meta-emenlow/recipes/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/xorg-x11-drv-psb-0.31.0-xserver17.patch b/meta-emenlow/recipes-graphics/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/xorg-x11-drv-psb-0.31.0-xserver17.patch
similarity index 100%
rename from meta-emenlow/recipes/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/xorg-x11-drv-psb-0.31.0-xserver17.patch
rename to meta-emenlow/recipes-graphics/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/xorg-x11-drv-psb-0.31.0-xserver17.patch
diff --git a/meta-emenlow/recipes/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/xserver-xorg-video-psb-0.31.0-assert.patch b/meta-emenlow/recipes-graphics/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/xserver-xorg-video-psb-0.31.0-assert.patch
similarity index 100%
rename from meta-emenlow/recipes/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/xserver-xorg-video-psb-0.31.0-assert.patch
rename to meta-emenlow/recipes-graphics/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/xserver-xorg-video-psb-0.31.0-assert.patch
diff --git a/meta-emenlow/recipes/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/xserver-xorg-video-psb-0.31.0-comment_unused.patch b/meta-emenlow/recipes-graphics/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/xserver-xorg-video-psb-0.31.0-comment_unused.patch
similarity index 100%
rename from meta-emenlow/recipes/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/xserver-xorg-video-psb-0.31.0-comment_unused.patch
rename to meta-emenlow/recipes-graphics/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/xserver-xorg-video-psb-0.31.0-comment_unused.patch
diff --git a/meta-emenlow/recipes/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/xserver-xorg-video-psb-0.31.0-greedy.patch b/meta-emenlow/recipes-graphics/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/xserver-xorg-video-psb-0.31.0-greedy.patch
similarity index 100%
rename from meta-emenlow/recipes/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/xserver-xorg-video-psb-0.31.0-greedy.patch
rename to meta-emenlow/recipes-graphics/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/xserver-xorg-video-psb-0.31.0-greedy.patch
diff --git a/meta-emenlow/recipes/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/xserver-xorg-video-psb-0.31.0-loader.patch b/meta-emenlow/recipes-graphics/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/xserver-xorg-video-psb-0.31.0-loader.patch
similarity index 100%
rename from meta-emenlow/recipes/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/xserver-xorg-video-psb-0.31.0-loader.patch
rename to meta-emenlow/recipes-graphics/xserver-xorg-video-psb/xserver-xorg-video-psb-0.32.1/xserver-xorg-video-psb-0.31.0-loader.patch
diff --git a/meta-emenlow/recipes/xserver-xorg-video-psb/xserver-xorg-video-psb_0.32.1.bb b/meta-emenlow/recipes-graphics/xserver-xorg-video-psb/xserver-xorg-video-psb_0.32.1.bb
similarity index 100%
rename from meta-emenlow/recipes/xserver-xorg-video-psb/xserver-xorg-video-psb_0.32.1.bb
rename to meta-emenlow/recipes-graphics/xserver-xorg-video-psb/xserver-xorg-video-psb_0.32.1.bb
diff --git a/meta-emenlow/recipes/linux/linux-2.6.33.2/defconfig b/meta-emenlow/recipes-kernel/linux/linux-2.6.33.2/defconfig
similarity index 100%
rename from meta-emenlow/recipes/linux/linux-2.6.33.2/defconfig
rename to meta-emenlow/recipes-kernel/linux/linux-2.6.33.2/defconfig
diff --git a/meta-emenlow/recipes/linux/linux-yocto-stable_git.bbappend b/meta-emenlow/recipes-kernel/linux/linux-yocto-stable_git.bbappend
similarity index 100%
rename from meta-emenlow/recipes/linux/linux-yocto-stable_git.bbappend
rename to meta-emenlow/recipes-kernel/linux/linux-yocto-stable_git.bbappend
diff --git a/meta-emenlow/recipes/linux/linux_2.6.33.2.bbappend b/meta-emenlow/recipes-kernel/linux/linux_2.6.33.2.bbappend
similarity index 100%
rename from meta-emenlow/recipes/linux/linux_2.6.33.2.bbappend
rename to meta-emenlow/recipes-kernel/linux/linux_2.6.33.2.bbappend
diff --git a/meta/conf/distro/include/poky-default-revisions.inc b/meta/conf/distro/include/poky-default-revisions.inc
index 10103a2..c45ae18 100644
--- a/meta/conf/distro/include/poky-default-revisions.inc
+++ b/meta/conf/distro/include/poky-default-revisions.inc
@@ -89,7 +89,6 @@ SRCREV_machine_pn-linux-yocto-stable_qemumips ?= "81f3cd467b9d51fa1dfa2d5939337c
SRCREV_machine_pn-linux-yocto-stable_qemuppc ?= "9ac0daee43dd19d8bea828cf79450c9748ae0daa"
SRCREV_machine_pn-linux-yocto-stable_qemux86 ?= "0431115c9d720fee5bb105f6a7411efb4f851d26"
SRCREV_machine_pn-linux-yocto-stable_qemux86-64 ?= "0431115c9d720fee5bb105f6a7411efb4f851d26"
-SRCREV_machine_pn-linux-yocto-stable_emenlow ?= "aae69fdf104b0a9d7b3710f808aac6ab303490f7"
SRCREV_machine_pn-linux-yocto-stable_atom-pc ?= "0431115c9d720fee5bb105f6a7411efb4f851d26"
SRCREV_machine_pn-linux-yocto-stable_routerstationpro ?= "2ec2edaf256dd8500ee3d4763fee6ca3ecd6da4b"
SRCREV_machine_pn-linux-yocto-stable_mpc8315e-rdb ?= "986e6eb66c26007cee7916d5d12f4756e6b5436f"
--
1.7.2.3
^ permalink raw reply related [flat|nested] 30+ messages in thread* [PATCH 02/28] send-pull-request: allow users to select git-send-email or sendmail
2010-12-23 14:26 [PATCH 00/28] Consolidated Pull & Enable LIC_FILES_CHKSUM as Error Saul Wold
2010-12-23 14:26 ` [PATCH 01/28] meta-emenlow: update to the new BSP layout Tom Zanussi
@ 2010-12-23 14:27 ` Darren Hart
2010-12-23 14:27 ` [PATCH 03/28] linux-yocto-stable: fix qemux86 branch name Bruce Ashfield
` (26 subsequent siblings)
28 siblings, 0 replies; 30+ messages in thread
From: Darren Hart @ 2010-12-23 14:27 UTC (permalink / raw)
To: poky
Some users find it easier to use their git sendmail setup over a local
MTA to deliver mail with the send-pull-request script. If you would
like to do this, please read the git-send-email man page and set
the relevant entries in your git config. In particular, be sure to
set sendemail.from to avoid being asked each time.
Reported-by: Khem Raj <raj.khem@gmail.com>
CC: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
---
scripts/send-pull-request | 69 ++++++++++++++++++++++++++++++++------------
1 files changed, 50 insertions(+), 19 deletions(-)
diff --git a/scripts/send-pull-request b/scripts/send-pull-request
index 03a78f9..9872c0d 100755
--- a/scripts/send-pull-request
+++ b/scripts/send-pull-request
@@ -1,6 +1,11 @@
#!/bin/bash
AUTO=0
+# Check env for any default settings, command line options will override these.
+if [ -z "$PULL_MTA" ]; then
+ PULL_MTA="sendmail"
+fi
+
usage()
{
cat <<EOM
@@ -8,6 +13,7 @@ Usage: $(basename $0) [-h] [-a] [[-t email]...] -p pull-dir
-t email Explicitly add email to the recipients
-a Automatically harvest recipients from "*-by: email" lines
in the patches in the pull-dir
+ -g Use git-send-email to send mail instead of sendmail
-p pull-dir Directory containing summary and patch files
EOM
}
@@ -35,11 +41,14 @@ harvest_recipients()
# Parse and verify arguments
-while getopts "ahp:t:" OPT; do
+while getopts "aghp:t:" OPT; do
case $OPT in
a)
AUTO=1
;;
+ g)
+ PULL_MTA="git"
+ ;;
h)
usage
exit 0
@@ -111,25 +120,47 @@ read cont
if [ "$cont" == "y" ] || [ "$cont" == "Y" ]; then
ERROR=0
- for PATCH in $PDIR/*patch; do
- # Insert To and CC headers via formail to keep them separate and
- # appending them to the sendmail command as -- $TO $CC has proven
- # to be an exercise in futility.
- #
- # Use tail to remove the email envelope from git or formail as
- # msmtp (sendmail) would choke on them.
- #
- # Modify the patch date for sequential delivery, but retain the
- # original date as "Old-Date".
- DATE=$(date +"%a, %d %b %Y %k:%M:%S %z")
- cat $PATCH | formail -I "To: $TO" -I "CC: $CC" -i "Date: $DATE" | tail -n +2 | sendmail -t
- if [ $? -eq 1 ]; then
- ERROR=1
- fi
- done
+ case "$PULL_MTA" in
+ git)
+ export IFS=$','
+ GIT_TO=$(for R in $TO; do echo -n "--to='$R' "; done)
+ GIT_CC=$(for R in $CC; do echo -n "--cc='$R' "; done)
+ unset IFS
+ for PATCH in $PDIR/*patch; do
+ # We harvest the emails manually, so force git not to.
+ eval "git send-email $GIT_TO $GIT_CC --no-chain-reply-to --suppress-cc=all $PATCH"
+ if [ $? -eq 1 ]; then
+ ERROR=1
+ fi
+ done
+ ;;
+ sendmail)
+ for PATCH in $PDIR/*patch; do
+ # Insert To and CC headers via formail to keep them separate and
+ # appending them to the sendmail command as -- $TO $CC has
+ # proven to be an exercise in futility.
+ #
+ # Use tail to remove the email envelope from git or formail as
+ # msmtp (sendmail) would choke on them.
+ #
+ # Modify the patch date for sequential delivery, but retain the
+ # original date as "Old-Date".
+ DATE=$(date +"%a, %d %b %Y %k:%M:%S %z")
+ cat $PATCH | formail -I "To: $TO" -I "CC: $CC" -i "Date: $DATE" | tail -n +2 | sendmail -t
+ if [ $? -eq 1 ]; then
+ ERROR=1
+ fi
+ done
+ ;;
+ *)
+ echo "ERROR: unknown MTA: $PULL_MTA"
+ usage
+ exit 1
+ ;;
+ esac
+
if [ $ERROR -eq 1 ]; then
- echo "ERROR: sendmail failed to send one or more messages. Check your"
- echo " sendmail log for details."
+ echo "ERROR: Failed to send one or more messages. Check your MTA log for details."
fi
else
echo "Send aborted."
--
1.7.2.3
^ permalink raw reply related [flat|nested] 30+ messages in thread* [PATCH 03/28] linux-yocto-stable: fix qemux86 branch name
2010-12-23 14:26 [PATCH 00/28] Consolidated Pull & Enable LIC_FILES_CHKSUM as Error Saul Wold
2010-12-23 14:26 ` [PATCH 01/28] meta-emenlow: update to the new BSP layout Tom Zanussi
2010-12-23 14:27 ` [PATCH 02/28] send-pull-request: allow users to select git-send-email or sendmail Darren Hart
@ 2010-12-23 14:27 ` Bruce Ashfield
2010-12-23 14:27 ` [PATCH 04/28] qemu: match kernel headers to preferred kernel Bruce Ashfield
` (25 subsequent siblings)
28 siblings, 0 replies; 30+ messages in thread
From: Bruce Ashfield @ 2010-12-23 14:27 UTC (permalink / raw)
To: poky
The mapping of qemu to kernel branch name for the stable
kernel had a small leak from the devel kernel. Nothing
broke since qemux86 prefers the 2.6.37 kernel and this was
hidden.
This fixes the mapping for anyone who does want a 2.6.34 based
qemux86 kernel.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
.../recipes-kernel/linux/linux-yocto-stable_git.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-kernel/linux/linux-yocto-stable_git.bb b/meta/recipes-kernel/linux/linux-yocto-stable_git.bb
index 85b67f4..2f6eb2d 100644
--- a/meta/recipes-kernel/linux/linux-yocto-stable_git.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-stable_git.bb
@@ -1,7 +1,7 @@
inherit kernel
require linux-yocto.inc
-KMACHINE_qemux86 = "common_pc/base"
+KMACHINE_qemux86 = "common_pc"
KMACHINE_qemux86-64 = "common_pc_64"
KMACHINE_qemuppc = "qemu_ppc32"
KMACHINE_qemumips = "mti_malta32_be"
--
1.7.2.3
^ permalink raw reply related [flat|nested] 30+ messages in thread* [PATCH 04/28] qemu: match kernel headers to preferred kernel
2010-12-23 14:26 [PATCH 00/28] Consolidated Pull & Enable LIC_FILES_CHKSUM as Error Saul Wold
` (2 preceding siblings ...)
2010-12-23 14:27 ` [PATCH 03/28] linux-yocto-stable: fix qemux86 branch name Bruce Ashfield
@ 2010-12-23 14:27 ` Bruce Ashfield
2010-12-23 14:27 ` [PATCH 05/28] linux-yocto: update to 2.6.37-rc6 Bruce Ashfield
` (24 subsequent siblings)
28 siblings, 0 replies; 30+ messages in thread
From: Bruce Ashfield @ 2010-12-23 14:27 UTC (permalink / raw)
To: poky
As the yocto-kernel advances, the libc headers must also
advance. This commit fixes the SRC_URI and SRCPV to work
properly with the latest linux-yocto kernel. It also switches
the qemu* targets to prefer this libc recipe.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
meta/conf/machine/include/qemu.inc | 2 +-
| 10 ++++------
2 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc
index 502e24f..d762d01 100644
--- a/meta/conf/machine/include/qemu.inc
+++ b/meta/conf/machine/include/qemu.inc
@@ -16,6 +16,6 @@ RDEPENDS_kernel-base = ""
# Use a common kernel recipe for all QEMU machines
PREFERRED_PROVIDER_virtual/kernel = "linux-yocto"
-#PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto"
+PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto"
EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native"
--git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers-yocto_git.bb b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers-yocto_git.bb
index 0515233..762b6a8 100644
--- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers-yocto_git.bb
+++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers-yocto_git.bb
@@ -6,14 +6,12 @@ B = "${S}"
INHIBIT_DEFAULT_DEPS = "1"
DEPENDS += "unifdef-native"
PROVIDES = "linux-libc-headers"
-PV = "2.6.34+git-${SRCPV}"
-PR = "r1"
-
-SRC_URI = "git://git.pokylinux.org/linux-2.6-windriver.git;fullclone=1"
+PV = "2.6.37+git-${SRCPV}"
+PR = "r2"
SRCREV_FORMAT = "meta_machine"
-SRC_URI = "git://git.pokylinux.org/linux-2.6-windriver.git;protocol=git;fullclone=1;branch=${KBRANCH};name=machine \
- git://git.pokylinux.org/linux-2.6-windriver.git;protocol=git;noclone=1;branch=wrs_meta;name=meta"
+SRC_URI = "git://git.pokylinux.org/linux-yocto-2.6.37;protocol=git;fullclone=1;branch=${KBRANCH};name=machine \
+ git://git.pokylinux.org/linux-yocto-2.6.37;protocol=git;noclone=1;branch=meta;name=meta"
set_arch() {
case ${TARGET_ARCH} in
--
1.7.2.3
^ permalink raw reply related [flat|nested] 30+ messages in thread* [PATCH 05/28] linux-yocto: update to 2.6.37-rc6
2010-12-23 14:26 [PATCH 00/28] Consolidated Pull & Enable LIC_FILES_CHKSUM as Error Saul Wold
` (3 preceding siblings ...)
2010-12-23 14:27 ` [PATCH 04/28] qemu: match kernel headers to preferred kernel Bruce Ashfield
@ 2010-12-23 14:27 ` Bruce Ashfield
2010-12-23 14:27 ` [PATCH 06/28] matchbox-keyboard: Make as singleton Zhai Edwin
` (23 subsequent siblings)
28 siblings, 0 replies; 30+ messages in thread
From: Bruce Ashfield @ 2010-12-23 14:27 UTC (permalink / raw)
To: poky
Fixes [BUGID #596]
Updating the SRCREVs of the target branches in the linux-yocto
development kernel to point to 2.6.37-rc6 content.
At this point branches have been switched from _ to - and we
are able to remove the old branch names.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
.../conf/distro/include/poky-default-revisions.inc | 26 ++++++++++----------
1 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/meta/conf/distro/include/poky-default-revisions.inc b/meta/conf/distro/include/poky-default-revisions.inc
index c45ae18..15f7874 100644
--- a/meta/conf/distro/include/poky-default-revisions.inc
+++ b/meta/conf/distro/include/poky-default-revisions.inc
@@ -57,7 +57,7 @@ SRCREV_pn-gypsy ??= "147"
SRCREV_pn-inputproto ??= "7203036522ba9d4b224d282d6afc2d0b947711ee"
SRCREV_pn-inputproto-native ??= "7203036522ba9d4b224d282d6afc2d0b947711ee"
SRCREV_pn-inputproto-nativesdk ??= "7203036522ba9d4b224d282d6afc2d0b947711ee"
-SRCREV_pn-kern-tools-native ??= "796d7fef92b2eed449c17c14441587ff0c465368"
+SRCREV_pn-kern-tools-native ??= "72683bf61fdb83a1c0b4110763f803ff3e39f8ca"
SRCREV_pn-libdrm ??= "3f3c5be6f908272199ccf53f108b1124bfe0a00e"
SRCREV_pn-libfakekey ??= "2031"
SRCREV_pn-libgdbus ??= "aeab6e3c0185b271ca343b439470491b99cc587f"
@@ -95,18 +95,18 @@ SRCREV_machine_pn-linux-yocto-stable_mpc8315e-rdb ?= "986e6eb66c26007cee7916d5d1
SRCREV_machine_pn-linux-yocto-stable_beagleboard ?= "0431115c9d720fee5bb105f6a7411efb4f851d26"
SRCREV_meta_pn-linux-yocto-stable ?= "50ccd2b3213b6a1bacb3f898c035119802dac420"
# development SRCREVs
-SRCREV_machine_pn-linux-yocto_qemuarm = "87e00a2d47ba80b4ad1f9170cb3f6cf81f21d739"
-SRCREV_machine_pn-linux-yocto_qemumips = "7231e473dd981a28e3cea9f677ed60583e731550"
-SRCREV_machine_pn-linux-yocto_qemuppc = "e2b529d7d74a9b21e1d1715f0c4062a4fd92a3ed"
-SRCREV_machine_pn-linux-yocto_qemux86 = "87aacc373557f8849dde8618fbe1f7f8f2af6038"
-SRCREV_machine_pn-linux-yocto_qemux86-64 = "87aacc373557f8849dde8618fbe1f7f8f2af6038"
-SRCREV_machine_pn-linux-yocto_emenlow = "87aacc373557f8849dde8618fbe1f7f8f2af6038"
-SRCREV_machine_pn-linux-yocto_atom-pc = "87aacc373557f8849dde8618fbe1f7f8f2af6038"
-SRCREV_machine_pn-linux-yocto_routerstationpro = "773d3a1c8eba563ffcdbf61057ef6e39cee0c88b"
-SRCREV_machine_pn-linux-yocto_mpc8315e-rdb = "5ff609967ffe87c49d534d7861a7e0b150517726"
-SRCREV_machine_pn-linux-yocto_beagleboard = "87aacc373557f8849dde8618fbe1f7f8f2af6038"
-SRCREV_meta_pn-linux-yocto ?= "ee0a10ab687b29c4d22d47e5b28bc8b3ebb7a8d9"
-SRCREV_pn-linux-libc-headers-yocto ??= "09a39c638dd65dc27c549c119abe1af2631b2ae0"
+SRCREV_machine_pn-linux-yocto_qemuarm = "eeca27d6fb4c7cc8b0ec8e421a51115513740bb9"
+SRCREV_machine_pn-linux-yocto_qemumips = "ed31b5de9b82b9c7e80e93f42822501d0080bcd6"
+SRCREV_machine_pn-linux-yocto_qemuppc = "c01bc9165ab3192368dc2030a98fb75a7f8dc008"
+SRCREV_machine_pn-linux-yocto_qemux86 = "f6454fa1af4340832f8943f0b3d8e9f2de11b1b1"
+SRCREV_machine_pn-linux-yocto_qemux86-64 = "f6454fa1af4340832f8943f0b3d8e9f2de11b1b1"
+SRCREV_machine_pn-linux-yocto_emenlow = "f6454fa1af4340832f8943f0b3d8e9f2de11b1b1"
+SRCREV_machine_pn-linux-yocto_atom-pc = "f6454fa1af4340832f8943f0b3d8e9f2de11b1b1"
+SRCREV_machine_pn-linux-yocto_routerstationpro = "f0d79e2ae0cbb3924c57655b8c7d6a1276c9fc05"
+SRCREV_machine_pn-linux-yocto_mpc8315e-rdb = "a0243e84c1cca7fb625ae4bd76274882ccbe4333"
+SRCREV_machine_pn-linux-yocto_beagleboard = "f6454fa1af4340832f8943f0b3d8e9f2de11b1b1"
+SRCREV_meta_pn-linux-yocto ?= "7ca94548e68a72e57715d65d6d8f723582aafa59"
+SRCREV_pn-linux-libc-headers-yocto ??= "f6454fa1af4340832f8943f0b3d8e9f2de11b1b1"
SRCREV_pn-matchbox-config-gtk ??= "2081"
SRCREV_pn-matchbox-desktop-sato ??= "76"
SRCREV_pn-matchbox-desktop ??= "2096"
--
1.7.2.3
^ permalink raw reply related [flat|nested] 30+ messages in thread* [PATCH 06/28] matchbox-keyboard: Make as singleton
2010-12-23 14:26 [PATCH 00/28] Consolidated Pull & Enable LIC_FILES_CHKSUM as Error Saul Wold
` (4 preceding siblings ...)
2010-12-23 14:27 ` [PATCH 05/28] linux-yocto: update to 2.6.37-rc6 Bruce Ashfield
@ 2010-12-23 14:27 ` Zhai Edwin
2010-12-23 14:27 ` [PATCH 07/28] matchbox-stroke: " Zhai Edwin
` (22 subsequent siblings)
28 siblings, 0 replies; 30+ messages in thread
From: Zhai Edwin @ 2010-12-23 14:27 UTC (permalink / raw)
To: poky
Multiple matchbox-keyboard instances would occupy whole screen and cause X
window segfault. Making matchbox-keyboard singleton is one work around.
This patch allow only one instance of matchbox-keyboard based on some mechanism
in matchbox-desktop. In future, an applet and GTK-IM modules in
matchbox-keyboard can be used to automatically map/unmap the virtual keyboard
on demand.
[BUGID #509] got fixed.
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
---
.../matchbox-keyboard/files/single-instance.patch | 22 ++++++++++++++++++++
.../matchbox-keyboard/matchbox-keyboard_svn.bb | 1 +
2 files changed, 23 insertions(+), 0 deletions(-)
create mode 100644 meta/recipes-sato/matchbox-keyboard/files/single-instance.patch
diff --git a/meta/recipes-sato/matchbox-keyboard/files/single-instance.patch b/meta/recipes-sato/matchbox-keyboard/files/single-instance.patch
new file mode 100644
index 0000000..d0adc47
--- /dev/null
+++ b/meta/recipes-sato/matchbox-keyboard/files/single-instance.patch
@@ -0,0 +1,22 @@
+Multiple matchbox-keyboard instances would occupy whole screen and cause X
+window segfault(Bug 509). Making matchbox-keyboard singleton is one work
+around.
+
+This patch allow only one instance of matchbox-keyboard based on some mechanism
+in matchbox-desktop. In future, an applet and GTK-IM modules in
+matchbox-keyboard can be used to automatically map/unmap the virtual keyboard
+on demand.
+
+Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
+
+
+Index: matchbox-keyboard/matchbox-keyboard.desktop
+===================================================================
+--- matchbox-keyboard.orig/matchbox-keyboard.desktop 2010-12-22 20:41:40.000000000 +0800
++++ matchbox-keyboard/matchbox-keyboard.desktop 2010-12-22 20:42:12.000000000 +0800
+@@ -6,3 +6,5 @@
+ Icon=matchbox-keyboard.png
+ Categories=Panel;Utility;MB
+ X-MB-INPUT-MECHANSIM=True
++X-MB-SingleInstance=true
++StartupNotify=true
diff --git a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_svn.bb b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_svn.bb
index 0425fec..337738e 100644
--- a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_svn.bb
+++ b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_svn.bb
@@ -15,6 +15,7 @@ PR = "r4"
SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \
file://configure_fix.patch;patch=1;maxrev=1819 \
+ file://single-instance.patch;patch=1 \
file://80matchboxkeyboard.shbg"
S = "${WORKDIR}/${PN}"
--
1.7.2.3
^ permalink raw reply related [flat|nested] 30+ messages in thread* [PATCH 07/28] matchbox-stroke: Make as singleton
2010-12-23 14:26 [PATCH 00/28] Consolidated Pull & Enable LIC_FILES_CHKSUM as Error Saul Wold
` (5 preceding siblings ...)
2010-12-23 14:27 ` [PATCH 06/28] matchbox-keyboard: Make as singleton Zhai Edwin
@ 2010-12-23 14:27 ` Zhai Edwin
2010-12-23 14:27 ` [PATCH 08/28] qemu: Add some checks before enabling KVM Zhai Edwin
` (21 subsequent siblings)
28 siblings, 0 replies; 30+ messages in thread
From: Zhai Edwin @ 2010-12-23 14:27 UTC (permalink / raw)
To: poky
Multiple matchbox-stroke instances would occupy whole screen and cause end user
confusing. Making matchbox-stroke singleton is one work around.
This patch allow only one instance of matchbox-stroke based on some mechanism
in matchbox-desktop.
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
---
.../matchbox-stroke/files/single-instance.patch | 19 +++++++++++++++++++
.../matchbox-stroke/matchbox-stroke_svn.bb | 1 +
2 files changed, 20 insertions(+), 0 deletions(-)
create mode 100644 meta/recipes-sato/matchbox-stroke/files/single-instance.patch
diff --git a/meta/recipes-sato/matchbox-stroke/files/single-instance.patch b/meta/recipes-sato/matchbox-stroke/files/single-instance.patch
new file mode 100644
index 0000000..f4fec07
--- /dev/null
+++ b/meta/recipes-sato/matchbox-stroke/files/single-instance.patch
@@ -0,0 +1,19 @@
+Multiple matchbox-stroke instances would occupy whole screen and cause end user
+confusing. Making matchbox-stroke singleton is one work around.
+
+This patch allow only one instance of matchbox-stroke based on some mechanism
+in matchbox-desktop.
+
+Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
+
+
+Index: matchbox-stroke/matchbox-stroke.desktop
+===================================================================
+--- matchbox-stroke.orig/matchbox-stroke.desktop 2010-07-10 10:23:26.000000000 +0800
++++ matchbox-stroke/matchbox-stroke.desktop 2010-12-22 20:59:26.000000000 +0800
+@@ -6,3 +6,5 @@
+ Icon=matchbox-stroke.png
+ Categories=Panel;Utility;MB
+ X-MB-INPUT-MECHANSIM=True
++X-MB-SingleInstance=true
++StartupNotify=true
diff --git a/meta/recipes-sato/matchbox-stroke/matchbox-stroke_svn.bb b/meta/recipes-sato/matchbox-stroke/matchbox-stroke_svn.bb
index 1e25369..b0e77ac 100644
--- a/meta/recipes-sato/matchbox-stroke/matchbox-stroke_svn.bb
+++ b/meta/recipes-sato/matchbox-stroke/matchbox-stroke_svn.bb
@@ -10,6 +10,7 @@ SECTION = "x11/wm"
PV = "0.0+svnr${SRCREV}"
SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \
+ file://single-instance.patch;patch=1 \
file://configure_fix.patch;patch=1;maxrev=1819 "
S = "${WORKDIR}/${PN}"
--
1.7.2.3
^ permalink raw reply related [flat|nested] 30+ messages in thread* [PATCH 08/28] qemu: Add some checks before enabling KVM
2010-12-23 14:26 [PATCH 00/28] Consolidated Pull & Enable LIC_FILES_CHKSUM as Error Saul Wold
` (6 preceding siblings ...)
2010-12-23 14:27 ` [PATCH 07/28] matchbox-stroke: " Zhai Edwin
@ 2010-12-23 14:27 ` Zhai Edwin
2010-12-23 14:27 ` [PATCH 09/28] linux-yocto: add dropped qemuppc configuration Bruce Ashfield
` (20 subsequent siblings)
28 siblings, 0 replies; 30+ messages in thread
From: Zhai Edwin @ 2010-12-23 14:27 UTC (permalink / raw)
To: poky
Check the missing modules and permission with informative output.
[BUGID #599] got fixed.
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
---
scripts/poky-qemu | 25 ++++++++++++++++++++++---
1 files changed, 22 insertions(+), 3 deletions(-)
diff --git a/scripts/poky-qemu b/scripts/poky-qemu
index 313248f..b19a89d 100755
--- a/scripts/poky-qemu
+++ b/scripts/poky-qemu
@@ -29,7 +29,7 @@ usage() {
echo " Additional QEMU command-line options can be passed with:"
echo " nographic - disables video console"
echo " serial - enables a serial console on /dev/ttyS0"
- echo " kvm - enables kvm"
+ echo " kvm - enables KVM when running qemux86/qemux86-64, VT capable CPU required"
echo " \"<extra-qemu-options>\" - enables extra qemu options, excluding serial and kvm"
echo ""
echo "Examples:"
@@ -171,10 +171,29 @@ while [ $i -le $# ]; do
i=$((i + 1))
done
+POKY_KVM_WIKI="https://wiki.yoctoproject.org/wiki/How_to_enable_KVM_for_Poky_qemu"
# Detect KVM configuration
-if [[ "x$KVM_ENABLED" == "xyes" && ! -z "$KVM_CAPABLE" ]]; then
- if [[ "x$MACHINE" == "xqemux86" || "x$MACHINE" == "xqemux86-64" ]]; then
+if [[ "x$KVM_ENABLED" == "xyes" ]]; then
+ if [[ -z "$KVM_CAPABLE" ]]; then
+ echo "You are tring to enable KVM on cpu without VT support. Remove kvm from the command-line, or refer";
+ echo "$POKY_KVM_WIKI";
+ exit 1;
+ fi
+ if [[ "x$MACHINE" != "xqemux86" && "x$MACHINE" != "xqemux86-64" ]]; then
+ echo "KVM only support x86 & x86-64. Remove kvm from the command-line";
+ exit 1;
+ fi
+ if [ ! -e /dev/kvm ]; then
+ echo "Missing KVM device. Have you inserted kvm modules? Pls. refer";
+ echo "$POKY_KVM_WIKI";
+ exit 1;
+ fi
+ if 9<>/dev/kvm ; then
SCRIPT_QEMU_OPT="$SCRIPT_QEMU_OPT -enable-kvm"
+ else
+ echo "You have no rights on /dev/kvm. Pls. change the owndership as described at";
+ echo "$POKY_KVM_WIKI";
+ exit 1;
fi
fi
--
1.7.2.3
^ permalink raw reply related [flat|nested] 30+ messages in thread* [PATCH 09/28] linux-yocto: add dropped qemuppc configuration
2010-12-23 14:26 [PATCH 00/28] Consolidated Pull & Enable LIC_FILES_CHKSUM as Error Saul Wold
` (7 preceding siblings ...)
2010-12-23 14:27 ` [PATCH 08/28] qemu: Add some checks before enabling KVM Zhai Edwin
@ 2010-12-23 14:27 ` Bruce Ashfield
2010-12-23 14:27 ` [PATCH 10/28] insane.bbclass: make LIC_FILES_CHKSUM failures report errors Saul Wold
` (19 subsequent siblings)
28 siblings, 0 replies; 30+ messages in thread
From: Bruce Ashfield @ 2010-12-23 14:27 UTC (permalink / raw)
To: poky
The _ to - mass change mangled a config file name, which was
dropped from the update. This adds the fixed file back to the
meta branch of the kernel.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
.../conf/distro/include/poky-default-revisions.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/conf/distro/include/poky-default-revisions.inc b/meta/conf/distro/include/poky-default-revisions.inc
index 15f7874..8ec854b 100644
--- a/meta/conf/distro/include/poky-default-revisions.inc
+++ b/meta/conf/distro/include/poky-default-revisions.inc
@@ -105,7 +105,7 @@ SRCREV_machine_pn-linux-yocto_atom-pc = "f6454fa1af4340832f8943f0b3d8e9f2de11b1b
SRCREV_machine_pn-linux-yocto_routerstationpro = "f0d79e2ae0cbb3924c57655b8c7d6a1276c9fc05"
SRCREV_machine_pn-linux-yocto_mpc8315e-rdb = "a0243e84c1cca7fb625ae4bd76274882ccbe4333"
SRCREV_machine_pn-linux-yocto_beagleboard = "f6454fa1af4340832f8943f0b3d8e9f2de11b1b1"
-SRCREV_meta_pn-linux-yocto ?= "7ca94548e68a72e57715d65d6d8f723582aafa59"
+SRCREV_meta_pn-linux-yocto ?= "5955ebea1f0d2fbd67a66ed138ce2b3363adf72a"
SRCREV_pn-linux-libc-headers-yocto ??= "f6454fa1af4340832f8943f0b3d8e9f2de11b1b1"
SRCREV_pn-matchbox-config-gtk ??= "2081"
SRCREV_pn-matchbox-desktop-sato ??= "76"
--
1.7.2.3
^ permalink raw reply related [flat|nested] 30+ messages in thread* [PATCH 10/28] insane.bbclass: make LIC_FILES_CHKSUM failures report errors
2010-12-23 14:26 [PATCH 00/28] Consolidated Pull & Enable LIC_FILES_CHKSUM as Error Saul Wold
` (8 preceding siblings ...)
2010-12-23 14:27 ` [PATCH 09/28] linux-yocto: add dropped qemuppc configuration Bruce Ashfield
@ 2010-12-23 14:27 ` Saul Wold
2010-12-23 14:27 ` [PATCH 12/28] connman: Update to 0.64 to solve build issue with .37 kernel headers Saul Wold
` (18 subsequent siblings)
28 siblings, 0 replies; 30+ messages in thread
From: Saul Wold @ 2010-12-23 14:27 UTC (permalink / raw)
To: poky
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
meta/classes/insane.bbclass | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index b06d021..225530a 100644
--- a/meta/classes/insane.bbclass
+++ b/meta/classes/insane.bbclass
@@ -348,7 +348,7 @@ def package_qa_check_license(workdir, d):
if not lic_files:
# just throw a warning now. Once licensing data in entered for enough of the recipes,
# this will be converted into error and False will be returned.
- bb.warn(pn + ": Recipe file does not have license file information (LIC_FILES_CHKSUM)")
+ bb.error(pn + ": Recipe file does not have license file information (LIC_FILES_CHKSUM)")
return True
srcdir = bb.data.getVar('S', d, True)
@@ -394,8 +394,8 @@ def package_qa_check_license(workdir, d):
bb.note ("md5 checksum matched for ", url)
else:
bb.error ("md5 data is not matching for ", url)
- bb.note ("The new md5 checksum is ", md5chksum)
- bb.note ("Check if the license information has changed, and if it has update the .bb file with correct license")
+ bb.error ("The new md5 checksum is ", md5chksum)
+ bb.error ("Check if the license information has changed, and if it has update the .bb file with correct license")
sane = False
return sane
@@ -605,5 +605,5 @@ Rerun configure task after fixing this. The path was '%s'""" % root)
Missing inherit gettext?""" % config)
if not package_qa_check_license(workdir, d):
- bb.fatal("Licensing warning: LIC_FILES_CHKSUM does not match, please fix")
+ bb.error("Licensing warning: LIC_FILES_CHKSUM does not match, please fix")
}
--
1.7.2.3
^ permalink raw reply related [flat|nested] 30+ messages in thread* [PATCH 12/28] connman: Update to 0.64 to solve build issue with .37 kernel headers
2010-12-23 14:26 [PATCH 00/28] Consolidated Pull & Enable LIC_FILES_CHKSUM as Error Saul Wold
` (9 preceding siblings ...)
2010-12-23 14:27 ` [PATCH 10/28] insane.bbclass: make LIC_FILES_CHKSUM failures report errors Saul Wold
@ 2010-12-23 14:27 ` Saul Wold
2010-12-23 14:27 ` [PATCH 11/28] apr: add configure for NODELAY to mips-common Saul Wold
` (17 subsequent siblings)
28 siblings, 0 replies; 30+ messages in thread
From: Saul Wold @ 2010-12-23 14:27 UTC (permalink / raw)
To: poky
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
.../connman/{connman-0.63 => connman-0.64}/connman | 0
.../{connman-0.63 => connman-0.64}/dbusperms.patch | 0
.../fix-shutdown-ap-disconnect.patch | 0
.../connman/{connman_0.63.bb => connman_0.64.bb} | 4 ++--
4 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-connectivity/connman/{connman-0.63 => connman-0.64}/connman (100%)
rename meta/recipes-connectivity/connman/{connman-0.63 => connman-0.64}/dbusperms.patch (100%)
rename meta/recipes-connectivity/connman/{connman-0.63 => connman-0.64}/fix-shutdown-ap-disconnect.patch (100%)
rename meta/recipes-connectivity/connman/{connman_0.63.bb => connman_0.64.bb} (80%)
diff --git a/meta/recipes-connectivity/connman/connman-0.63/connman b/meta/recipes-connectivity/connman/connman-0.64/connman
similarity index 100%
rename from meta/recipes-connectivity/connman/connman-0.63/connman
rename to meta/recipes-connectivity/connman/connman-0.64/connman
diff --git a/meta/recipes-connectivity/connman/connman-0.63/dbusperms.patch b/meta/recipes-connectivity/connman/connman-0.64/dbusperms.patch
similarity index 100%
rename from meta/recipes-connectivity/connman/connman-0.63/dbusperms.patch
rename to meta/recipes-connectivity/connman/connman-0.64/dbusperms.patch
diff --git a/meta/recipes-connectivity/connman/connman-0.63/fix-shutdown-ap-disconnect.patch b/meta/recipes-connectivity/connman/connman-0.64/fix-shutdown-ap-disconnect.patch
similarity index 100%
rename from meta/recipes-connectivity/connman/connman-0.63/fix-shutdown-ap-disconnect.patch
rename to meta/recipes-connectivity/connman/connman-0.64/fix-shutdown-ap-disconnect.patch
diff --git a/meta/recipes-connectivity/connman/connman_0.63.bb b/meta/recipes-connectivity/connman/connman_0.64.bb
similarity index 80%
rename from meta/recipes-connectivity/connman/connman_0.63.bb
rename to meta/recipes-connectivity/connman/connman_0.64.bb
index e99f784..bea761c 100644
--- a/meta/recipes-connectivity/connman/connman_0.63.bb
+++ b/meta/recipes-connectivity/connman/connman_0.64.bb
@@ -24,5 +24,5 @@ SRC_URI = "\
file://connman \
"
-SRC_URI[md5sum] = "11616a4fa1d03f96f0739730645f7c53"
-SRC_URI[sha256sum] = "e2a57376cdcd42b3876262da6959aa58428941e0eb2df9a4724cd3f1af934492"
+SRC_URI[md5sum] = "1328b04632ad279f991abe457b207b9d"
+SRC_URI[sha256sum] = "46fd36917f53ae20cfed562406a37f9c677f65a57467cac18ce491fa089da325"
--
1.7.2.3
^ permalink raw reply related [flat|nested] 30+ messages in thread* [PATCH 11/28] apr: add configure for NODELAY to mips-common
2010-12-23 14:26 [PATCH 00/28] Consolidated Pull & Enable LIC_FILES_CHKSUM as Error Saul Wold
` (10 preceding siblings ...)
2010-12-23 14:27 ` [PATCH 12/28] connman: Update to 0.64 to solve build issue with .37 kernel headers Saul Wold
@ 2010-12-23 14:27 ` Saul Wold
2010-12-23 14:27 ` [PATCH 13/28] db: add LIC_FILES_CHKSUM Saul Wold
` (16 subsequent siblings)
28 siblings, 0 replies; 30+ messages in thread
From: Saul Wold @ 2010-12-23 14:27 UTC (permalink / raw)
To: poky
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
meta/site/mips-common | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/meta/site/mips-common b/meta/site/mips-common
index 85e4696..6408baa 100644
--- a/meta/site/mips-common
+++ b/meta/site/mips-common
@@ -29,3 +29,6 @@ ac_cv_alignof_CORBA_struct=1
# dpkg
dpkg_cv_va_copy=${ac_cv_va_copy=yes}
dpkg_cv___va_copy=${ac_cv___va_copy=yes}
+
+# apr
+apr_cv_tcp_nodelay_with_cork=${apr_cv_tcp_nodelay_with_cork=yes}
--
1.7.2.3
^ permalink raw reply related [flat|nested] 30+ messages in thread* [PATCH 13/28] db: add LIC_FILES_CHKSUM
2010-12-23 14:26 [PATCH 00/28] Consolidated Pull & Enable LIC_FILES_CHKSUM as Error Saul Wold
` (11 preceding siblings ...)
2010-12-23 14:27 ` [PATCH 11/28] apr: add configure for NODELAY to mips-common Saul Wold
@ 2010-12-23 14:27 ` Saul Wold
2010-12-23 14:27 ` [PATCH 14/28] xf86-input-vmmouse: add COMPATIBLE_HOST set to x86* Saul Wold
` (15 subsequent siblings)
28 siblings, 0 replies; 30+ messages in thread
From: Saul Wold @ 2010-12-23 14:27 UTC (permalink / raw)
To: poky
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
meta/recipes-support/db/db_4.2.52.bb | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-support/db/db_4.2.52.bb b/meta/recipes-support/db/db_4.2.52.bb
index bd0511d..1181bb0 100644
--- a/meta/recipes-support/db/db_4.2.52.bb
+++ b/meta/recipes-support/db/db_4.2.52.bb
@@ -15,6 +15,8 @@ LICENSE = "BSD Sleepycat"
VIRTUAL_NAME = "virtual/db"
VIRTUAL_NAME_virtclass-native = "virtual/db-native"
+LIC_FILES_CHKSUM = "file://../LICENSE;md5=6b31228067ad1236eceaaaf187ad6d1e"
+
CONFLICTS = "db3"
CONFLICTS_virtclass-native = "db3-native"
PR = "r8"
--
1.7.2.3
^ permalink raw reply related [flat|nested] 30+ messages in thread* [PATCH 14/28] xf86-input-vmmouse: add COMPATIBLE_HOST set to x86*
2010-12-23 14:26 [PATCH 00/28] Consolidated Pull & Enable LIC_FILES_CHKSUM as Error Saul Wold
` (12 preceding siblings ...)
2010-12-23 14:27 ` [PATCH 13/28] db: add LIC_FILES_CHKSUM Saul Wold
@ 2010-12-23 14:27 ` Saul Wold
2010-12-23 14:27 ` [PATCH 15/28] perl: Add LIC_FILES_CHKSUM to native recipe Saul Wold
` (14 subsequent siblings)
28 siblings, 0 replies; 30+ messages in thread
From: Saul Wold @ 2010-12-23 14:27 UTC (permalink / raw)
To: poky
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
.../xorg-driver/xf86-input-vmmouse_12.6.10.bb | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_12.6.10.bb b/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_12.6.10.bb
index 15aeb58..6288507 100644
--- a/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_12.6.10.bb
+++ b/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_12.6.10.bb
@@ -9,3 +9,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=622841c068a9d7625fbfe7acffb1a8fc"
SRC_URI[md5sum] = "49c6e77851e9f7bc5cb7d85f061992f8"
SRC_URI[sha256sum] = "a6369d5a860627f2a38842d5563045b263a459e534f6ae08df48f330f9a40910"
+
+COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
--
1.7.2.3
^ permalink raw reply related [flat|nested] 30+ messages in thread* [PATCH 15/28] perl: Add LIC_FILES_CHKSUM to native recipe
2010-12-23 14:26 [PATCH 00/28] Consolidated Pull & Enable LIC_FILES_CHKSUM as Error Saul Wold
` (13 preceding siblings ...)
2010-12-23 14:27 ` [PATCH 14/28] xf86-input-vmmouse: add COMPATIBLE_HOST set to x86* Saul Wold
@ 2010-12-23 14:27 ` Saul Wold
2010-12-23 14:27 ` [PATCH 16/28] python-pygobject: remove older install of generate-constants and add BBCLASSEXTEND Saul Wold
` (13 subsequent siblings)
28 siblings, 0 replies; 30+ messages in thread
From: Saul Wold @ 2010-12-23 14:27 UTC (permalink / raw)
To: poky
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
meta/recipes-devtools/perl/perl-native_5.8.8.bb | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-devtools/perl/perl-native_5.8.8.bb b/meta/recipes-devtools/perl/perl-native_5.8.8.bb
index ad71b87..cc946af 100644
--- a/meta/recipes-devtools/perl/perl-native_5.8.8.bb
+++ b/meta/recipes-devtools/perl/perl-native_5.8.8.bb
@@ -5,6 +5,9 @@ LICENSE = "Artistic|GPL"
DEPENDS = "virtual/db-native gdbm-native"
PR = "r14"
+LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \
+ file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8"
+
SRC_URI = "http://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz \
file://perl-5.8.8-gcc-4.2.patch;patch=1 \
file://Configure-multilib.patch;patch=1 \
--
1.7.2.3
^ permalink raw reply related [flat|nested] 30+ messages in thread* [PATCH 16/28] python-pygobject: remove older install of generate-constants and add BBCLASSEXTEND
2010-12-23 14:26 [PATCH 00/28] Consolidated Pull & Enable LIC_FILES_CHKSUM as Error Saul Wold
` (14 preceding siblings ...)
2010-12-23 14:27 ` [PATCH 15/28] perl: Add LIC_FILES_CHKSUM to native recipe Saul Wold
@ 2010-12-23 14:27 ` Saul Wold
2010-12-23 14:27 ` [PATCH 17/28] guilt: add LIC_FILES_CHKSUM Saul Wold
` (12 subsequent siblings)
28 siblings, 0 replies; 30+ messages in thread
From: Saul Wold @ 2010-12-23 14:27 UTC (permalink / raw)
To: poky
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
.../python/python-pygobject-native_2.27.0.bb | 15 ---------------
.../python/python-pygobject_2.27.0.bb | 2 ++
2 files changed, 2 insertions(+), 15 deletions(-)
delete mode 100644 meta/recipes-devtools/python/python-pygobject-native_2.27.0.bb
diff --git a/meta/recipes-devtools/python/python-pygobject-native_2.27.0.bb b/meta/recipes-devtools/python/python-pygobject-native_2.27.0.bb
deleted file mode 100644
index d360227..0000000
--- a/meta/recipes-devtools/python/python-pygobject-native_2.27.0.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-require python-pygobject_${PV}.bb
-
-DEPENDS = "python-native glib-2.0-native"
-PR = "r0"
-
-PARALLEL_MAKE = ""
-
-inherit native
-
-SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/pygobject/${MAJ_VER}/pygobject-${PV}.tar.bz2"
-
-do_install_append() {
- install -d ${D}${bindir}
- install -m 0755 gobject/generate-constants ${D}${bindir}/gobject-generate-constants
-}
diff --git a/meta/recipes-devtools/python/python-pygobject_2.27.0.bb b/meta/recipes-devtools/python/python-pygobject_2.27.0.bb
index c938e5f..f08eea8 100644
--- a/meta/recipes-devtools/python/python-pygobject_2.27.0.bb
+++ b/meta/recipes-devtools/python/python-pygobject_2.27.0.bb
@@ -32,3 +32,5 @@ FILES_${PN} = "${libdir}/python*"
FILES_${PN}-lib = "${libdir}/lib*.so.*"
FILES_${PN}-dev += "${bindir} ${datadir}"
FILES_${PN}-dbg += "${libdir}/.debug"
+
+BBCLASSEXTEND = "native nativesdk"
--
1.7.2.3
^ permalink raw reply related [flat|nested] 30+ messages in thread* [PATCH 17/28] guilt: add LIC_FILES_CHKSUM
2010-12-23 14:26 [PATCH 00/28] Consolidated Pull & Enable LIC_FILES_CHKSUM as Error Saul Wold
` (15 preceding siblings ...)
2010-12-23 14:27 ` [PATCH 16/28] python-pygobject: remove older install of generate-constants and add BBCLASSEXTEND Saul Wold
@ 2010-12-23 14:27 ` Saul Wold
2010-12-23 14:27 ` [PATCH 18/28] desktop-file-utils: Add LIC_FILES_CHKSUM Saul Wold
` (11 subsequent siblings)
28 siblings, 0 replies; 30+ messages in thread
From: Saul Wold @ 2010-12-23 14:27 UTC (permalink / raw)
To: poky
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
meta/recipes-devtools/guilt/guilt-native_0.33.bb | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-devtools/guilt/guilt-native_0.33.bb b/meta/recipes-devtools/guilt/guilt-native_0.33.bb
index 62d91f6..fad0340 100644
--- a/meta/recipes-devtools/guilt/guilt-native_0.33.bb
+++ b/meta/recipes-devtools/guilt/guilt-native_0.33.bb
@@ -1,5 +1,7 @@
DESCRIPTION = "guilt is quilt like tool for git"
-LICENSE = "GPL"
+LICENSE = "GPLv2"
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=b6f3400dc1a01cebafe8a52b3f344135"
PR = r0
PV = "0.33"
@@ -27,4 +29,4 @@ do_compile() {
do_install() {
oe_runmake PREFIX=${D}/${base_prefix}/usr install
-}
\ No newline at end of file
+}
--
1.7.2.3
^ permalink raw reply related [flat|nested] 30+ messages in thread* [PATCH 18/28] desktop-file-utils: Add LIC_FILES_CHKSUM
2010-12-23 14:26 [PATCH 00/28] Consolidated Pull & Enable LIC_FILES_CHKSUM as Error Saul Wold
` (16 preceding siblings ...)
2010-12-23 14:27 ` [PATCH 17/28] guilt: add LIC_FILES_CHKSUM Saul Wold
@ 2010-12-23 14:27 ` Saul Wold
2010-12-23 14:27 ` [PATCH 19/28] icon-naming-utils: " Saul Wold
` (10 subsequent siblings)
28 siblings, 0 replies; 30+ messages in thread
From: Saul Wold @ 2010-12-23 14:27 UTC (permalink / raw)
To: poky
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
.../desktop-file-utils-native_0.15.bb | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-devtools/desktop-file-utils/desktop-file-utils-native_0.15.bb b/meta/recipes-devtools/desktop-file-utils/desktop-file-utils-native_0.15.bb
index 9603982..3ed7475 100644
--- a/meta/recipes-devtools/desktop-file-utils/desktop-file-utils-native_0.15.bb
+++ b/meta/recipes-devtools/desktop-file-utils/desktop-file-utils-native_0.15.bb
@@ -1,8 +1,9 @@
SECTION = "console/utils"
HOMEPAGE = "http://www.freedesktop.org/wiki/Software/desktop-file-utils"
DESCRIPTION = "command line utilities to work with *.desktop files"
-LICENSE = "GPL"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
DEPENDS = "glib-2.0-native"
SRC_URI = "http://freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-${PV}.tar.gz"
--
1.7.2.3
^ permalink raw reply related [flat|nested] 30+ messages in thread* [PATCH 19/28] icon-naming-utils: Add LIC_FILES_CHKSUM
2010-12-23 14:26 [PATCH 00/28] Consolidated Pull & Enable LIC_FILES_CHKSUM as Error Saul Wold
` (17 preceding siblings ...)
2010-12-23 14:27 ` [PATCH 18/28] desktop-file-utils: Add LIC_FILES_CHKSUM Saul Wold
@ 2010-12-23 14:27 ` Saul Wold
2010-12-23 14:27 ` [PATCH 20/28] python: " Saul Wold
` (9 subsequent siblings)
28 siblings, 0 replies; 30+ messages in thread
From: Saul Wold @ 2010-12-23 14:27 UTC (permalink / raw)
To: poky
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
.../icon-naming-utils-native_0.8.7.bb | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-devtools/icon-naming-utils/icon-naming-utils-native_0.8.7.bb b/meta/recipes-devtools/icon-naming-utils/icon-naming-utils-native_0.8.7.bb
index ef41c53..18aa374 100644
--- a/meta/recipes-devtools/icon-naming-utils/icon-naming-utils-native_0.8.7.bb
+++ b/meta/recipes-devtools/icon-naming-utils/icon-naming-utils-native_0.8.7.bb
@@ -2,6 +2,8 @@ LICENSE = "GPLv2"
DEPENDS = "libxml-simple-perl-native"
PR = "r1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+
SRC_URI = "http://tango.freedesktop.org/releases/icon-naming-utils-0.8.7.tar.gz"
S = "${WORKDIR}/icon-naming-utils-${PV}"
--
1.7.2.3
^ permalink raw reply related [flat|nested] 30+ messages in thread* [PATCH 20/28] python: Add LIC_FILES_CHKSUM
2010-12-23 14:26 [PATCH 00/28] Consolidated Pull & Enable LIC_FILES_CHKSUM as Error Saul Wold
` (18 preceding siblings ...)
2010-12-23 14:27 ` [PATCH 19/28] icon-naming-utils: " Saul Wold
@ 2010-12-23 14:27 ` Saul Wold
2010-12-23 14:27 ` [PATCH 21/28] unifdef " Saul Wold
` (8 subsequent siblings)
28 siblings, 0 replies; 30+ messages in thread
From: Saul Wold @ 2010-12-23 14:27 UTC (permalink / raw)
To: poky
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
.../recipes-devtools/python/python-native_2.6.6.bb | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-devtools/python/python-native_2.6.6.bb b/meta/recipes-devtools/python/python-native_2.6.6.bb
index 148dc58..2ad10c9 100644
--- a/meta/recipes-devtools/python/python-native_2.6.6.bb
+++ b/meta/recipes-devtools/python/python-native_2.6.6.bb
@@ -2,6 +2,7 @@ require python.inc
DEPENDS = "openssl-native bzip2-full-native zlib-native readline-native sqlite3-native"
PR = "${INC_PR}.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=38fdd546420fab09ac6bd3d8a1c83eb6"
SRC_URI = "http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.bz2 \
file://04-default-is-optimized.patch \
--
1.7.2.3
^ permalink raw reply related [flat|nested] 30+ messages in thread* [PATCH 21/28] unifdef Add LIC_FILES_CHKSUM
2010-12-23 14:26 [PATCH 00/28] Consolidated Pull & Enable LIC_FILES_CHKSUM as Error Saul Wold
` (19 preceding siblings ...)
2010-12-23 14:27 ` [PATCH 20/28] python: " Saul Wold
@ 2010-12-23 14:27 ` Saul Wold
2010-12-23 14:27 ` [PATCH 22/28] tzcode: " Saul Wold
` (7 subsequent siblings)
28 siblings, 0 replies; 30+ messages in thread
From: Saul Wold @ 2010-12-23 14:27 UTC (permalink / raw)
To: poky
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
.../unifdef/unifdef-native_2.6.18+git.bb | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-devtools/unifdef/unifdef-native_2.6.18+git.bb b/meta/recipes-devtools/unifdef/unifdef-native_2.6.18+git.bb
index d879782..d8719a2 100644
--- a/meta/recipes-devtools/unifdef/unifdef-native_2.6.18+git.bb
+++ b/meta/recipes-devtools/unifdef/unifdef-native_2.6.18+git.bb
@@ -2,6 +2,8 @@ DESCRIPTION = "Kernel header preprocessor"
SECTION = "devel"
LICENSE = "GPL"
+LIC_FILES_CHKSUM = "file://${WORKDIR}/unifdef.c;endline=32;md5="
+
SRC_URI = "file://unifdef.c"
inherit native
--
1.7.2.3
^ permalink raw reply related [flat|nested] 30+ messages in thread* [PATCH 22/28] tzcode: Add LIC_FILES_CHKSUM
2010-12-23 14:26 [PATCH 00/28] Consolidated Pull & Enable LIC_FILES_CHKSUM as Error Saul Wold
` (20 preceding siblings ...)
2010-12-23 14:27 ` [PATCH 21/28] unifdef " Saul Wold
@ 2010-12-23 14:27 ` Saul Wold
2010-12-23 14:27 ` [PATCH 23/28] bootst-jam: " Saul Wold
` (6 subsequent siblings)
28 siblings, 0 replies; 30+ messages in thread
From: Saul Wold @ 2010-12-23 14:27 UTC (permalink / raw)
To: poky
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
.../recipes-extended/tzcode/tzcode-native_2009r.bb | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-extended/tzcode/tzcode-native_2009r.bb b/meta/recipes-extended/tzcode/tzcode-native_2009r.bb
index 7fe1326..dee8113 100644
--- a/meta/recipes-extended/tzcode/tzcode-native_2009r.bb
+++ b/meta/recipes-extended/tzcode/tzcode-native_2009r.bb
@@ -2,6 +2,8 @@ DESCRIPTION = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect"
LICENSE = "Public Domain"
PR = "r0"
+LIC_FILES_CHKSUM = "file://${WORKDIR}/README;md5=3ae8198f82258417ce29066d3b034035"
+
SRC_URI = "ftp://elsie.nci.nih.gov/pub/tzcode${PV}.tar.gz \
ftp://elsie.nci.nih.gov/pub/tzdata2009s.tar.gz"
--
1.7.2.3
^ permalink raw reply related [flat|nested] 30+ messages in thread* [PATCH 23/28] bootst-jam: Add LIC_FILES_CHKSUM
2010-12-23 14:26 [PATCH 00/28] Consolidated Pull & Enable LIC_FILES_CHKSUM as Error Saul Wold
` (21 preceding siblings ...)
2010-12-23 14:27 ` [PATCH 22/28] tzcode: " Saul Wold
@ 2010-12-23 14:27 ` Saul Wold
2010-12-23 14:27 ` [PATCH 24/28] gdb: Add LIC_FILE_CHKSUMS Saul Wold
` (5 subsequent siblings)
28 siblings, 0 replies; 30+ messages in thread
From: Saul Wold @ 2010-12-23 14:27 UTC (permalink / raw)
To: poky
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
meta/recipes-support/boost/boost-jam-native.inc | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-support/boost/boost-jam-native.inc b/meta/recipes-support/boost/boost-jam-native.inc
index fe181ad..f0fac09 100644
--- a/meta/recipes-support/boost/boost-jam-native.inc
+++ b/meta/recipes-support/boost/boost-jam-native.inc
@@ -10,6 +10,8 @@ PRIORITY = "optional"
LICENSE = "Boost Software License"
PR = "r0"
+LIC_FILES_CHKSUM = "file://LICENSE_1_0.txt;md5=e4224ccaecb14d942c71d31bef20d78c"
+
SRC_URI = "${SOURCEFORGE_MIRROR}/boost/boost-jam-${PV}.tgz"
S = "${WORKDIR}/boost-jam-${PV}"
--
1.7.2.3
^ permalink raw reply related [flat|nested] 30+ messages in thread* [PATCH 24/28] gdb: Add LIC_FILE_CHKSUMS
2010-12-23 14:26 [PATCH 00/28] Consolidated Pull & Enable LIC_FILES_CHKSUM as Error Saul Wold
` (22 preceding siblings ...)
2010-12-23 14:27 ` [PATCH 23/28] bootst-jam: " Saul Wold
@ 2010-12-23 14:27 ` Saul Wold
2010-12-23 14:27 ` [PATCH 25/28] qemu-helper: " Saul Wold
` (4 subsequent siblings)
28 siblings, 0 replies; 30+ messages in thread
From: Saul Wold @ 2010-12-23 14:27 UTC (permalink / raw)
To: poky
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
meta/recipes-devtools/gdb/gdb-common.inc | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc
index 16b653e..84e36ba 100644
--- a/meta/recipes-devtools/gdb/gdb-common.inc
+++ b/meta/recipes-devtools/gdb/gdb-common.inc
@@ -5,6 +5,10 @@ SECTION = "devel"
PRIORITY = "optional"
DEPENDS = "ncurses readline elfutils"
+LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
+ file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674 \
+ file://COPYING3;md5=d32239bcb673463ab874e80d47fae504 \
+ file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6"
inherit autotools
SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.gz \
--
1.7.2.3
^ permalink raw reply related [flat|nested] 30+ messages in thread* [PATCH 25/28] qemu-helper: Add LIC_FILE_CHKSUMS
2010-12-23 14:26 [PATCH 00/28] Consolidated Pull & Enable LIC_FILES_CHKSUM as Error Saul Wold
` (23 preceding siblings ...)
2010-12-23 14:27 ` [PATCH 24/28] gdb: Add LIC_FILE_CHKSUMS Saul Wold
@ 2010-12-23 14:27 ` Saul Wold
2010-12-23 14:27 ` [PATCH 26/28] gtk: Add LIC_FILES_CHKSUM Saul Wold
` (3 subsequent siblings)
28 siblings, 0 replies; 30+ messages in thread
From: Saul Wold @ 2010-12-23 14:27 UTC (permalink / raw)
To: poky
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
.../qemu/qemu-helper-native_1.0.bb | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb b/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb
index 19fb6f4..7b15dfe 100644
--- a/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb
+++ b/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb
@@ -3,6 +3,8 @@ LICENSE = "GPLv2"
RDEPENDS = "qemu-native"
PR = "r0"
+LIC_FILES_CHKSUM = "file://${WORKDIR}/tunctl.c;endline=4;md5="
+
FILESPATH = "${FILE_DIRNAME}/qemu-helper"
SRC_URI = "file://tunctl.c"
--
1.7.2.3
^ permalink raw reply related [flat|nested] 30+ messages in thread* [PATCH 26/28] gtk: Add LIC_FILES_CHKSUM
2010-12-23 14:26 [PATCH 00/28] Consolidated Pull & Enable LIC_FILES_CHKSUM as Error Saul Wold
` (24 preceding siblings ...)
2010-12-23 14:27 ` [PATCH 25/28] qemu-helper: " Saul Wold
@ 2010-12-23 14:27 ` Saul Wold
2010-12-23 14:27 ` [PATCH 27/28] xserver-xf86: " Saul Wold
` (2 subsequent siblings)
28 siblings, 0 replies; 30+ messages in thread
From: Saul Wold @ 2010-12-23 14:27 UTC (permalink / raw)
To: poky
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
meta/recipes-gnome/gtk+/gtk+.inc | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-gnome/gtk+/gtk+.inc b/meta/recipes-gnome/gtk+/gtk+.inc
index c34283e..5927a0b 100644
--- a/meta/recipes-gnome/gtk+/gtk+.inc
+++ b/meta/recipes-gnome/gtk+/gtk+.inc
@@ -6,6 +6,8 @@ BUGTRACKER = "https://bugzilla.gnome.org/"
LICENSE = "LGPLv2 & LGPLv2+ & LGPLv2.1+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
+
SECTION = "libs"
PRIORITY = "optional"
DEPENDS = "glib-2.0 pango atk jpeg libpng libxext libxcursor gtk-doc-native libxrandr \
--
1.7.2.3
^ permalink raw reply related [flat|nested] 30+ messages in thread* [PATCH 27/28] xserver-xf86: Add LIC_FILES_CHKSUM
2010-12-23 14:26 [PATCH 00/28] Consolidated Pull & Enable LIC_FILES_CHKSUM as Error Saul Wold
` (25 preceding siblings ...)
2010-12-23 14:27 ` [PATCH 26/28] gtk: Add LIC_FILES_CHKSUM Saul Wold
@ 2010-12-23 14:27 ` Saul Wold
2010-12-23 14:27 ` [PATCH 28/28] linux-yocto: " Saul Wold
2010-12-23 15:55 ` [PATCH 00/28] Consolidated Pull & Enable LIC_FILES_CHKSUM as Error Richard Purdie
28 siblings, 0 replies; 30+ messages in thread
From: Saul Wold @ 2010-12-23 14:27 UTC (permalink / raw)
To: poky
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
.../xorg-xserver/xserver-xf86-common.inc | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-common.inc b/meta/recipes-graphics/xorg-xserver/xserver-xf86-common.inc
index cf69a1e..3d56fcf 100644
--- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-common.inc
+++ b/meta/recipes-graphics/xorg-xserver/xserver-xf86-common.inc
@@ -3,6 +3,8 @@ HOMEPAGE = "http://www.x.org"
SECTION = "x11/base"
LICENSE = "MIT-X"
+LIC_FILES_CHECKSUM = file://COPYING;md5=3dd2bbe3563837f80ed8926b06c1c353"
+
# xf86-*-* packages depend on an X server built with the xfree86 DDX
# so we have a virtual to represent that:
PROVIDES = "virtual/xserver-xf86"
--
1.7.2.3
^ permalink raw reply related [flat|nested] 30+ messages in thread* [PATCH 28/28] linux-yocto: Add LIC_FILES_CHKSUM
2010-12-23 14:26 [PATCH 00/28] Consolidated Pull & Enable LIC_FILES_CHKSUM as Error Saul Wold
` (26 preceding siblings ...)
2010-12-23 14:27 ` [PATCH 27/28] xserver-xf86: " Saul Wold
@ 2010-12-23 14:27 ` Saul Wold
2010-12-23 15:55 ` [PATCH 00/28] Consolidated Pull & Enable LIC_FILES_CHKSUM as Error Richard Purdie
28 siblings, 0 replies; 30+ messages in thread
From: Saul Wold @ 2010-12-23 14:27 UTC (permalink / raw)
To: poky
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
meta/recipes-kernel/linux/linux-yocto.inc | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-kernel/linux/linux-yocto.inc b/meta/recipes-kernel/linux/linux-yocto.inc
index 2a77f4a..dc4ab55 100644
--- a/meta/recipes-kernel/linux/linux-yocto.inc
+++ b/meta/recipes-kernel/linux/linux-yocto.inc
@@ -2,6 +2,8 @@ DESCRIPTION = "Yocto Kernel"
SECTION = "kernel"
LICENSE = "GPL"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
+
# A KMACHINE is the mapping of a yocto $MACHINE to what is built
# by the kernel. This is typically the branch that should be built,
# and it can be specific to the machine or shared
--
1.7.2.3
^ permalink raw reply related [flat|nested] 30+ messages in thread* Re: [PATCH 00/28] Consolidated Pull & Enable LIC_FILES_CHKSUM as Error
2010-12-23 14:26 [PATCH 00/28] Consolidated Pull & Enable LIC_FILES_CHKSUM as Error Saul Wold
` (27 preceding siblings ...)
2010-12-23 14:27 ` [PATCH 28/28] linux-yocto: " Saul Wold
@ 2010-12-23 15:55 ` Richard Purdie
28 siblings, 0 replies; 30+ messages in thread
From: Richard Purdie @ 2010-12-23 15:55 UTC (permalink / raw)
To: Saul Wold; +Cc: poky
On Thu, 2010-12-23 at 06:26 -0800, Saul Wold wrote:
> This request has more of worlds building across all acrhes
> and enable the LIC_FILES_CHKSUM check as an ERROR
>
> This also has the meta-emenlow reorg first step, next step will
> be to move it to meta-intel
>
> Sau!
>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
> Branch: distro/stage
> Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=distro/stage
>
> Thanks,
> Saul Wold <sgw@linux.intel.com>
Merged into master, thanks!
Richard
^ permalink raw reply [flat|nested] 30+ messages in thread