[oe] UART keyboard as /dev/input?

2018-09-13 Thread Adam Lee
How can I get a UART keyboard to show up in `/dev/input/`? I believe `inputattach` was the tool that was favored until some years ago, but it appears that it no longer is being used in modern Linux systems. I can't seem to find the replacement for it, however. Apologies if this question isn't suit

[oe] "make clean" on Weston

2018-08-01 Thread Adam Lee
Neither "bitbake -c clean weston" nor "bitbake -c cleanall weston" seems to clean the build directory for me. Is this how it is for autotool project? "make clean" doesn't work either ("no rule to make target clean"). I need my directory cleaned so I can commit only the necessary changes. /build/w

Re: [oe] [OE-core] devtool add recipe with no srctree / fetchuri?

2018-07-30 Thread Adam Lee
s then just write a recipe from > scratch. > > Ross > > On 30 July 2018 at 15:10, Adam Lee wrote: > > Is it possible to run 'devtool add [recipe-name]' without 'srctree' or > > 'fetchuri'? > > I just want to add a simple recipe with a f

[oe] devtool add recipe with no srctree / fetchuri?

2018-07-30 Thread Adam Lee
Is it possible to run 'devtool add [recipe-name]' without 'srctree' or 'fetchuri'? I just want to add a simple recipe with a few files to be installed on the target file system. I can directly add a file in my meta-layer, but devtool is probably the more correct approach. Adam --

Re: [oe] [meta-qt5] Has anyone been able to run minimal-qml (or any Wayland) example?

2018-03-06 Thread Adam Lee
Perhaps QT Wayland Compositor needs to be backed by a backend that supports underlying graphics driver. Such thing exists for i.Mx6 Vivante [1], but not for AM57xx EVM. [1] http://blog.qt.io/blog/2015/11/17/embedded-linux-news-in-qt-5-6/ On Tue, Mar 6, 2018 at 12:23 PM Adam Lee wrote: >

[oe] [meta-qt5] Has anyone been able to run minimal-qml (or any Wayland) example?

2018-03-06 Thread Adam Lee
I'd like to try out a Wayland example [1]. It can be found in "/usr/share/qt5/examples/wayland". Unfortunately I have not been able to run it on Rocko with AM57xx EVM from TI. Has anyone successfully ran this example application at all..? I just want to be sure that there is a working example somew

[oe] [meta-qt5] Problem with /default-qt/tooldir

2018-02-26 Thread Adam Lee
Building on git #db881bb4917628ad, my images are showing these errors: # qmake qmake: could not exec '/default-qt/tooldir/qmake': No such file or directory # qmlviewer qmlviewer: could not exec '/default-qt/tooldir/qmlviewer': No such file or directory Has anyone else seen this lately? BR, Ada

[oe] [meta-qt5] File name too long error while building qtwebengine

2017-12-19 Thread Adam Lee
I am on meta-qt5 master (# 06d1c47396508), but this happens on Rocko as well. *| ninja: error: WriteFile(__third_party_WebKit_Source_bindings_modules_v8_bindings_modules_v8_generated_init_partial__home_build_tisdk-rocko-glibc_work_armv7ahf-neon-oe-linux-gnueabi_qtwebengine_5.9.2_gitAUTOINC_c11c2c8

[oe] Using QT_DIR_NAME; Correct way of flattening QT5 directory structure?

2015-08-31 Thread Adam Lee
My system only runs Qt5. Hence no need to have `qmake` and others in `/usr/bin/qt5`. I prefer to have them in `/usr/bin`. JaMa's comment[1] seems to suggest that all it takes is setting `QT_DIR_NAME` to an empty string. With this, I get tonnes of QA errors because `FILES_` paths now contain `//`,

Re: [oe] [OE-core] Extensible SDK install errors

2015-08-25 Thread Adam Lee
Great, thanks Randy for the pointer. No need for apology. I fully understand this is a work-in-progress. I just want to stay on par with the development! On Tue, Aug 25, 2015 at 7:33 PM Randy Witt wrote: > On Tue, Aug 25, 2015 at 6:11 PM, Adam Lee wrote: > >> Thanks for your com

Re: [oe] Extensible SDK install errors

2015-08-25 Thread Adam Lee
es systemd" Perhaps I need to disable systemd from distro features? I will also check my user's permission to solve the permission error. On Mon, Aug 24, 2015 at 4:11 AM Paul Eggleton wrote: > Hi Adam, > > On Friday 21 August 2015 15:06:25 Adam Lee wrote: > > Hello,

[oe] Extensible SDK install errors

2015-08-21 Thread Adam Lee
Hello, I built the Extensible SDK on Fido (bitbake core-image-minimal -c populate_sdk_ext). During the installation I get this permission error: $ ./poky-glibc-x86_64-core-image-minimal-armv5e-toolchain-ext-1.8.sh > Enter target directory for SDK (default: /opt/poky/1.8): > You are about to insta

[oe] OpenCV Java binding, and Java JNI

2015-05-19 Thread Adam Lee
Hello everyone! Has anyone successfully built the OpenCV recipe with Java binding? I don't see any .jar files or shared objects. In the log I see these messages: -- Could NOT find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH) -- pack

[oe] Reference to sysroot in PHP packages

2015-03-20 Thread Adam Lee
On Yocto 1.7.1, running `bitbake php` will show a QA warning: WARNING: QA Issue: php requires /media/Build/master/build/tmp/work/cortexa8hf-vfp-neon-poky-linux-gnueabi/php/5.4.36-r0/image/usr/bin/php, but no providers in its RDEPENDS [file-rdeps] Doing a grep for sysroot within the packages-spli

[oe] Packages builds on one MACHINE but not on the other

2014-10-02 Thread Adam Lee
Hello everyone, I have been trying to put a webserver (nginx) in conjunction with uwsgi on my OMAP4 board. The issue I am having is that uwsgi package (from meta-virtualization / meta-openstack) builds ok on qumu86, but neither on qumuarm nor on my OMAP4 based board. The exact problem is the binary

[oe] Installing RPM packages in SDK sysroot

2014-06-26 Thread Adam Lee
Hello everyone, in the section 4.2. Configuring the PMS of the Yocto ADT manual, it describes adding packages to a target sysroot using OPKG. This method works well as documented. However my choice of package manager is Yocto's default - RPM. And I was not able to successfully install RPM packages

Re: [oe] initramfs only supported in x86?

2014-05-16 Thread Adam Lee
las Dechesne > wrote: >> On Thu, May 15, 2014 at 7:13 PM, Adam Lee wrote: >>> Hello everyone, I thought I'd compare the performance of booting >>> rootfs from MMC vs ramdisk (the way Android is doing it). Some says it >>> may possibly take longer in ramdisk b

Re: [oe] initramfs only supported in x86?

2014-05-15 Thread Adam Lee
ah I spoke too soon. I had extra DISTRO_FEATURES. I removed them and the root is ~2.5MB. Now it's worth a try. Adam On Thu, May 15, 2014 at 3:58 PM, Adam Lee wrote: > Hi Nicolas, thanks for your response. I built core-image-minimal in > cpio, but the size is whopping 69MB. It will ta

Re: [oe] initramfs only supported in x86?

2014-05-15 Thread Adam Lee
scope. So I thought the tested and proven core-image-minimal-initramfs would be a great start. Adam [1] http://www.makelinux.com/emb/fastboot/omap On Thu, May 15, 2014 at 1:33 PM, Nicolas Dechesne wrote: > On Thu, May 15, 2014 at 7:13 PM, Adam Lee wrote: >> Hello everyone, I thought I&

[oe] initramfs only supported in x86?

2014-05-15 Thread Adam Lee
Hello everyone, I thought I'd compare the performance of booting rootfs from MMC vs ramdisk (the way Android is doing it). Some says it may possibly take longer in ramdisk because the rootfs has to be first loaded into memory. I'd like to test it out myself. So I discovered core-image-minimal-init

Re: [oe] systemd networking.service masked?

2014-05-06 Thread Adam Lee
ok scratch what I said an hour ago. I had dhclient along with udhcpc installed on my system. I took dhclient out and systemctl enable udhcpc@eth0 works. Adam On Tue, May 6, 2014 at 9:52 AM, Adam Lee wrote: > I am really just trying to auto bringup eth0 on boot. Christopher, I > don&

Re: [oe] systemd networking.service masked?

2014-05-06 Thread Adam Lee
at 5:41 PM, Stephen Arnold wrote: > Well, none of my rpi or bbb images use systemd/connman/networkmanager and > I'm just fine with that as the baseline. > > Steve > > > On Mon, May 5, 2014 at 5:37 PM, Christopher Larson wrote: > >> On Mon, May 5, 2014 a

[oe] systemd networking.service masked?

2014-05-05 Thread Adam Lee
Hello everybody! I noticed networking.service is masked by default - http://cgit.openembedded.org/cgit.cgi/openembedded-core/tree/meta/recipes-core/systemd/systemd-compat-units.bb?h=master. I guess I can use the Network Manager to bring up eth0 on boot, but I rather not. What's the harm in netwo

Re: [oe] v4l-utils won't build

2014-04-25 Thread Adam Lee
which branch are you on? I am on master-next for OE and on Daisy on Poky. Both opencv and v4l-utils build ok. Adam On Fri, Apr 25, 2014 at 5:30 PM, Richard Cagley wrote: > On Fri, Apr 25, 2014 at 4:56 PM, Martin Jansa >wrote: > > > On Fri, Apr 25, 2014 at 12:56:26PM -0700, Richard Cagley wrot

Re: [oe] xfce4-dev-tools fails to build on master-next

2014-04-22 Thread Adam Lee
It looks like autotools bbclass began doing out of tree build. Switching to Poky's 'daisy' branch, which contains a couple of autotools related commits, fixed this issue. On Mon, Apr 21, 2014 at 10:56 AM, Adam Lee wrote: > I noticed my XFCE image is blocked due to the fo

[oe] xfce4-dev-tools fails to build on master-next

2014-04-21 Thread Adam Lee
I noticed my XFCE image is blocked due to the following: DEBUG: SITE files ['endian-little', 'bit-32', 'arm-common', 'common-linux', 'common-glibc', 'arm-linux', 'arm-linux-gnueabi', 'common'] DEBUG: Executing shell function do_compile NOTE: make -j 4 Making all in m4macros make[1]: Entering d

Re: [oe] LXDM failure on master-next

2014-04-03 Thread Adam Lee
Great! Exactly what I needed. Thanks Andreas, Adam On Thu, Apr 3, 2014 at 11:08 AM, Andreas Müller < schnitzelt...@googlemail.com> wrote: > On Thu, Apr 3, 2014 at 7:52 PM, Adam Lee wrote: > > Hello everybody, my image has been booting into shell instead of LXDM > ever >

[oe] LXDM failure on master-next

2014-04-03 Thread Adam Lee
Hello everybody, my image has been booting into shell instead of LXDM ever since I switched to master-next from Dora. I believe LXDM is not compatible with the new systemd, but my knowledge is limited. Here is what I gathered so far: 1.5 Dora: root@overo:~$ cat log | grep -i lxdm Jan 01 00:02:3

Re: [oe] [OE-core] State of bitbake world, Failed tasks 2014-03-29

2014-03-31 Thread Adam Lee
I took a look into these three (in hopes of free beer): polkit-gnome: configure was passed unrecognised options: --disable-scrollkeeper --disable-man-pages gnome-bluetooth-2.32.0: gnome-bluetooth: configure was passed unrecognised options: --disable-schemas-install openobex-1.5: openobex: config

Re: [oe] [meta-oe][PATCH] exo: Add intltool-native as native dependency

2014-03-26 Thread Adam Lee
Cool, thanks JaMA Adam On Wed, Mar 26, 2014 at 2:35 PM, Martin Jansa wrote: > On Wed, Mar 26, 2014 at 02:27:34PM -0700, Adam YH Lee wrote: > > exo-native fails to build due to more strict dependency checking > > introduced in autotools.bbclass. intltool-native should be explicitly > > defined a

Re: [oe] exo build fail on master and master-next

2014-03-26 Thread Adam Lee
Thanks Richard, that worked! I've submitted a patch for this. Adam On Wed, Mar 26, 2014 at 2:08 PM, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Wed, 2014-03-26 at 14:00 -0700, Adam Lee wrote: > > Hi Richard, thanks for the explanation. It helped

Re: [oe] exo build fail on master and master-next

2014-03-26 Thread Adam Lee
issue, so that's where I will start digging and report back. Thank you, Adam On Wed, Mar 26, 2014 at 1:07 AM, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Tue, 2014-03-25 at 17:46 -0700, Adam Lee wrote: > > exo-native (one of xfce4-taskmanager deps)

Re: [oe] Warnings during build

2014-03-26 Thread Adam Lee
I see! I trust bitbake to link against the right one (newer one that is). Thanks for ur response JaMa. Adam On Wed, Mar 26, 2014 at 11:28 AM, Martin Jansa wrote: > On Wed, Mar 26, 2014 at 11:12:28AM -0700, Adam Lee wrote: > > Hope I am not spamming the list with pesky questions.

[oe] Warnings during build

2014-03-26 Thread Adam Lee
Hope I am not spamming the list with pesky questions. I am getting build warnings similar to below: WARNING: gtk-immodule-ipa-2.24.22 was registered as shlib provider for im-ipa.so, changing it to gtk3-immodule-ipa-3.10.7 because it was built later The full list of warnings can be found at - htt

Re: [oe] exo build fail on master and master-next

2014-03-25 Thread Adam Lee
commit one more time? Thank you, Adam On Mon, Mar 24, 2014 at 2:29 PM, Adam Lee wrote: > The error is occurring on master-next (and master I presume) when building > xfce4-taskmanager (as part of XFCE4 Extended package group). I confirmed it > on both qemuarm and on Gumstix Overo as

Re: [oe] exo build fail on master and master-next

2014-03-24 Thread Adam Lee
Can anyone verify if xfce4-taskmanager can be built successfully? Thank you, Adam On Fri, Mar 21, 2014 at 2:08 PM, Adam Lee wrote: > Good day everyone, > On both master and master-next, I get build fail on exo like below: > > configure.ac:112: error: possibly undefined macro:

[oe] exo build fail on master and master-next

2014-03-21 Thread Adam Lee
Good day everyone, On both master and master-next, I get build fail on exo like below: configure.ac:112: error: possibly undefined macro: AC_PROG_INTLTOOL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf: /media/Build/

Re: [oe] libxfce4ui build fail on master branch

2014-03-20 Thread Adam Lee
Found Stephen's patch last week. Thanks! Adam On Thu, Mar 20, 2014 at 3:19 PM, Martin Jansa wrote: > On Thu, Mar 20, 2014 at 02:11:04PM -0700, Adam Lee wrote: > > Hello everyone, I am building my dora bsp layers with OE/poky master to > > prepare for 1.6 release. > &

[oe] exo build fail - undefined macro

2014-03-20 Thread Adam Lee
Good afternoon! On OE/Poky master branch, I am getting this error while building an XFCE image. My layers have built ok on Dora. My manifest Full error Interesting thing is that I can bu

Re: [oe] libxfce4ui build fail on master branch

2014-03-20 Thread Adam Lee
Weird, when I bitbaked the package individually, it built ok. Now my xfce image is also happily building. On Thu, Mar 20, 2014 at 2:11 PM, Adam Lee wrote: > Hello everyone, I am building my dora bsp layers with OE/poky master to > prepare for 1.6 release. > My console image built

[oe] libxfce4ui build fail on master branch

2014-03-20 Thread Adam Lee
Hello everyone, I am building my dora bsp layers with OE/poky master to prepare for 1.6 release. My console image built just fine, but I am getting this error while building xfce image. NOTE: Executing intltoolize --copy --force --automake NOTE: Executing ACLOCAL="aclocal --system-acdir=/media/Bu

Re: [oe] GDM alternative?

2014-02-28 Thread Adam Lee
ut the same pam/consolekit features, but > depends on gtk[2|3]. So, a bit fancier and a little more bloat. Which one > do you think is easier to theme? ;) > > > On Wed, Feb 26, 2014 at 3:28 PM, Adam Lee wrote: > > > Are there any obvious advantages over one another betwee

Re: [oe] NetworkManger's glib schemas are not getting compiled

2014-02-26 Thread Adam Lee
Thanks Ross, but adding gsettings to network-manager-applet's recipe didn't work. I don't know how gsettings work, so I think I will take a look at it first. Will update soon. Thanks, Adam On Tue, Feb 25, 2014 at 3:35 PM, Burton, Ross wrote: > On 25 February 2014 23:0

Re: [oe] GDM alternative?

2014-02-26 Thread Adam Lee
a bad idea to have another > lightweight alternative... > > Steve > > > On Thu, Feb 20, 2014 at 1:36 PM, Adam Lee wrote: > > > Andreas, LXDM from meta-oe works well with minimal configuration on my > part > > :) > > I didn't have to add another layer to sa

[oe] NetworkManger's glib schemas are not getting compiled

2014-02-25 Thread Adam Lee
Hello everyone, I'm on 1.5.1 at the moment. My image includes XFCE and Gnome's Network Manager. The network manager applet cannot be accessed because the schema associated with it is not compiled. Error I get: (nm-applet: 891): settings schema 'org.gnome.nm-applet' is not installed It works as l

Re: [oe] GDM alternative?

2014-02-20 Thread Adam Lee
Andreas, LXDM from meta-oe works well with minimal configuration on my part :) I didn't have to add another layer to satisfy dependencies. Thanks :) Adam On Wed, Feb 19, 2014 at 11:36 PM, Andreas Müller < schnitzelt...@googlemail.com> wrote: > On Wed, Feb 19, 2014 at 5:15 PM, A

Re: [oe] GDM alternative?

2014-02-19 Thread Adam Lee
On Wed, Feb 19, 2014 at 2:18 AM, Andreas Müller < schnitzelt...@googlemail.com> wrote: > On Tue, Feb 18, 2014 at 10:24 PM, Adam Lee wrote: > > Hello everyone, I am sure this has been asked before but I haven't found > a > > solution. > > > > I am currentl

[oe] GDM alternative?

2014-02-18 Thread Adam Lee
Hello everyone, I am sure this has been asked before but I haven't found a solution. I am currently integrating GDM to my XFCE image. I was hoping that it's as easy as adding GDM as the graphical init manager (in local.conf), but it looks like PolicyKit, Console Kit, PAM, gconf, gconf-sanity (as p

Re: [oe] pam_gnome_keyring.so not getting packaged into my rootfs

2014-02-18 Thread Adam Lee
Great, it worked :) Thanks Koen, Adam On Mon, Feb 17, 2014 at 11:47 PM, Koen Kooi wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Adam Lee schreef op 18-02-14 00:00: > > Hello everyone, my gdm logs in /var/log/gdm is complaining about these > > missing

Re: [oe] pam_gnome_keyring.so not getting packaged into my rootfs

2014-02-17 Thread Adam Lee
r I am not too familiar with the scene and I may have missed details. Any clarification on this? Adam On Mon, Feb 17, 2014 at 3:00 PM, Adam Lee wrote: > Hello everyone, my gdm logs in /var/log/gdm is complaining about these > missing files: > > - polkit-gnome-authentication-agent-1

[oe] pam_gnome_keyring.so not getting packaged into my rootfs

2014-02-17 Thread Adam Lee
Hello everyone, my gdm logs in /var/log/gdm is complaining about these missing files: - polkit-gnome-authentication-agent-1 - ck-get-x11-display-device - pam_gnome_keyring.so The first two files are found in paths GDM wasn't aware of, so all I had to do was create symbolic links to /usr/lib/gdm/{

Re: [oe] dbus-daemon-proxy repository has disappeared

2014-02-07 Thread Adam Lee
Cool thank you Ross! Regards, Adam On Fri, Feb 7, 2014 at 12:00 PM, Burton, Ross wrote: > Just contacted Collabora. They were having a spring clean, the repo > will hopefully re-appear shortly. > > Ross > > On 7 February 2014 19:51, Burton, Ross wrote: > > On 7 F

[oe] dbus-daemon-proxy repository has disappeared

2014-02-07 Thread Adam Lee
Good day y'all, I am tracking refs/heads/dora and this morning I got a fetch failure on dbus-daemon-proxy (git:// git.collabora.co.uk/git/user/alban/dbus-daemon-proxy). No available mirrors, so I am build blocked. Anyone figured this out? Thanks! Adam ___

Re: [oe] libmpd-11.8.17 gets 404 Not Found

2013-11-15 Thread Adam Lee
There is a pull request on this - https://github.com/openembedded/meta-oe/pull/15 On Thu, Nov 14, 2013 at 1:48 PM, Andreas Müller < schnitzelt...@googlemail.com> wrote: > On Thu, Nov 14, 2013 at 8:41 PM, Adam Lee wrote: > > Thanks Otavio. Quick question - is there a reason

Re: [oe] libmpd-11.8.17 gets 404 Not Found

2013-11-14 Thread Adam Lee
Thanks Otavio. Quick question - is there a reason not to use the upstream? - http://www.musicpd.org/download/mpd/stable/ Thanks, Adam On Thu, Nov 14, 2013 at 9:57 AM, Otavio Salvador wrote: > On Thu, Nov 14, 2013 at 3:16 PM, Adam Lee wrote: > > What should be my course of action? Ad

Re: [oe] libmpd-11.8.17 gets 404 Not Found

2013-11-14 Thread Adam Lee
aul Eggleton > > wrote: > > On Tuesday 12 November 2013 19:14:22 Adam Lee wrote: > >> Sorry, I shouldn't have mentioned anything about updating to Dora from > >> Dylan. > >> This 404 is happening in Dylan build. > >> > >> On Tue, Nov 12, 201

Re: [oe] libmpd-11.8.17 gets 404 Not Found

2013-11-12 Thread Adam Lee
Sorry, I shouldn't have mentioned anything about updating to Dora from Dylan. This 404 is happening in Dylan build. On Tue, Nov 12, 2013 at 7:07 PM, Adam Lee wrote: > Hello everyone, my first post here. Not sure if I am posting at the right > place. > I am updating my meta laye

[oe] libmpd-11.8.17 gets 404 Not Found

2013-11-12 Thread Adam Lee
Hello everyone, my first post here. Not sure if I am posting at the right place. I am updating my meta layer to Dora from Dylan. At the moment, libmpd-11.8.17 is getting 404 Not Found. It is here - http://downloads.sourceforge.net/musicpd/libmpd/11.8.17/libmpd-11.8.17.tar.gz . Not sure if it's a t

[oe] ImageMagick recipe oudated - fetch failure

2013-01-30 Thread Adam Lee
Hi there, I am getting no such file error when building Image Magick. The recipe points to ftp://ftp.nluug.nl/pub/ImageMagick/ImageMagick-6.7.5-6.tar.bz2, but it looks like the ftp server has updated file (ImageMagick-6.8.2-1.tar.bz2) instead. Please update the recipe :) Regards, Adam _