[yocto] [meta-qt5] qt5.sh in environment-setup.d

2019-09-26 Thread Adam Lee
I see that sourcing the SDK environment file ( *environment-setup-armv7ahf-neon-oe-linux-gnueabi*) results in a few QT variables pointing to the machine that generated the SDK (generated through populate_sdk). Towards the end of my environment file I have this line: if [ -d

[yocto] Build failure on kernel-devsrc

2019-06-14 Thread Adam Lee
At some point I noticed I *must* clean kernel-devsrc before I can build my image with Kernel changes. I suppose this isn't normal and expect it rebuild what's necessary as part of the image build. Has anyone seen this before? Build Configuration: BB_VERSION = "1.36.0" BUILD_SYS

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

2018-07-30 Thread Adam Lee
ust 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 few files to be installed on > the &

[yocto] 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: [yocto] Checking for xwayland

2017-11-01 Thread Adam Lee
Ah, meta-arago sets PACCKAGECONFIG_pn-weston without xwayland. PACKAGECONFIG_pn-weston = "egl kms launch clients" On Wed, Nov 1, 2017 at 5:26 PM Adam Lee <adam.yh@gmail.com> wrote: > Hi Raj, > > These are my DISTRO_FEATURES: > > DISTRO_FEATURES="als

Re: [yocto] Checking for xwayland

2017-11-01 Thread Adam Lee
1? Thanks for your help Adam On Wed, Nov 1, 2017 at 5:19 PM Khem Raj <raj.k...@gmail.com> wrote: > On Wed, Nov 1, 2017 at 2:03 PM, Adam Lee <adam.yh@gmail.com> wrote: > > I believe something is incorrect in my distro level configuration. Apart > > from including x11

Re: [yocto] Checking for xwayland

2017-11-01 Thread Adam Lee
ummary: There was 1 WARNING message shown. Summary: There were 2 ERROR messages shown, returning a non-zero exit code. On Wed, Nov 1, 2017 at 12:53 PM Burton, Ross <ross.bur...@intel.com> wrote: > On 1 November 2017 at 15:58, Adam Lee <adam.yh@gmail.com> wrote: > >> Tha

Re: [yocto] Checking for xwayland

2017-11-01 Thread Adam Lee
Thank you I will check out core-image-weston. On Wed, Nov 1, 2017 at 12:01 PM Fabien Lahoudere < fabien.lahoud...@collabora.co.uk> wrote: > On Wed, 2017-11-01 at 15:58 +0000, Adam Lee wrote: > > Thanks Fabien, I definitely don't have Xwayland in my rootfs. My > manifest is mi

Re: [yocto] Checking for xwayland

2017-11-01 Thread Adam Lee
fabien.lahoud...@collabora.co.uk> wrote: > On Wed, 2017-11-01 at 14:10 +, Adam Lee wrote: > > Hello, how do I tell if I successfully built xwayland into my image? > > > > I looked for "xwayland" binary but to no avail. > > I have this /usr/bin/Xwayland in my rootfs. &

[yocto] Checking for xwayland

2017-11-01 Thread Adam Lee
Hello, how do I tell if I successfully built xwayland into my image? I looked for "xwayland" binary but to no avail. Adam -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Can't run "-c devshell" - "Must be connected to a terminal"

2017-10-31 Thread Adam Lee
n, Oct 30, 2017 at 1:49 PM, Adam Lee <adam.yh@gmail.com> wrote: > > Hello everyone, I have this strange issue where I can't run "-c devshell" > > any longer. > > > > This worked until a day ago. > > I am on Morty, and running in a Docker

[yocto] Can't run "-c devshell" - "Must be connected to a terminal"

2017-10-30 Thread Adam Lee
Hello everyone, I have this strange issue where I can't run "-c devshell" any longer. This worked until a day ago. I am on Morty, and running in a Docker container. Has anyone seen this: Currently 1 running tasks (100 of 100) 99%

[yocto] 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: [yocto] Porting a BSP from Dylan to Dora

2014-03-13 Thread Adam Lee
I believe there is a migration guide in the Yocto Project Reference Manual Adam On Thu, Mar 13, 2014 at 8:10 AM, Sathish Kumar Balasubramaniam -ERS, HCL Tech b-sathishku...@hcl.com wrote: Hello, We have a BSP which is based on Dylan version. To port this BSP to Dora version what will

Re: [yocto] Nested If else

2014-01-30 Thread Adam Lee
It would help if you provided more context, but this might be what you are looking for - http://cgit.openembedded.org/cgit.cgi/openembedded-core/tree/meta/recipes-core/systemd/systemd-serialgetty.bb?h=master Adam On Tue, Jan 28, 2014 at 4:38 AM, Rohit2 Jindal rohit2.jin...@aricent.comwrote:

Re: [yocto] How to temporarily disable a package rebuild during an image build?

2014-01-30 Thread Adam Lee
I am not sure if that's the correct behaviour at all. If you are building the kernel, it should only build the kernel (and its deps). How are you building it? I suppose you are doing 'bitbake virtual/kernel', but just checking! Adam On Wed, Jan 29, 2014 at 12:09 PM, Alex J Lennon

Re: [yocto] How to temporarily disable a package rebuild during an image build?

2014-01-30 Thread Adam Lee
, Alex J Lennon ajlen...@dynamicdevices.co.uk wrote: Hi Adam, On 30/01/2014 18:40, Adam Lee wrote: I am not sure if that's the correct behaviour at all. If you are building the kernel, it should only build the kernel (and its deps). How are you building it? I suppose you are doing 'bitbake

[yocto] Integrating a graphical login manager to XFCE

2014-01-27 Thread Adam Lee
Good day everyone! This is my first post to the group, so please forgive me for anything inappropriate. I've been using GDM thus far (since danny) but it has been challenging to integrate it into my XFCE image. Merely specifying gdm as VIRTUAL-RUNTIME_graphical_init_manager variable does not