Re: [yocto] Contribution to Yocto Linux.

2017-10-20 Thread Matthew McClintock
It might be quite a bit of work to get linux-yocto working on the rpi's since they are using their own kernel forks. Are you prepared to reconcile the additional patches the rpi kernel's are carrying? -M On Fri, Oct 20, 2017 at 12:22 PM, Javier Romero wrote: > Hi, > > My name

[yocto] [meta-raspberrypi][PATCH] u-boot: drop upstreamed patches included in v2017.09

2017-09-15 Thread Matthew McClintock
These are now in upstream, so they are no longer required here. Signed-off-by: Matthew McClintock <msm-...@mcclintock.net> --- ...01-Revert-dm-arm-rpi-Drop-CONFIG_OF_EMBED.patch | 67 .../0002-rpi-Enable-USB-keyboard-support.patch | 71 -- recip

Re: [yocto] meta-raspberrypi: u-boot serial console on rpi 3 b

2017-08-23 Thread Matthew McClintock
On Mon, Aug 21, 2017 at 4:50 AM, Pieter Cardoen wrote: > Dear > > > I noticed that the serial console is not working in u-boot on a raspberry pi > 3 model B when I build an image using yocto morty branch. > > > Can anyone give me advice to solve this? You can add:

Re: [yocto] bitbake download only

2017-08-03 Thread Matthew McClintock
On Thu, Aug 3, 2017 at 10:00 AM, Burton, Ross wrote: > Yes, > > bitbake core-image-minimal -c fetchall Or for more recent version of bitbake bitbake core-image-minimal --runall fetch -M -- ___ yocto mailing list

Re: [yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: deploy vfat partition

2017-06-22 Thread Matthew McClintock
On Wed, Jun 21, 2017 at 9:26 AM, Andrei Gherzan wrote: > P.S.: Would really be helpful to push a PR to github too so I can merge it > easier. FYI: https://github.com/agherzan/meta-raspberrypi/pull/86 -M -- ___ yocto mailing list

Re: [yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: deploy vfat partition

2017-06-21 Thread Matthew McClintock
On Wed, Jun 21, 2017 at 9:26 AM, Andrei Gherzan <and...@gherzan.ro> wrote: > On Sun, Jun 18, 2017 at 7:51 PM, Matthew McClintock <msm-...@mcclintock.net> > wrote: >> >> On Sat, Jun 17, 2017 at 11:41 AM, Khem Raj <raj.k...@gmail.com> wrote: >> >

Re: [yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: deploy vfat partition

2017-06-18 Thread Matthew McClintock
On Sat, Jun 17, 2017 at 11:41 AM, Khem Raj <raj.k...@gmail.com> wrote: > On Sat, Jun 17, 2017 at 8:20 AM, Tom Rini <tr...@konsulko.com> wrote: >> On Fri, Jun 16, 2017 at 06:05:07PM -0700, Khem Raj wrote: >>> On Fri, Jun 16, 2017 at 12:12 PM, Matthew McClintock >

[yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: deploy vfat partition

2017-06-16 Thread Matthew McClintock
block # 8192, count 81920 ... 81920 blocks written: OK U-Boot> Signed-off-by: Matthew McClintock <msm-...@mcclintock.net> --- classes/sdcard_image-rpi.bbclass | 8 1 file changed, 8 insertions(+) diff --git a/classes/sdcard_image-rpi.bbclass b/classes/sdcard_image-rpi.bbclass i

Re: [yocto] Remove a recipe's do_install_append() function in an append file

2017-03-28 Thread Matthew McClintock
On Thu, Mar 23, 2017 at 5:28 PM, Cody Piersall wrote: > Hello, > > I am building zsh from meta-oe layer, and it has a do_install_append() > function defined like this: > > do_install_append () { > rm -fr ${D}/usr/share > } > > which gets rid of lots lots of useful

Re: [yocto] Strange error

2017-03-06 Thread Matthew McClintock
On Mon, Mar 6, 2017 at 6:15 AM, Gary Thomas wrote: > ERROR: When reparsing > /local/poky-cutting-edge/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb.do_install, > the basehash value changed from 2b888d6b72e00c404fc7e17436e465eb to > 0fd6c915488c10c37cdfd6a674354e65. The

Re: [yocto] Moving angstrom under the yocto banner

2012-04-01 Thread Matthew McClintock
On Sat, Mar 31, 2012 at 12:06 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Fri, 2012-03-30 at 20:00 -0700, Chris Larson wrote: Not to be terribly pendatic or difficult here, but technically, the comparison you make here doesn't ring true. bitbake in poky *still* has changes

[yocto] [PATCH 7/7] Add proper deps for nfs-utils, util-linux, and strace

2011-09-28 Thread Matthew McClintock
-by: Matthew McClintock m...@freescale.com --- .../nfs-utils/nfs-utils_1.2.3.bb |2 +- meta/recipes-core/util-linux/util-linux.inc|2 +- meta/recipes-devtools/strace/strace_4.5.20.bb |2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/meta

[yocto] [PATCH 1/7] Add support for generating ext2.bz2{, .u-boot} images

2011-09-28 Thread Matthew McClintock
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: Matthew McClintock m...@freescale.com --- meta/classes/image_types.bbclass |9

[yocto] [PATCH 5/7] scripts/oe-buildenv-internal: Add SOCKS5_{USER, PASSWD} to BB_ENV_EXTRAWHITE

2011-09-28 Thread Matthew McClintock
when something like a git fetch is going through the proxy. Also, add several require git variables to be exported to the fetcher Signed-off-by: Kumar Gala ga...@kernel.crashing.org Signed-off-by: Matthew McClintock m...@freescale.com --- bitbake/lib/bb/fetch2/__init__.py |3 ++- scripts/oe

[yocto] [PATCH 6/7] Fix sysprof for powerpc64

2011-09-28 Thread Matthew McClintock
sysprof will not build properly without this defined Signed-off-by: Matthew McClintock m...@freescale.com --- meta/recipes-kernel/sysprof/sysprof_git.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/recipes-kernel/sysprof/sysprof_git.bb b/meta/recipes-kernel

[yocto] [PATCH] Update intltool to set perl shebang correctly for installed tools

2011-08-03 Thread Matthew McClintock
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 m...@freescale.com --- meta/recipes-devtools/intltool/intltool.inc |2 +- meta/recipes-devtools/intltool/intltool_0.40.6.bb |2

[yocto] [PATCH] Make intltool use perlnative instead of perl on host

2011-07-20 Thread Matthew McClintock
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 m...@freescale.com Signed-off-by: Tom Rini tom_r...@mentor.com --- meta/recipes-devtools/intltool/intltool.inc

[yocto] [PATCH] Add endianess macros used by previous endian-ness_handling.patch

2011-07-20 Thread Matthew McClintock
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 m...@freescale.com --- v2: Added conditional check for macros already being defined, added commentary to the patch itself, and added a signed-of-by line

[yocto] [PATCH] Add endianess macros used by previous endian-ness_handling.patch

2011-07-19 Thread Matthew McClintock
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 m...@freescale.com --- This fixes builds on my CentOS 5.5 box .../ldconfig-native-2.12.1/endianess-header.patch | 102 meta/recipes-core