From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 28825E00F24; Sat, 3 Oct 2015 13:33:18 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.212.181 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id C3DF7E009D9 for ; Sat, 3 Oct 2015 13:33:16 -0700 (PDT) Received: by wicgb1 with SMTP id gb1so72496451wic.1 for ; Sat, 03 Oct 2015 13:33:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=F4UZip5Q9bQmslCkHhmHCXLv8LNeg9jBJSQ63j+Z3u0=; b=SRr9vLGlvvVpXQQaTTiwvx3KAbs46szbYIwvb0tGMFJQOq4oysmtC6bKkMAkijtR+F L4LAmHyvk+llGMeHHX0w+yoSLFn90bcHZ898Z1jxcKeUJSqEWcN84UC1YMiF43WjoWMs DP8WA3lkWIOPxgYBPD/QbwhDagD03QmWIDulwsvx+fy71AlQ5QxqfyBab3s3S0efuyZB orDqy5SA2OC5DoXkeTnCbH31in8Tdho20VP/HxGEyG3KEtOCNeRCBu0b8pfVQOVkBxBY ecli8BuP03pWfiosOLEctGTzje/Gt1ugbbfc5CIKZzglLFzC2G6gOCC7WeI9DhHtg8hD S5gQ== X-Gm-Message-State: ALoCoQlqurfePlulQ4E7By9panjNlr6II+0SNDmqpvwLlsF4Pfo2I2c/pRUxguHSxK8m0j072xW7 X-Received: by 10.180.23.67 with SMTP id k3mr3942204wif.78.1443904395416; Sat, 03 Oct 2015 13:33:15 -0700 (PDT) Received: from resin (ipservice-092-217-119-031.092.217.pools.vodafone-ip.de. [92.217.119.31]) by smtp.gmail.com with ESMTPSA id ft3sm5757049wib.17.2015.10.03.13.33.13 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 03 Oct 2015 13:33:14 -0700 (PDT) Date: Sat, 3 Oct 2015 22:33:12 +0200 From: Andrei Gherzan To: Khem Raj Message-ID: <20151003203312.GD24208@resin> References: <1443890258-14442-1-git-send-email-raj.khem@gmail.com> <20151003182433.GA23956@resin> <20151003190310.GA24208@resin> <20151003191846.GB24208@resin> <20151003201156.GC24208@resin> MIME-Version: 1.0 In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Cc: "yocto@yoctoproject.org" Subject: Re: [meta-raspberrypi][PATCH V4 1/5] userland: Fix install prefix and generate pkgconfigs X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Oct 2015 20:33:18 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sat, Oct 03, 2015 at 01:31:24PM -0700, Khem Raj wrote: > On Sat, Oct 3, 2015 at 1:11 PM, Andrei Gherzan wrote: > > On Sat, Oct 03, 2015 at 01:06:55PM -0700, Khem Raj wrote: > >> On Sat, Oct 3, 2015 at 12:18 PM, Andrei Gherzan wrote: > >> > I tested with and without - same result. > >> > DISTRO_FEATURES="alsa argp bluetooth ext2 irda largefile pcmcia usbgadget > >> > usbhost wifi xattr nfs zeroconf pci 3g nfc x11 ipv4 ipv6 libc-backtrace > >> > libc-big-macros libc-bsd libc-cxx-tests libc-catgets libc-charsets libc-crypt > >> > libc-crypt-ufc libc-db-aliases libc-envz libc-fcvt libc-fmtmsg libc-fstab > >> > libc-ftraverse libc-getlogin libc-idn libc-inet-anl libc-libm > >> > libc-locales libc-locale-code libc-memusage libc-nis > >> > libc-nsswitch libc-rcmd libc-rtld-debug libc-spawn libc-streams libc-sunrpc > >> > libc-utmp libc-utmpx libc-wordexp libc-posix-clang-wchar libc-posix-regexp > >> > libc-posix-regexp-glibc libc-posix-wchar-io largefile > >> > opengl ptest multiarch wayland pulseaudio sysvinit bluez5" > >> > > >> > No modification to the default poky distro. > >> > >> hmm I am using angstrom and it works there and for verification I now > >> tried with OE-Core ( alone ) it works there too, can you check some > >> other parameters that are there in your sandbox ? here is my build > >> > >> MACHINE=raspberrypi2 bitbake userland > >> Parsing recipes: 100% > >> |######################################################################################################################################################################################################| > >> ETA: 00:00:00 > >> Parsing of 918 .bb files complete (0 cached, 918 parsed). 1350 > >> targets, 59 skipped, 0 masked, 0 errors. > >> NOTE: Resolving any missing task queue dependencies > >> > >> Build Configuration: > >> BB_VERSION = "1.28.0" > >> BUILD_SYS = "x86_64-linux" > >> NATIVELSBSTRING = "Ubuntu-14.04" > >> TARGET_SYS = "arm-oe-linux-gnueabi" > >> MACHINE = "raspberrypi2" > >> DISTRO = "nodistro" > >> DISTRO_VERSION = "nodistro.0" > >> TUNE_FEATURES = "arm armv7a vfp thumb neon callconvention-hard > >> vfpv4 cortexa7" > >> TARGET_FPU = "vfp-vfpv4-neon" > >> meta-raspberrypi = "kraj/master:a903a9cd18ae556121265da93ed74f857944a0da" > >> meta = "kraj/master:602e512b92bcc78403144fedeb4211bbf56ff1c8" > >> > >> NOTE: Preparing RunQueue > >> NOTE: Executing SetScene Tasks > >> NOTE: Executing RunQueue Tasks > >> NOTE: Tasks Summary: Attempted 454 tasks of which 315 didn't need to > >> be rerun and all succeeded. > > > > Here is my build configuration. > > > > Build Configuration: > > BB_VERSION = "1.28.0" > > BUILD_SYS = "x86_64-linux" > > NATIVELSBSTRING = "Arch-rolling" > > TARGET_SYS = "arm-poky-linux-gnueabi" > > MACHINE = "raspberrypi2" > > DISTRO = "poky" > > DISTRO_VERSION = "2.0" > > TUNE_FEATURES = "arm armv7a vfp thumb neon callconvention-hard vfpv4 > > cortexa7" > > TARGET_FPU = "vfp-vfpv4-neon" > > meta > > meta-yocto > > meta-yocto-bsp = "master:eac61f37e36099f74485dab398b57f3812826d17" > > meta-raspberrypi = "master:48da0cdc5fb147a20b41a77b2dfeef4efd483b32" > > meta-oe > > meta-multimedia = "master:f4533380c8a5c1d229f692222ee0c2ef9d187ef8" > > > > > > But anyway can you please check in your userland install dir for the header I'm > > missing? Or in sysroot. > > its part of userland itself so no other package should be needed and > not required in sysroot > > ./work/raspberrypi2-oe-linux-gnueabi/userland/git-r5/package/usr/src/debug/userland/git-r5/build/interface/vmcs_host/wayland-dispmanx-server-protocol.h > ./work/raspberrypi2-oe-linux-gnueabi/userland/git-r5/packages-split/userland-dbg/usr/src/debug/userland/git-r5/build/interface/vmcs_host/wayland-dispmanx-server-protocol.h > ./work/raspberrypi2-oe-linux-gnueabi/userland/git-r5/build/interface/khronos/wayland-dispmanx-server-protocol.h > ./work/raspberrypi2-oe-linux-gnueabi/userland/git-r5/build/interface/vmcs_host/wayland-dispmanx-server-protocol.h This is odd... what revision of userland are you using? The one on current meta-rpi master? -- Andrei Gherzan