Re: [yocto] using do_install_append?

2015-10-22 Thread Gary Thomas
On 2015-10-22 12:26, Smith, Daniel W wrote: Hello, This seems like it should be an easy task, but perhaps I’m missing something very basic so it is not working. I have working recipe that installs the fluxbox window manager. However I want to customize the default runtime configuration

Re: [yocto] using do_install_append?

2015-10-22 Thread Gary Thomas
On 2015-10-22 12:26, Smith, Daniel W wrote: Hello, This seems like it should be an easy task, but perhaps I’m missing something very basic so it is not working. I have working recipe that installs the fluxbox window manager. However I want to customize the default runtime configuration

Re: [yocto] using do_install_append?

2015-10-22 Thread Smith, Daniel W
> > On 2015-10-22 12:26, Smith, Daniel W wrote: > > Hello, > > > > This seems like it should be an easy task, but perhaps I'm missing > something very basic so it is not working. > > > > I have working recipe that installs the fluxbox window manager. However I > want to customize the default

[yocto] using do_install_append?

2015-10-22 Thread Smith, Daniel W
Hello, This seems like it should be an easy task, but perhaps I'm missing something very basic so it is not working. I have working recipe that installs the fluxbox window manager. However I want to customize the default runtime configuration files located in /usr/share/fluxbox. To do this

[yocto] [meta-raspberrypi][PATCH 1/2] userland: add .pc files for the OpenGLESv2 and EGL libraries

2015-10-22 Thread Alex J Lennon
These pkg-config files make it easier for libepoxy to find those libraries and the appropriate link flags. Modified from Thomas Petazzoni's patch here: http://goo.gl/jdz7lO Signed-off-by: Alex J Lennon --- .../0004-rpi-userland-add-pkgconfig-files.patch| 53

[yocto] [meta-raspberrypi][PATCH 0/2] Fix core-image-sato build failure

2015-10-22 Thread Alex J Lennon
Builds of core-image-sato (userland) against poky master fail as libepoxy fails to build. This patch-set adds needed userland .pc files for libepoxy and adds needed paths for include files to the libepoxy recipe Alex J Lennon (2): userland: add .pc files for the OpenGLESv2 and EGL libraries

[yocto] [meta-raspberrypi][PATCH 2/2] libepoxy: add needed include paths for RPi

2015-10-22 Thread Alex J Lennon
ref: https://github.com/raspberrypi/firmware/issues/34 Signed-off-by: Alex J Lennon --- recipes-graphics/libepoxy/libepoxy_git.bbappend | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 recipes-graphics/libepoxy/libepoxy_git.bbappend diff --git

[yocto] Alternate Terminal

2015-10-22 Thread Smith, Daniel W
Does anyone know of an easy way to install xterm, gnome-terminal, or Konsole on Yocto. I need a terminal window that has a -e option to execute a program in the shell, which matchbox-terminal appears to not support. Thanks, -Daniel Smith This message and any enclosures are intended only

[yocto] [meta-raspberrypi][PATCH] README: Add section on audio routing

2015-10-22 Thread Alex J Lennon
See http://redmine.gherzan.com/issues/55 Signed-off-by: Alex J Lennon --- README | 36 +++- 1 file changed, 31 insertions(+), 5 deletions(-) diff --git a/README b/README index e32de3a..e16dee9 100644 --- a/README +++ b/README @@

[yocto] Release Candidate Build for yocto-2.0.rc2.rc2 now available.

2015-10-22 Thread Poky Build User
-e A release candidate build for yocto-2.0.rc2 is now available at: http://autobuilder.yoctoproject.org/pub/releases/yocto-2.0.rc2 Please begin QA on this build as soon as possible. Build hash information: meta-intel : 6e91701dcf68f9351db8bb0b92eb2d26af1b8f7f meta-fsl-arm :

[yocto] [meta-raspberrypi][PATCH v2] linux-raspberrypi: support configuration fragments / in-tree defconfig

2015-10-22 Thread Alex J Lennon
Synopsis Start using Yocto kernel configuration fragments[0] and the "in-tree defconfig" solution provided in poky[1]. To specify an "in-tree" defconfig file, you may edit the recipe that builds your kernel so that it has the following command form: KBUILD_DEFCONFIG_KMACHINE ?=

[yocto] How to output all distro features in a given build?

2015-10-22 Thread Fred Ollinger
I know how to add and remove distro features. However, what I'm after is how to dynamically list all the distro features that a build thinks is needs once all the files are combined together. For example, one can look at dependencies for a _single_ package by doing: $ bitbake -g