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 for
>
> 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 runt
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 files
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 files
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 I
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 seescan-image-
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
@@ -199,8 +199,34 @@ able to compile
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 ?= def
-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 : 5efa2d7c81a4c1
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 a/recipes-graphics/libepoxy/libepoxy_git
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 ++
recipes-g
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
l
12 matches
Mail list logo