Re: [yocto] How to request a certain version of a recipes for an image?

2018-11-04 Thread Andre McCurdy
On Sun, Nov 4, 2018 at 2:30 PM Patrick Boettcher wrote: > > Hi list, > > I'm using the morty-release for my device. > > My sources consists of different layers. Some application > specific-layers (which contains a image-recipe), our > BSP-provider and tooling-layers. > > It now happens that in

Re: [yocto] busybox build failure

2018-10-30 Thread Andre McCurdy
On Tue, Oct 30, 2018 at 5:49 AM Matthew Singer wrote: > > I turned on syslog in busybox via its menu config and the build now fails > with the following error The correct way to turn on syslog in busybox is to ensure that "file://syslog.cfg" is included in SRC_URI. However, it looks like it's

Re: [yocto] Busybox_1.23.2 fails at do_compile on Poky-Sumo

2018-10-23 Thread Andre McCurdy
On Tue, Oct 23, 2018 at 2:58 AM, Dhanush K.S wrote: > Hello Yocto, > > I'm currently building an image with the busybox_1.23.2.bb recipe included, > using Yocto Sumo 2.5 with the Bitbake version 1.37.0. It is running on a > CentOS host building images for the target ARM cortexa8. This busybox

Re: [yocto] SUSE SLES target OS

2018-10-19 Thread Andre McCurdy
On Fri, Oct 19, 2018 at 2:17 PM, Joe Flowers wrote: > Hello everyone, > > I need to get started on a Yocto set that will build a minimal core for a > target OS of SUSE Linux Enterprise Server on x64 target hardware like a > MinnowBoard. The Yocto project supports building distros based on

Re: [yocto] Bitbake Build Configurations

2018-10-17 Thread Andre McCurdy
On Wed, Oct 17, 2018 at 5:12 AM, Dhanush K.S wrote: > Hi Yocto, > > I have my bitbake environment set up on the host system CentOS 7 and > building images for the target ARM cortex A8 with the following BUILD > CONFIGURATION, > > Build Configuration: > BB_VERSION = "1.37.0" > BUILD_SYS

Re: [yocto] [Yocto][poky][meta] already-stripped ignore if set for any other package then INSANE_SKIP_${PN}

2018-10-16 Thread Andre McCurdy
On Tue, Oct 16, 2018 at 6:47 AM, Burton, Ross wrote: > It's only already-stripped that needs to be on PN, because the > stripping happens before packaging. When already-stripped files, > there are no packages yet. > > Ross > On Tue, 16 Oct 2018 at 14:22, Måns Zigher wrote: >> >> Ok so it is not

Re: [yocto] [meta-gplv2] gnutls: use https mirror for SRC_URI instead of ftp

2018-10-04 Thread Andre McCurdy
On Wed, Oct 3, 2018 at 9:16 AM, Oleksandr Kravchuk wrote: > Signed-off-by: Oleksandr Kravchuk > --- > recipes-support/gnutls/gnutls.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/recipes-support/gnutls/gnutls.inc > b/recipes-support/gnutls/gnutls.inc > index

Re: [yocto] inheriting native.bbclass explicitly

2018-09-14 Thread Andre McCurdy
fact well. > Warning is placed directly below > one-sentence and indented text describing to BBCLASSEXTEND-case Yes, I agree. That part of the documentation could certainly be improved. > krzysiek > > -----Original Message- > From: Andre McCurdy [mailto:armccu...@gmail.com] >

Re: [yocto] inheriting native.bbclass explicitly

2018-09-13 Thread Andre McCurdy
On Thu, Sep 13, 2018 at 6:05 AM, Dudziak Krzysztof wrote: > Current release's reference manual issues in native.bbclass chapter a warning: > "When creating a recipe, you must follow this naming convention: > native-myrecipe.bb > Not doing so can lead to subtle problems because code exists

Re: [yocto] Whitelist gdbserver

2018-09-13 Thread Andre McCurdy
On Thu, Sep 13, 2018 at 8:42 AM, Jeremy Overesch wrote: > HI all, > > I’m attempting to whitelist gdbserver just for SDK purposes, while keeping > all other GPLv3 code as incompatible (therefore unbuilt). However, > everything I’ve tried still results in gdbserver being removed from my SDK > and

Re: [yocto] curl package config

2018-09-06 Thread Andre McCurdy
On Thu, Sep 6, 2018 at 12:10 PM, Erik Botö wrote: > Hi, > > On Thu, Sep 6, 2018 at 8:01 PM Antonio Santagiuliana > wrote: >> >> Hello >> I am trying to enable the SMB protocol when building curl library by Yocto >> the original recipe is under meta/recipes-support/curl >> >> in my image's

Re: [yocto] Cleaning out build without re-downloading sources

2018-08-21 Thread Andre McCurdy
On Tue, Aug 21, 2018 at 3:52 PM, Paul Sheer wrote: > Hi, > > I am trying to do a clean out all packages within my build due to a > change in my GCC environment. > > I updated my GCC so, for assurance reasons, I want a rebuild of everything. > > However I want to avoid re-downloading gigs of

Re: [yocto] how to understand the "PACKAGECONFIG_class-nativesdk " and "PACKAGECONFIG_class-target" ?

2018-08-21 Thread Andre McCurdy
On Tue, Aug 21, 2018 at 3:00 AM, tugouxp <13824125...@163.com> wrote: > how to understand the two: > "PACKAGECONFIG_class_target > PACKAGECONFIG_class-nativesdk " > semantics in bb files? i did not found any explanation on the official > document, so, please help me ,thanks ! They are

Re: [yocto] BITBAKE ADD-LAYER | HELP!!

2018-08-16 Thread Andre McCurdy
On Thu, Aug 16, 2018 at 12:52 AM, Dhanush K.S wrote: > Hello MailingList, > > I just upgraded yocto to the latest release (Sumo 19.0 /Yocto 2.5.1). > Currently i am trying to add the meta-openembedded layer to my > conf/bblayers.conf using the command "bitbake-layers add-layer >

Re: [yocto] [meta-raspberrypi] core-image-minimal for raspberrypi3-64 manifest/sdimg contains no kernel modules

2018-08-15 Thread Andre McCurdy
On Wed, Aug 15, 2018 at 12:08 PM, Max Krummenacher wrote: > Hi > > Am Mittwoch, den 15.08.2018, 02:47 -0400 schrieb Steve Pavao: >> There seems to be a problem with the core-image-minimal bitbake for >> raspberrypi3-64 target at head >> of sumo in all repos. I wonder if it’s also a problem for

Re: [yocto] Creating multiple filesystem images

2018-08-14 Thread Andre McCurdy
On Mon, Aug 13, 2018 at 8:23 AM, Amol Lad wrote: > Hi, > > Currently when we build say core-image-minimal, we get a root file system > image (say ext4) after the build. However, I also need to create an ext4 > image for /boot partition (which contains zImage and dtb). I do not want wic > image.

Re: [yocto] Yocto userbase in numbers?

2018-08-09 Thread Andre McCurdy
On Thu, Aug 9, 2018 at 2:42 PM, akuster808 wrote: > On 08/09/2018 10:19 AM, Frazer, Will wrote: > > I was asked recently what a ballpark figure for the number of systems > running distributions built with yocto might be and I could not find > anything. > > I realise it’s almost impossible to tell

[yocto] [meta-gplv2][PATCH] gnutls: update 3.3.29 -> 3.3.30

2018-07-30 Thread Andre McCurdy
. ** API and ABI modifications: No changes since last version. Signed-off-by: Andre McCurdy --- recipes-support/gnutls/gnutls_3.3.29.bb | 8 recipes-support/gnutls/gnutls_3.3.30.bb | 8 2 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 recipes-support/gnutls

Re: [yocto] Removing syslogd form busybox

2018-07-30 Thread Andre McCurdy
; /sbin/syslogd > /usr/lib/opkg/alternatives/syslogd > > /sbin/syslogd is a link to busybox. > > What is /usr/lib/opkg/alternatives/syslogd ? > > > > On Fri, Jul 27, 2018 at 4:47 PM, Andre McCurdy wrote: >> >> On Fri, Jul 27, 2018 at 1:07 PM, Simon Chamli

Re: [yocto] Removing syslogd form busybox

2018-07-27 Thread Andre McCurdy
On Fri, Jul 27, 2018 at 1:07 PM, Simon Chamlian wrote: > Hi, > > When I removing syslogd from busybox, I can compile with no error > > $ bitbake -c compile busybox > Loading cache: 100% || Time: 0:00:01 > Loaded 3082 entries from dependency cache. > WARNING: No

Re: [yocto] How to enable http2 for Apache?

2018-07-25 Thread Andre McCurdy
ing to figure out how and why they work. Trial and error is not a good way to try to learn OE. > > On Wed, Jul 25, 2018 at 3:26 PM, Andre McCurdy wrote: >> >> On Wed, Jul 25, 2018 at 11:17 AM, Simon Chamlian >> wrote: >> > Hi, >> > >>

Re: [yocto] How to enable http2 for Apache?

2018-07-25 Thread Andre McCurdy
On Wed, Jul 25, 2018 at 11:17 AM, Simon Chamlian wrote: > Hi, > > What is the best way to enable http2 for Apache? > > Do I add > > COMMON_EXTRA_OECONF_append_pn-apache2 = "--enable-http2" > > in local.conf ? No. Wondering what process you went through to arrive at that? --

Re: [yocto] Can't get *.a's into SDK sysroot

2018-07-25 Thread Andre McCurdy
On Wed, Jul 25, 2018 at 1:23 AM, Zoran Stojsavljevic wrote: > Hello Andre, > >> RDEPENDS_${PN}-dev += "${PN}-staticdev" > > I also read this email, and decided to investigate myself. Since I > wrote meta-mylayer with cannelloni recipe in it. > > To find out if the recipe works correctly, and it

Re: [yocto] Can't get *.a's into SDK sysroot

2018-07-24 Thread Andre McCurdy
On Tue, Jul 24, 2018 at 4:53 PM, Greg Wilson-Lindberg wrote: > I've created a recipe for Canfestival (a CAN bus CANOpen support library). > I have had it building for a while, but I had the configuration set up to > build all parts of it as .so's. I need to change it so that parts of the >

Re: [yocto] To remove packages from busybox

2018-07-23 Thread Andre McCurdy
On Mon, Jul 23, 2018 at 1:29 PM, Simon Chamlian wrote: > Hi, > > In order to remove package from busybox, I used: > > $ bitbake -c menuconfig busybox > > Under 'System Logging Itilities -->' I unchecked syslogd > > Then ran > $ bitbake busybox > > and I get the following error: > > WARNING:

Re: [yocto] bitbake is corrupting my files during unpacking

2018-07-23 Thread Andre McCurdy
On Sat, Jul 21, 2018 at 12:55 AM, MOHAMMAD RASIM wrote: > well apparently this is caused by the unzip binary that is compiled by the > openembedded unzip recipe. > If I unzip the same zip file with the unzip binary that is shipped with my > system(manjaro) then the files are not corrupted but

Re: [yocto] [Chicken and Egg problem] Defining RDEPENDS of the package itself!

2018-07-18 Thread Andre McCurdy
On Wed, Jul 18, 2018 at 7:04 AM, Zoran Stojsavljevic wrote: > Yep. Did it. Some symlink is missing (I guess, symlink to > /usr/local/lib/libcannelloni-common.so??? > > Initialising tasks: 100% >

Re: [yocto] How to split rootfs image?

2018-07-16 Thread Andre McCurdy
On Wed, Jul 11, 2018 at 12:16 PM, Lukasz Zemla wrote: > Dear All, > > Because of some formal reasons, we would like to split our rootfs image into > 2 parts: > > 1. base system - to be reused between different project variants, typical > rootfs content. > > 2. application/data - less critical

Re: [yocto] Writing a recipe that allows for extra depends, depending on the extra_oemake configurations

2018-07-12 Thread Andre McCurdy
On Thu, Jul 12, 2018 at 3:12 PM, Giordon Stark wrote: > Hi Ross, > > Thanks. I saw that but the documentation doesn't explicitly mentioned > EXTRA_OEMAKE. Is that the same as EXTRA_OECONF? No, EXTRA_OEMAKE and EXTRA_OECONF are different. Config options derived from PACKAGECONFIG are

Re: [yocto] Which bb is chosen when several versions are available

2018-07-11 Thread Andre McCurdy
On Wed, Jul 11, 2018 at 12:30 PM, Rudolf J Streif wrote: > The one with the higher version number unless explicitly overridden with > PREFERRED_VERSION_php. > > However, if there is also a recipe with _git.bb then that one will be > chosen as git indicates the latest. Selection between multiple

Re: [yocto] Including a header from an external kernel module

2018-07-10 Thread Andre McCurdy
On Tue, Jul 10, 2018 at 12:11 AM, Michael Allwright wrote: > Am I correct in expecting that, if I do everything correctly, my header file > from module-a should end up in > ~/poky/build/tmp/work-shared/machine/kernel-source/include/linux/mfd No, the kernel-source directory is for the kernel

Re: [yocto] Including a header from an external kernel module

2018-07-09 Thread Andre McCurdy
ear. > On Mon., 9 Jul. 2018, 19:47 Andre McCurdy, wrote: >> >> On Mon, Jul 9, 2018 at 8:27 AM, Michael Allwright >> wrote: >> > Hello, >> > >> > I think it would be useful to extend the hello-mod recipe in >> > meta-skeleton >> &g

Re: [yocto] Including a header from an external kernel module

2018-07-09 Thread Andre McCurdy
On Mon, Jul 9, 2018 at 8:27 AM, Michael Allwright wrote: > Hello, > > I think it would be useful to extend the hello-mod recipe in meta-skeleton > to demonstrate some slightly more complicated scenarios. For example, I am > trying to find out how to have two external kernel modules A and B, where

Re: [yocto] How to remove openssl from sysroots

2018-07-08 Thread Andre McCurdy
On Sun, Jul 8, 2018 at 7:04 PM, Philip Balister wrote: > On 07/06/2018 03:06 PM, Raymond Yeung wrote: >> I've changed the subject heading to make it more specific to our problem. >> Hopefully this generates some responses. >> >> It has been blocking us for close to one week now. We want to use

Re: [yocto] Understanding "dev package contains non-symlink"

2018-07-06 Thread Andre McCurdy
On Fri, Jul 6, 2018 at 2:10 PM, Giordon Stark wrote: > Hi, > > So the good news is that this is at least the source code itself appears to > be written in a packaged-up-manner which makes some things easier to deal > with. It seems that all of the plugins are here: >

Re: [yocto] (still) struggling with initramfs

2018-07-06 Thread Andre McCurdy
On Fri, Jul 6, 2018 at 1:22 PM, Tim Hammer wrote: > > Thanks for the responses to my first email. I was able to get a working > initramfs in my kernel image that allowed me to do the initial evaluation of > my solution. What was the issue? What was the fix? > Now I am working to get all of the

Re: [yocto] Understanding "dev package contains non-symlink"

2018-07-06 Thread Andre McCurdy
On Fri, Jul 6, 2018 at 1:28 PM, Giordon Stark wrote: > Hi, > > Been struggling to understand the differences here. This is what the > directory looks like > > kratsg@dc:/local/d4/gstark/poky/build$ ls > tmp/work/aarch64-poky-linux/xrootd/4.8.3-r0/packages-split/xrootd/usr/lib/ > total 4.3M >

Re: [yocto] struggling with initramfs

2018-07-05 Thread Andre McCurdy
On Wed, Jul 4, 2018 at 11:23 PM, Zoran Stojsavljevic wrote: > Hello to all, > > I have my own YOCTO recipe how I do the initramfs. > > Usually, some of these are missing in kernel .config file: > > CONFIG_BLK_DEV_INITRD=y > CONFIG_RD_GZIP=y > CONFIG_RD_BZIP2=y > CONFIG_RD_LZMA=y > CONFIG_RD_XZ=y

Re: [yocto] struggling with initramfs

2018-07-03 Thread Andre McCurdy
On Tue, Jul 3, 2018 at 11:02 AM, Tim Hammer wrote: > > Can anyone point me to a step-by-step tutorial or simple how-to on creating > and using an initramfs with my kernel for ARM aarch64? > > I have tried creating my own: > - boot-image.bb file with IMAGE_FSTYPES = "cpio.gz". Note that the

Re: [yocto] Understanding "dev package contains non-symlink"

2018-06-28 Thread Andre McCurdy
On Thu, Jun 28, 2018 at 3:53 PM, Burton, Ross wrote: > Hi Giordan, > > https://wiki.yoctoproject.org/wiki/TipsAndTricks/Packaging_Prebuilt_Libraries > might be helpful to you. > > One useful thing would be to show us exactly what files are being > installed (and what files are symlinks). It

Re: [yocto] Yocto not fetching unzip

2018-06-15 Thread Andre McCurdy
On Mon, Jun 11, 2018 at 6:33 AM, Maas, Jonas wrote: > Hello everyone, > > I am experiencing an issue with yocto-2.1.2: > > I am trying to prefetch all needed sources for a certain image, let’s say > “my-image”, by calling: > > $ bitbake -c fetchall my-image > > Next I am archiving the whole Yocto

Re: [yocto] How handle files needing updates in read-only filesystem

2018-06-13 Thread Andre McCurdy
On Wed, Jun 13, 2018 at 9:28 AM, Ulf Samuelsson wrote: > Thanks, is it more efficient than symlinking? Efficient in what way? Have you looked at the volatile-binds recipe in oe-core? Its job is to setup enough bind mounts to enable systemd to run from a readonly rootfs. Although it's currently

Re: [yocto] sysroot not being populated

2018-06-11 Thread Andre McCurdy
On Fri, Jun 8, 2018 at 2:42 AM, Patrick Vacek wrote: > On 08.06.2018 10:26, Khem Raj wrote: >> On 6/8/18 12:27 AM, Patrick Vacek wrote: >>> On 07.06.2018 19:06, Khem Raj wrote: Hi Patrick On Mon, Jun 4, 2018 at 2:01 AM, Patrick Vacek wrote: > Hello all, > > I have

Re: [yocto] Where to make image dependent kernel changes while hardware stays same

2018-06-06 Thread Andre McCurdy
On Wed, Jun 6, 2018 at 9:03 AM, Jakob Hasse wrote: > Hello, > > we would like to have different images with different kernel configs/device > trees. E.g., we would like to have systemA with uart2 and systemB without > uart2 but spi1 instead, with all the different configurations and device >

Re: [yocto] [OE-core] [RFT] GCC 8.1

2018-05-10 Thread Andre McCurdy
On Thu, May 10, 2018 at 6:16 PM, Khem Raj <raj.k...@gmail.com> wrote: > On Thu, May 10, 2018 at 6:11 PM, Andre McCurdy <armccu...@gmail.com> wrote: >> On Thu, May 10, 2018 at 6:06 PM, Khem Raj <raj.k...@gmail.com> wrote: >>> On Thu, May 10, 2018 at 6:00 PM

Re: [yocto] [OE-core] [RFT] GCC 8.1

2018-05-10 Thread Andre McCurdy
On Thu, May 10, 2018 at 6:06 PM, Khem Raj <raj.k...@gmail.com> wrote: > On Thu, May 10, 2018 at 6:00 PM, Andre McCurdy <armccu...@gmail.com> wrote: >> On Thu, May 10, 2018 at 5:55 PM, Khem Raj <raj.k...@gmail.com> wrote: >>> On Thu, May 10, 2018 at 4:11 PM

Re: [yocto] [OE-core] [RFT] GCC 8.1

2018-05-10 Thread Andre McCurdy
On Thu, May 10, 2018 at 5:55 PM, Khem Raj <raj.k...@gmail.com> wrote: > On Thu, May 10, 2018 at 4:11 PM, Andre McCurdy <armccu...@gmail.com> wrote: >> On Thu, May 10, 2018 at 3:50 PM, Martin Jansa <martin.ja...@gmail.com> wrote: >>> On Thu, May 10, 2018 at 0

Re: [yocto] [OE-core] [RFT] GCC 8.1

2018-05-10 Thread Andre McCurdy
On Thu, May 10, 2018 at 4:32 PM, Martin Jansa <martin.ja...@gmail.com> wrote: > On Thu, May 10, 2018 at 04:11:00PM -0700, Andre McCurdy wrote: >> On Thu, May 10, 2018 at 3:50 PM, Martin Jansa <martin.ja...@gmail.com> wrote: >> > On Thu, May 10, 2018 at 03:40:5

Re: [yocto] [OE-core] [RFT] GCC 8.1

2018-05-10 Thread Andre McCurdy
On Thu, May 10, 2018 at 3:50 PM, Martin Jansa <martin.ja...@gmail.com> wrote: > On Thu, May 10, 2018 at 03:40:53PM -0700, Andre McCurdy wrote: >> On Thu, May 10, 2018 at 3:38 PM, Martin Jansa <martin.ja...@gmail.com> wrote: >> > see >> > http://lists.opene

Re: [yocto] [OE-core] [RFT] GCC 8.1

2018-05-10 Thread Andre McCurdy
ed depending on the optimisation level etc (ie not only by -fno-omit-frame-pointer). > On Fri, May 11, 2018 at 12:38 AM Andre McCurdy <armccu...@gmail.com> wrote: >> >> On Thu, May 10, 2018 at 3:07 PM, Martin Jansa <martin.ja...@gmail.com> >> wrote: >> > On Thu

Re: [yocto] [OE-core] [RFT] GCC 8.1

2018-05-10 Thread Andre McCurdy
On Thu, May 10, 2018 at 3:07 PM, Martin Jansa <martin.ja...@gmail.com> wrote: > On Thu, May 10, 2018 at 11:43:25PM +0200, Martin Jansa wrote: >> On Thu, May 10, 2018 at 12:27:50PM -0700, Andre McCurdy wrote: >> > On Thu, May 10, 2018 at 12:11 PM, Martin Jansa <martin.j

Re: [yocto] [OE-core] [RFT] GCC 8.1

2018-05-10 Thread Andre McCurdy
On Thu, May 10, 2018 at 12:11 PM, Martin Jansa wrote: > On Thu, May 10, 2018 at 11:50:02AM -0700, Khem Raj wrote: >> Hi Martin >> >> Thanks for testing and reporting back >> >> On 5/9/18 2:38 AM, Martin Jansa wrote: >> > My initial tests show couple issues, but usually

Re: [yocto] How to create a build for ARM Cortex-A8, S5PV210

2018-05-09 Thread Andre McCurdy
On Tue, May 8, 2018 at 1:38 PM, Denis wrote: > Hi. I'm new to yocto. So I have followed a tutorial and now I have crewated > my first yocto distro for i386. > > Now I need to create a build for my device. It is a Samsung S5PV210 device, > Cortex A8. > > Here there is a

Re: [yocto] [PATCH] bitbake: fetch2/gitsm: avoid live submodule fetching during unpack()

2018-05-09 Thread Andre McCurdy
On Wed, May 9, 2018 at 5:40 PM, Matt Hoosier <matt.hoos...@gmail.com> wrote: > On Wed, May 9, 2018 at 6:27 PM, Andre McCurdy <armccu...@gmail.com> wrote: >> >> On Wed, May 9, 2018 at 2:48 PM, Matt Hoosier <matt.hoos...@gmail.com> >> wrote: >>

Re: [yocto] [PATCH] bitbake: fetch2/gitsm: avoid live submodule fetching during unpack()

2018-05-09 Thread Andre McCurdy
On Wed, May 9, 2018 at 2:48 PM, Matt Hoosier wrote: > From: Matt Hoosier > > Although the submodules' histories have been fetched during the > do_fetch() phase, the mechanics used to clone the workdir copy > of the repo haven't been transferring

Re: [yocto] Avoiding both GPLv3 and meta-gplv2 ?

2018-05-01 Thread Andre McCurdy
On Tue, May 1, 2018 at 4:59 PM, Paul Eggleton <paul.eggle...@linux.intel.com> wrote: > On Wednesday, 2 May 2018 11:54:00 AM NZST Andre McCurdy wrote: >> On Tue, May 1, 2018 at 3:10 PM, Paul Eggleton >> <paul.eggle...@linux.intel.com> wrote: >> > On Wednesday

Re: [yocto] Avoiding both GPLv3 and meta-gplv2 ?

2018-05-01 Thread Andre McCurdy
On Tue, May 1, 2018 at 3:10 PM, Paul Eggleton wrote: > On Wednesday, 2 May 2018 12:07:42 AM NZST Burton, Ross wrote: >> The make dependencies come from the ptest packages, so if you disable >> ptest in your DISTRO_FEATURES then those should disappear. >> >>

Re: [yocto] LINUX_VERSION issue in recipe

2018-04-27 Thread Andre McCurdy
On Fri, Apr 27, 2018 at 3:44 AM, Damien LEFEVRE wrote: > Hi, > > This must be a stupid basic question. I have the following recipe append: > > keymaps_1.0.bbappend > - > FILESEXTRAPATHS_prepend :=

Re: [yocto] New Recipe Integration Issue

2018-04-26 Thread Andre McCurdy
t; Any idea why the packaging is failing? I don't think packaging is failing. > Regards, > Shakthi > > On 27/04/18, 12:00 AM, "Andre McCurdy" <armccu...@gmail.com> wrote: > > On Thu, Apr 26, 2018 at 11:03 AM, Shakthi Pradeep (tpradeep) > <tprad...@cisc

Re: [yocto] New Recipe Integration Issue

2018-04-26 Thread Andre McCurdy
On Thu, Apr 26, 2018 at 11:03 AM, Shakthi Pradeep (tpradeep) wrote: > Hello Folks, > > I am trying to integrate an SDK which is very simple and small. Building the > SDK generates an executable and few .so libraries. > > “bitbake sdk” command goes through fine but when I run

Re: [yocto] yocto jethro failed on gettext-native

2018-04-25 Thread Andre McCurdy
On Wed, Apr 25, 2018 at 8:03 AM, Oliver Graute wrote: > Hello list, > > I try to compile yocto jethro environment which is working > on a Ubuntu 14.04 installation. But not on a Kubuntu 16.04. > > The compilations stops on gettext-native. > > bitbake -k

Re: [yocto] pyro: missing ldconfig

2018-04-09 Thread Andre McCurdy
On Thu, Apr 5, 2018 at 11:53 PM, Florian Doersch wrote: > > I recently updated from pyro 2.3.3 to latest pyro branch for my raspberry3 > and ran into the following problem > ... > The problem does not occur when using the latest pyro tag (yocto-2.3.3) Unless

Re: [yocto] How to set SRC_URI in local.conf / how to set any variable of a specific recipe in local.conf

2018-04-09 Thread Andre McCurdy
On Sat, Apr 7, 2018 at 8:04 AM, Jakob Hasse wrote: > > how can I set a another branch, i.e., the SRC_URI variable for a specific > recipe in conf/local.conf? Or more general: how can I change the variable of > any recipe in local.conf temporarily? I tried something like this

Re: [yocto] binutils 2.29.1 ARM Thumb kernel problem

2018-04-05 Thread Andre McCurdy
On Thu, Apr 5, 2018 at 12:17 PM, Khem Raj wrote: > On Thu, Apr 5, 2018 at 12:16 PM Khem Raj wrote: >> On Thu, Apr 5, 2018 at 11:53 AM Chris Elledge >> wrote: >>> >>> Unfortunately, removing the "+1" doesn't work. That results

Re: [yocto] binutils 2.29.1 ARM Thumb kernel problem

2018-04-04 Thread Andre McCurdy
On Wed, Apr 4, 2018 at 9:14 AM, Andre McCurdy <armccu...@gmail.com> wrote: > On Wed, Apr 4, 2018 at 8:06 AM, Chris Elledge > <celle...@digitallumens.com> wrote: >> Thanks for the feedback. I rolled back binutils to 2.28.0 by copying the >> yocto-2.3.3 binutils recipe

Re: [yocto] binutils 2.29.1 ARM Thumb kernel problem

2018-04-04 Thread Andre McCurdy
On Wed, Apr 4, 2018 at 8:06 AM, Chris Elledge wrote: > Thanks for the feedback. I rolled back binutils to 2.28.0 by copying the > yocto-2.3.3 binutils recipe directory into my custom layer. That has > resolved the issue. > > I can confirm that binutils 2.29.0 also has

Re: [yocto] binutils 2.29.1 ARM Thumb kernel problem

2018-04-02 Thread Andre McCurdy
On Mon, Apr 2, 2018 at 3:49 PM, akuster808 wrote: > On 04/02/2018 01:15 PM, Chris Elledge wrote: > > I recently upgraded my Yocto based project to Yocto 2.4.2, and I encountered > a problem when building my custom kernel for an AT91 SAMA5D3X platform. I've > been using an

Re: [yocto] binutils 2.29.1 ARM Thumb kernel problem

2018-04-02 Thread Andre McCurdy
On Mon, Apr 2, 2018 at 1:15 PM, Chris Elledge wrote: > I recently upgraded my Yocto based project to Yocto 2.4.2, and I encountered > a problem when building my custom kernel for an AT91 SAMA5D3X platform. I've > been using an ARM Thumb2 kernel for a while successfully

Re: [yocto] CPU Load

2018-03-28 Thread Andre McCurdy
On Tue, Mar 27, 2018 at 4:44 AM, Ryan Meulenkamp wrote: > Hi y'all, > > I have some questions about CPU load and performance, but first some > background information. > > We have small embedded system running an openembedded classic (Angström) > distro. Now to get

Re: [yocto] ARM CPU version question

2018-03-19 Thread Andre McCurdy
On Mon, Mar 19, 2018 at 4:35 PM, Steve Pavao wrote: > > I think I may have discovered a specific situation which is causing the > problem to occur for me. It seems it occurs because I am trying to build a > kernel module under the recipes-kernel directory in my custom layer.

Re: [yocto] ARM CPU version question

2018-03-19 Thread Andre McCurdy
On Mon, Mar 19, 2018 at 9:49 AM, Steve Pavao wrote: > What’s the recommended way to be able to propogate target-specific > compile-time CPU tune information to affect the build of a source file in my > own custom layer? > > For example, if I’m building for an arm6-based

Re: [yocto] How and where does yocto find lighttpd-module-fastcgi?

2018-03-09 Thread Andre McCurdy
On Fri, Mar 9, 2018 at 6:18 AM, Wayne Witzke wrote: > Thank you for the reply! > > When I wasn't adding lighttpd-module-fastcgi, it definitely was not > including it in the build. > The lighttpd-module-fastcgi package is created (unconditionally) when the lighttpd recipe is

Re: [yocto] How and where does yocto find lighttpd-module-fastcgi?

2018-03-08 Thread Andre McCurdy
On Thu, Mar 8, 2018 at 1:52 PM, Wayne Witzke wrote: > > However, now I am attempting to determine if mod_openssl is installed on my > server, and using "CORE_EXTRA_IMAGES_INSTALL += 'lighttpd-module-openssl'" > to simply add it does NOT magically work like it did with >

Re: [yocto] Bitbake recipe using CMake that requires python-six as part of compiling?

2018-03-06 Thread Andre McCurdy
On Tue, Mar 6, 2018 at 2:24 PM, Giordon Stark wrote: > Is there a good recipe to follow where the normal rules apply for packaging > and such? I had a hard time finding one that wasn't a rabbit-hole of *.inc > files. Start with the default packaging rules in

Re: [yocto] Bitbake recipe using CMake that requires python-six as part of compiling?

2018-03-06 Thread Andre McCurdy
On Tue, Mar 6, 2018 at 2:12 PM, Giordon Stark wrote: > Hi Andre, > > I tried without > > FILES_${PN}_append = "${includedir}/open62541.h" > > and got a QA error about a file installed that was not added to a > package I don't understand the ${PN}-dev here, and I'm not sure

Re: [yocto] Bitbake recipe using CMake that requires python-six as part of compiling?

2018-03-06 Thread Andre McCurdy
On Tue, Mar 6, 2018 at 1:03 PM, Giordon Stark wrote: > Yes. The CMakeLists file definitely doesn't install that (annoyingly). > Playing around a bit, I created a test recipe, added these lines in my > open62541.inc file (original recipe here) > > do_install_append() { >

[yocto] [meta-gplv2][PATCH] gnutls: update 3.3.28 -> 3.3.29

2018-02-26 Thread Andre McCurdy
interoperability with versions of nettle > 3.4. ** p11tool: Fixed issue preventing the deletion of objects in batch mode. ** p11tool: Mark all generated objects as sensitive by default. ** API and ABI modifications: No changes since last version. Signed-off-by: Andre McCurdy <

Re: [yocto] behind corporate proxy

2018-02-21 Thread Andre McCurdy
On Wed, Feb 21, 2018 at 5:11 AM, Staffa, Christian AVL/DE wrote: > Hi all > > I have got a problem with proxy settings and the yocto build system. > > I already read the ‘Behind a Proxy Guide’ and generally it works. > > But when it comes to build the linux-yocto package

Re: [yocto] Error do_compile libepoxy

2018-01-18 Thread Andre McCurdy
On Thu, Jan 18, 2018 at 5:49 AM, Alexander Kanavin wrote: > On 01/18/2018 03:41 PM, Andrea Galbusera wrote: >> >> Yes, this is coherent with what Alexander's commit message says. We >> started building stuff in test/ while switching to meson... >> If we can't

Re: [yocto] [poky] Fwd: How to make the os-release package work with local walltime instead of GMT?

2018-01-18 Thread Andre McCurdy
On Mon, Jan 15, 2018 at 9:20 PM, Trevor Woerner wrote: > On Thu, Jan 11, 2018 at 12:26 AM, Robert Yang > wrote: >> >> BUILD_ID = "${@time.strftime('%Y-%m-%d %H:%M:%S',time.localtime())}" > > Brilliant! Why isn't this the default? Using localtime

Re: [yocto] PROVIDES problem building u-boot variants

2018-01-15 Thread Andre McCurdy
On Mon, Jan 15, 2018 at 7:12 AM, wrote: > Let's see if I can explain this well... > > I created a recipe to build a u-boot variant (for prod'n programming) - > "u-boot-PLATFORM-mfg-sec.bb" - which has : > > require u-boot-PLATFORM.inc > UBOOT_MACHINE =

Re: [yocto] Some trivial question about git update-ref refs/heads/rocko ...

2017-12-20 Thread Andre McCurdy
On Wed, Dec 20, 2017 at 8:32 AM, Zoran Stojsavljevic wrote: > I am trying to upgrade my poky distro with current HEAD: > 65d23bd7986615fdfb0f1717b615534a2a14ab80 > > It is ~ one month old. > > And to the latest HEAD:370483fce1c2429c81b19dcf8a36394dc3fc3d92 >

[yocto] [meta-gplv2][PATCH 3/3] gettext: fix compilation with securityflags enabled

2017-12-18 Thread Andre McCurdy
From: Phong Tran Signed-off-by: Phong Tran --- ...grep-fix-compile-error-Werror-format-secu.patch | 88 ++ recipes-core/gettext/gettext_0.16.1.bb | 1 + 2 files changed, 89 insertions(+) create mode 100644

[yocto] [meta-gplv2][PATCH 2/3] elfutils_0.148: musl build fixes

2017-12-18 Thread Andre McCurdy
Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- .../musl-support-for-elfutils-0.148.patch | 133 + recipes-devtools/elfutils/elfutils_0.148.bb| 9 +- 2 files changed, 140 insertions(+), 2 deletions(-) create mode 100644 recipes-devtools/el

[yocto] [meta-gplv2][PATCH 1/3] gnutls: update 3.3.27 -> 3.3.28

2017-12-18 Thread Andre McCurdy
: Improve check for /dev/urandom uniqueness. Ensure that when gnutls_global_init() is called for a second time that /dev/urandom is re-opened when the inode or device ID has changed. ** API and ABI modifications: No changes since last version. Signed-off-by: Andre McCurdy <arm

[yocto] [meta-gplv2][PATCH 0/3] Consolidated re-send of previously submitted patches

2017-12-18 Thread Andre McCurdy
Andre McCurdy (2): gnutls: update 3.3.27 -> 3.3.28 elfutils_0.148: musl build fixes Phong Tran (1): gettext: fix compilation with securityflags enabled ...grep-fix-compile-error-Werror-format-secu.patch | 88 ++ recipes-core/gettext/gettext_0.16.1.bb |

Re: [yocto] [meta-raspberrypi] error executing python function in linux-raspberrypi-dev

2017-12-15 Thread Andre McCurdy
On Fri, Dec 15, 2017 at 11:24 AM, Sherif Omran wrote: > > note that i am not mixing branches Yes you are. You have somehow setup a rocko build (path ~/yocto-rocko/...), which is using recipes from the morty branch of meta-oe

Re: [yocto] How to disable a linux virtual terminal...

2017-12-14 Thread Andre McCurdy
On Thu, Dec 14, 2017 at 1:51 PM, Greer, Charles (ext) wrote: > Hi all, > > Would anyone know how to disable the virtual terminals in linux? I am using > Yocto, Morty version on an i.MX6 processor. Try adding: USE_VT = "0" to your machine config file. --

Re: [yocto] recipe to clean up files from rootfs

2017-12-13 Thread Andre McCurdy
On Wed, Dec 13, 2017 at 11:06 PM, Sherif Omran wrote: > Here is my recipe, it runs suceeds but does not delete the files > > mypostprocesfunction() { > rm -r ${IMAGE_ROOTFS}/etc/init.d/psplash.sh > rm -r ${IMAGE_ROOTFS}/usr/bin/psplash* > } > >

[yocto] [meta-gplv2][PATCH] elfutils_0.148: musl build fixes

2017-12-04 Thread Andre McCurdy
Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- .../musl-support-for-elfutils-0.148.patch | 133 + recipes-devtools/elfutils/elfutils_0.148.bb| 9 +- 2 files changed, 140 insertions(+), 2 deletions(-) create mode 100644 recipes-devtools/el

Re: [yocto] Security upgrade stategy

2017-11-30 Thread Andre McCurdy
On Wed, Nov 29, 2017 at 11:24 AM, Khem Raj wrote: > On Wed, Nov 29, 2017 at 11:06 AM, Brian Smucker wrote: >> Hello, >> >> I have an older yocto-based image built with Danny. >> >> We have a need to update two components, php and dropbear, to the most >>

Re: [yocto] [meta-gplv2][PATCH] gnutls: update 3.3.27 -> 3.3.28

2017-11-17 Thread Andre McCurdy
On Wed, Nov 8, 2017 at 7:45 PM, Andre McCurdy <armccu...@gmail.com> wrote: > * Version 3.3.28 (released 2017-07-04) > > ** libgnutls: Fixed issue when rehandshaking without a client certificate in >a session which initially used one. Reported by Frantisek Sumsal. > >

[yocto] [meta-gplv2][PATCH] gnutls: update 3.3.27 -> 3.3.28

2017-11-08 Thread Andre McCurdy
: Improve check for /dev/urandom uniqueness. Ensure that when gnutls_global_init() is called for a second time that /dev/urandom is re-opened when the inode or device ID has changed. ** API and ABI modifications: No changes since last version. Signed-off-by: Andre McCurdy <arm

Re: [yocto] [Yocto] Checking sstate mirror is hanging at 100%

2017-10-31 Thread Andre McCurdy
>> >> It looks like the logic in the wget fetcher retries once, so if it's getting >> stuck >> then that seems like a genuine bug. >> >> Vineeth, are you sure it's really continuously retrying? > Yes, I see continuous retry of wget of same sstate files. The fetcher explicitly tries to avoid that

Re: [yocto] [Yocto] Checking sstate mirror is hanging at 100%

2017-10-30 Thread Andre McCurdy
On Mon, Oct 30, 2017 at 2:37 AM, Alexander Kanavin wrote: > On 10/30/2017 07:54 AM, Vineeth Karumanchi wrote: > >> In this case i would expect bitbake to "check for sstate mirrors" for some >> time and rebuild from scratch. Is there any approach to over come

Re: [yocto] image dependent pkg versions/pkg variations

2017-10-16 Thread Andre McCurdy
On Mon, Oct 16, 2017 at 2:10 AM, Robert Berger wrote: > > Anyhow, following this idea I was told that there is also something like > this[1]. > > So maybe something like this could work: > > bitbake \ > multiconfig:customerA:stable-image \ >

Re: [yocto] possible to append or patch existing machine .conf file?

2017-10-12 Thread Andre McCurdy
On Thu, Oct 12, 2017 at 3:32 AM, Bernd wrote: > Suppose I have the following bugfix patch for a 3rd party machine conf > file I am using: > > diff --git a/conf/machine/colibri-vf.conf b/conf/machine/colibri-vf.conf > index 3ddef79..ba47488 100644 > ---

Re: [yocto] [meta-cgl][PATCH 2/2] cgl-common.inc: append SRC_URI for poky-cgl only

2017-10-11 Thread Andre McCurdy
On Mon, Oct 9, 2017 at 8:30 PM, wrote: > From: Jackie Huang > > Someone may want to add meta-cgl-common layer into their > distro and only use some of the packages, but these kernel > features will be also added by the bbappend and may

Re: [yocto] image dependent pkg versions/pkg variations

2017-10-11 Thread Andre McCurdy
On Wed, Oct 11, 2017 at 11:24 AM, Robert Berger wrote: > Hi, > > 3) Different package versions depending on the image recipe? > Well actually I would like to have root file systems with different recipe > versions inside > e.g. > Customer 1: prg1_1.1.bb,

Re: [yocto] Basic question: "core-image-minimal" v.s "core-image-base" ?

2017-10-10 Thread Andre McCurdy
On Fri, Oct 6, 2017 at 1:40 PM, Jerry Lian wrote: > Hi, all: > > I have a basic question: how to tell the difference between > "core-image-minimal" and "core-image-base"? > * If we look at file \poky\meta\recipes-core\images\core-image-base.bb >

  1   2   >