|
[PATCH 7/7] Add proper deps for nfs-utils, util-linux, and strace
These packages need these deps for the RPM generation stage: error: Failed dependencies: | /usr/bin/python is needed by nfs-utils-1.2.3-r2.ppce5500 | /usr/bin/perl is needed by util-linux-2.19.1-r4.pp
These packages need these deps for the RPM generation stage: error: Failed dependencies: | /usr/bin/python is needed by nfs-utils-1.2.3-r2.ppce5500 | /usr/bin/perl is needed by util-linux-2.19.1-r4.pp
|
By
Matthew McClintock
· #2906
·
|
|
[PATCH 6/7] Fix sysprof for powerpc64
sysprof will not build properly without this defined Signed-off-by: Matthew McClintock <msm@...> --- meta/recipes-kernel/sysprof/sysprof_git.bb | 4 +++- 1 files changed, 3 insertions(+), 1 d
sysprof will not build properly without this defined Signed-off-by: Matthew McClintock <msm@...> --- meta/recipes-kernel/sysprof/sysprof_git.bb | 4 +++- 1 files changed, 3 insertions(+), 1 d
|
By
Matthew McClintock
· #2910
·
|
|
[PATCH 5/7] scripts/oe-buildenv-internal: Add SOCKS5_{USER, PASSWD} to BB_ENV_EXTRAWHITE
From: Kumar Gala <galak@...> If a SOCKS5 gateway is needed for a proxy access like git it might also require authentication to the proxy via a password and username. Adding SOCKS5_USER
From: Kumar Gala <galak@...> If a SOCKS5 gateway is needed for a proxy access like git it might also require authentication to the proxy via a password and username. Adding SOCKS5_USER
|
By
Matthew McClintock
· #2908
·
|
|
[PATCH 4/7] Add new IMAGE_CLASSES variable for classes for image generation
Allows us to import classes only for images and not to the global namespace Signed-off-by: Matthew McClintock <msm@...> --- meta-yocto/conf/local.conf.sample | 6 ++++++ meta/classes/image.bb
Allows us to import classes only for images and not to the global namespace Signed-off-by: Matthew McClintock <msm@...> --- meta-yocto/conf/local.conf.sample | 6 ++++++ meta/classes/image.bb
|
By
Matthew McClintock
· #2911
·
|
|
[PATCH 3/7] Make git fetch run with -f so rebased branches don't fail
git fetches can fail (or at least return failed) when trying to fetch and prune rebased branches. This patch simply adds a -f to the git fetch command so these failure are ignore Generally, if some SH
git fetches can fail (or at least return failed) when trying to fetch and prune rebased branches. This patch simply adds a -f to the git fetch command so these failure are ignore Generally, if some SH
|
By
Matthew McClintock
· #2909
·
|
|
[PATCH 2/7] Add support for generating ext2.lzma{, .u-boot} images
Machines can now add ext2.lzma and ext2.lzma.u-boot images as a generated image type. Signed-off-by: Matthew McClintock <msm@...> --- meta/classes/image_types.bbclass | 11 ++++++++++- meta/c
Machines can now add ext2.lzma and ext2.lzma.u-boot images as a generated image type. Signed-off-by: Matthew McClintock <msm@...> --- meta/classes/image_types.bbclass | 11 ++++++++++- meta/c
|
By
Matthew McClintock
· #2905
·
|
|
[PATCH 1/7] Add support for generating ext2.bz2{, .u-boot} images
Machines can now add ext2.bz2 and ext2.bz2.u-boot images as a generated image type. This also adds an extra parameter to oe_mkimage which is the image compression type for mkimage Signed-off-by: Matth
Machines can now add ext2.bz2 and ext2.bz2.u-boot images as a generated image type. This also adds an extra parameter to oe_mkimage which is the image compression type for mkimage Signed-off-by: Matth
|
By
Matthew McClintock
· #2907
·
|
|
[PATCH] Update intltool to set perl shebang correctly for installed tools
Several installed scripts set the perl shebang that is too long which can cause failures on certian older bash versions. Signed-off-by: Matthew McClintock <msm@...> --- meta/recipes-devtools
Several installed scripts set the perl shebang that is too long which can cause failures on certian older bash versions. Signed-off-by: Matthew McClintock <msm@...> --- meta/recipes-devtools
|
By
Matthew McClintock
· #2171
·
|
|
[PATCH] Update TERMCMD message to align with previous change
A previous patch changed the default TERM to use xterm. This updates local.conf.sample to match the change Signed-off-by: Matthew McClintock <msm@...> --- meta-yocto/conf/local.conf.sample |
A previous patch changed the default TERM to use xterm. This updates local.conf.sample to match the change Signed-off-by: Matthew McClintock <msm@...> --- meta-yocto/conf/local.conf.sample |
|
By
Matthew McClintock
· #2077
·
|
|
[PATCH] Switch to using perl-native for various packages instead of host perl
Several builds are using perl on the host instead of perl built by poky. This fixes the issue for several packages. Signed-off-by: Matthew McClintock <msm@...> --- meta/recipes-connectivity/
Several builds are using perl on the host instead of perl built by poky. This fixes the issue for several packages. Signed-off-by: Matthew McClintock <msm@...> --- meta/recipes-connectivity/
|
By
Matthew McClintock
· #2078
·
|
|
[PATCH] Add endianess macros used by previous endian-ness_handling.patch
Some distro's don't include these macros in /usr/include/endian.h so we include them via this patch Signed-off-by: Matthew McClintock <msm@...> --- v2: Added conditional check for macros alr
Some distro's don't include these macros in /usr/include/endian.h so we include them via this patch Signed-off-by: Matthew McClintock <msm@...> --- v2: Added conditional check for macros alr
|
By
Matthew McClintock
· #2028
·
|
|
[PATCH] Make intltool use perlnative instead of perl on host
intltool recipe was using perl from the host instead of perl from poky. This forces the recipe to use poky's perl (along with perl modules it pulls in) Signed-off-by: Matthew McClintock <msm@freescale
intltool recipe was using perl from the host instead of perl from poky. This forces the recipe to use poky's perl (along with perl modules it pulls in) Signed-off-by: Matthew McClintock <msm@freescale
|
By
Matthew McClintock
· #2027
·
|
|
[PATCH v2] Add endianess macros used by previous endian-ness_handling.patch
Some distro's don't include these macros in /usr/include/endian.h so we include them via this patch Signed-off-by: Matthew McClintock <msm@...> --- v2: Added conditional check for macros alr
Some distro's don't include these macros in /usr/include/endian.h so we include them via this patch Signed-off-by: Matthew McClintock <msm@...> --- v2: Added conditional check for macros alr
|
By
Matthew McClintock
· #2026
·
|
|
[PATCH] Add endianess macros used by previous endian-ness_handling.patch
Some distro's don't include these macros in /usr/include/endian.h so we include them via this patch Signed-off-by: Matthew McClintock <msm@...> --- This fixes builds on my CentOS 5.5 box ...
Some distro's don't include these macros in /usr/include/endian.h so we include them via this patch Signed-off-by: Matthew McClintock <msm@...> --- This fixes builds on my CentOS 5.5 box ...
|
By
Matthew McClintock
· #2011
·
|