Re: [yocto] Yocto Kernel Module Workflow Question

2015-01-15 Thread Mike Looijmans
On 15-01-15 22:51, Glenn Schmottlach wrote: I am developing a codec kernel driver/module for the BeagleBone Black and have a question about the recommended work-flow for developing this module in the context of the Yocto/poky environment. Currently I'm working with the Daisy release using the me

Re: [yocto] can't find the source code of kernel

2015-01-15 Thread Bruce Ashfield
On 2015-01-15 8:13 PM, neil...@emerson.com wrote: Hi, Bruce Thank you for your reply. In the WORKDIR , it just has "linux-qemuarm-standard-build" and not have the "linux". Are you sure you are building Yocto 1.7 and not the master branch ? Until about a month ago, every build had the source a

Re: [yocto] [meta-raspberrypi] Why not enable hard floating point?

2015-01-15 Thread J. Tang
On 2015-01-15, at 04:06, Mike Looijmans wrote: > -2- The CPU doesn't actually have floating point support and the kernel is > emulating it for you. This allows the platform to run "hf" binaries, at a > minor performance cost compared to completely doing the emulation in user > space (libc).

Re: [yocto] can't find the source code of kernel

2015-01-15 Thread Neil.Wu
Hi, Bruce Thank you for your reply. In the WORKDIR , it just has "linux-qemuarm-standard-build" and not have the "linux". My WORKDIR directory is "~/poky/build/tmp/work/qemuarm-poky-linux-gnueabi/linux-yocto/3.14.24+gitAUTOINC+a227f20eff_6166316d47-r0", but I don't find the tarball of "linux-1

[yocto] [meta-raspberrypi][PATCH 0/2] linux-raspberrypi fixes

2015-01-15 Thread Petter Mabäcker
The following changes since commit 6c6f44136f7e1c97bc45be118a48bd9b1fef1072: gstreamer1.0-plugins-bad: Making bbappend version independent (2014-11-20 12:32:36 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib petmab/rpi_fixes http://git.yoctoproject.o

[yocto] [meta-raspberrypi][PATCH 2/2] linux-raspberrypi: faulty branch and srcrev for 3.16

2015-01-15 Thread Petter Mabäcker
linux-raspberrypi_3.16 used wrong branch (rpi-3.14.y instead of rpi-3.16.y). Use latest SRCREV for 3.16 and bump version to 3.16.5. Signed-off-by: Petter Mabäcker --- .../{linux-raspberrypi_3.16.1.bb => linux-raspberrypi_3.16.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[yocto] [meta-raspberrypi][PATCH 1/2] linux-raspberrypi: fix do_configure failure

2015-01-15 Thread Petter Mabäcker
When building against newer yocto project releases below failure occurs. | DEBUG: Executing shell function do_configure | NOTE: make oldconfig | make: *** No rule to make target `oldconfig'. Stop. | ERROR: oe_runmake failed | WARNING: exit code 1 from a shell command. | ERROR: Function failed: do

[yocto] Yocto Kernel Module Workflow Question

2015-01-15 Thread Glenn Schmottlach
I am developing a codec kernel driver/module for the BeagleBone Black and have a question about the recommended work-flow for developing this module in the context of the Yocto/poky environment. Currently I'm working with the Daisy release using the meta-ti layer and the linux-ti-staging_3.14 kerne

Re: [yocto] will yocto 1.7 work with eclipse luna?

2015-01-15 Thread Bob Cochran
On 08/01/2014 04:09 AM, Georgescu, Alexandru C wrote: Hi Robert, The upgrade to Luna is expected to happen during the 1.7 timeframe as shown here: https://bugzilla.yoctoproject.org/show_bug.cgi?id=6251. After the upgrade will happen, it will merge into our QA flow to make sure that the core func

[yocto] [meta-mono] Mono updated to 3.12.0

2015-01-15 Thread Alex J Lennon
I've updated support for Mono build in meta-mono master to 3.12.0 (the current release). I've performed basic build testing on an qemux86 build of core-image-mono, based on core-image-sato, running a "Hello World" console application and a "Hello World" Windows Forms application. There has been

Re: [yocto] can't find the source code of kernel

2015-01-15 Thread Bruce Ashfield
On 2015-01-15 5:03 AM, neil...@emerson.com wrote: Hi ,all The version of poky is 1.7. I build the linux-yocto is successful . bitbake linux-yocto But, why I can’t find the source code of linux in ${WORKDIR}. It should be there (note: it is about to move in master, but not in 1.7.1). In WO

[yocto] can't find the source code of kernel

2015-01-15 Thread Neil.Wu
Hi ,all The version of poky is 1.7. I build the linux-yocto is successful . bitbake linux-yocto But, why I can’t find the source code of linux in ${WORKDIR}. Best wishes Neil -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproje

Re: [yocto] [meta-raspberrypi] Why not enable hard floating point?

2015-01-15 Thread Mike Looijmans
On 15-01-15 01:11, J. Tang wrote: On Jan 14, 2015, at 15:36 , Andrei Gherzan wrote: On Sat, Jan 10, 2015 at 10:38:50AM -0500, J. Tang wrote: The upstream meta-raspberrypi recipe builds an arm6 toolchain with only soft floating point. As an experiment, I enabled hard floating point by setti