[OE-core] Question on linux-yocto-custom

2014-03-26 Thread Adam Lee
Good afternoon everyone, I got a quick question here: the example recipe linux-yocto-custom.bb in meta-skeleton has these two lines: inherit kernel require recipes-kernel/linux/linux-yocto.inc And I am trying to figure out if we must define 'inherit kernel' in this recipe. Looking at

Re: [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:

[OE-core] 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

Re: [OE-core] [oe] 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 rew...@declaratino.com wrote: On Tue, Aug 25, 2015 at 6:11 PM, Adam Lee adam.yh@gmail.com

[OE-core] 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-core] [oe] Extensible SDK install errors

2015-08-25 Thread Adam Lee
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 paul.eggle...@linux.intel.com wrote: Hi Adam, On Friday 21 August 2015 15:06:25 Adam Lee wrote: Hello, I built

[OE-core] libopkg header files (opkg.h) no longer installed..?

2017-11-30 Thread Adam Lee
It doesn't look like inclusion of libopkg or libopkg-dev do not put headers (such as opkg.h) in the target. Can someone guide me on what I might be doing wrong? Thank you, Adam -- ___ Openembedded-core mailing list

[OE-core] [meta-qt5][meta-ti] X11 + Wayland in distro feature fails qtwayland build

2017-11-08 Thread Adam Lee
To run some x11 apps via Xwayland,I have both x11 and wayland in the distro features on my Morty based TI-SDK. I had to get mesa-gl included to provide the features of OpenGL that are not provided by TI's SGX DDK for Xwayland to build. With this change however, qtwayland is refusing to build

[OE-core] EGL (in XWayland) and NULLWS

2017-11-07 Thread Adam Lee
Hello, I am not 100% sure if this is the right mailing list, but I will give it a try. My Xwayland (x11 and Wayland in DISTRO_FEATURES) environment is not providing the right X11 environment for my (legacy) X11 application. In the platform definition file (/usr/include/EGL/eglplatform.h), there

[OE-core] "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.

Re: [OE-core] Setting include path in a recipe

2018-07-30 Thread Adam Lee
Thank you. Both works well! On Wed, Jul 25, 2018 at 12:34 PM Khem Raj wrote: > On Tue, Jul 24, 2018 at 10:51 AM Andre McCurdy > wrote: > >> On Tue, Jul 24, 2018 at 6:52 AM, Adam Lee wrote: >> > >> > How do I defined a custom include path for an autotools r

Re: [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 &

[OE-core] 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 --

[OE-core] Setting include path in a recipe

2018-07-24 Thread Adam Lee
How do I defined a custom include path for an autotools recipe? This may as well be explained somewhere in the reference manual, but I can't seem to find it. Thank you, Adam -- ___ Openembedded-core mailing list

Re: [OE-core] Using IMAGE_INSTALL_remove and PNBLACKLIST

2018-07-12 Thread Adam Lee
all, if one > of those is a packagegroup that depends on other packages then you > can't remove those other packages. > > At this point you're either: > 1) bbappending packagegroups to manipulate their dependencies, which > can get silly, or > 2) just writing a new image > > R

[OE-core] Using IMAGE_INSTALL_remove and PNBLACKLIST

2018-07-12 Thread Adam Lee
I am attempting to exclude a package from my system image with this in my local.conf: IMAGE_INSTALL_remove += "tiovx-app-host-examples" IMAGE_INSTALL_remove += "tiovx-lib-host" IMAGE_INSTALL_remove += "tiovx-app-host" PNBLACKLIST[tiovx-lib-host] = "Build break" PNBLACKLIST[tiovx-app-host] =

Re: [OE-core] Using IMAGE_INSTALL_remove and PNBLACKLIST

2018-07-12 Thread Adam Lee
egroup-arago-tisdk-addons? > > Ross > > On 12 July 2018 at 16:19, Adam Lee wrote: > > I am attempting to exclude a package from my system image with this in my > > local.conf: > > > > IMAGE_INSTALL_remove += "tiovx-app-host-examples" > > IMAGE_I

[OE-core] inputattach deprecated?

2018-09-12 Thread Adam Lee
I see "inputattach" tool has been used quite frequently until a few years ago (judging by Google search result). What have we replaced it with? I can't seem to find another way to attach a UART keyboard as an input device. Adam -- ___ Openembedded-core