Re: [yocto] can be designed don't using bb file?

2016-08-10 Thread Chris Z.
Hi, yes, it is possible but this is bad practice. Recipes should hold only configuration and way to build component/library/application + patches. http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#building-software-from-an-external-source Br, Chris On Thu, Aug 11, 2016 at 7:12

[yocto] can be designed don't using bb file?

2016-08-10 Thread 윤영석
dear, all. i have a question.. please read my comment kindly. for example, if i will build test.bb recipes. (ex meta-test / recipes-test / test.bb) when run "bitbake test", source code that set in SRC_URI was downloaded and built. it is not using the test.bb recipes, can be designed that pres

Re: [yocto] [oe] [OE-core] [RFT] binutils 2.27

2016-08-10 Thread Martin Jansa
I'm not sure if it's caused by this binutils upgrade (because openssl in oe-core is also using version script, imported from debian) or some change in cmake/openssl, but today all recipes using cmake are failing with: | DEBUG: Executing shell function do_configure | cmake: sysroots/x86_64-linux/us

[yocto] Adding autologin to yocto

2016-08-10 Thread Chandrasekhar S
Hi, How to remove login prompt after booting completes. I am using 3.14.38 kernel version and using poky version 1.8. Thanks and Regards, Chandrasekhar -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yoct

Re: [yocto] [meta-raspberrypi][PATCH v4 00/12] Support for VC4 graphics driver

2016-08-10 Thread Andreas Müller
On Sun, Jul 31, 2016 at 9:56 PM, Khem Raj wrote: > On Jul 31, 2016 12:54 PM, "Andrei Gherzan" wrote: >> >> On Thu, Jul 21, 2016 at 08:32:05PM +0800, Herve Jourdain wrote: >> > v4 series: >> > a. rebased >> > b. Upstream-Status added to the patch to the VC4 driver (needed only for >> > kernel 4.4,

Re: [yocto] Power button not shutting down the OS

2016-08-10 Thread Mark O'Donovan
On Tue, Aug 9, 2016 at 8:51 PM, Paul Knopf wrote: > Hey guys, > > I am having an issue with trying to get my power button (i.MX6) to shutdown > the OS. > > My kernel has no configuration options for acpi, and acpid gives me the > following error: > > --- > root@seco-uq7-dl-256mbx4:~# /usr/sbin

Re: [yocto] [yocto-autobuilder][PATCH] nightly-musl.conf: add world build

2016-08-10 Thread Beth 'pidge' Flanagan
Merged into master, Thanks -b On Tue, 2016-08-09 at 10:34 -0700, Bill Randle wrote: > Add world build for musl. > > [YOCTO #10105] > > Signed-off-by: Bill Randle > --- >  buildset-config.controller/nightly-musl.conf | 2 +- >  1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/buil

Re: [yocto] [yocto-autobuilder][PATCH] SendQAEmail.py: use sendmail instead of mail to send QA email

2016-08-10 Thread Beth 'pidge' Flanagan
Merged into master, Thanks -b On Tue, 2016-08-09 at 09:42 -0700, Bill Randle wrote: > When sending QA emails, the autobuilder uses the 'mail' command > (typically > installed as /usr/bin/mail or /bin/mail). However, most distributions > do not > install this program by default. They generally alw