Re: [yocto] Suitable machine for yocto

2017-09-11 Thread Chris Tapp
> On 11 Sep 2017, at 09:24, Usman Haider wrote: > > > > On Mon, Sep 11, 2017 at 1:21 PM, Burton, Ross <mailto:ross.bur...@intel.com>> wrote: > On 10 September 2017 at 12:00, Chris Tapp <mailto:opensou...@keylevel.com>> wrote: > I have a similar spec,

Re: [yocto] Suitable machine for yocto

2017-09-10 Thread Chris Tapp
> On 10 Sep 2017, at 12:53, Alex Lennon wrote: > > > > On 10/09/2017 12:00, Chris Tapp wrote: >>> On 10 Sep 2017, at 09:05, Alex Lennon wrote: >>> >>> Hi Usman, >>> >>> On 10/09/2017 08:00, Usman Haider wrote: >>>>

Re: [yocto] Suitable machine for yocto

2017-09-10 Thread Chris Tapp
I find this more or less does the job although I drink more coffee nowadays... > > Cheers, > > Alex > > -- > ___ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto -- Chris Tap

Re: [yocto] Kernel bug 109051

2016-07-24 Thread Chris Tapp
Hi Bruce, > On 25 Jul 2016, at 03:40, Bruce Ashfield wrote: > > On 2016-07-24 6:09 PM, Chris Tapp wrote: >> I’m using the meta-intel “valley-island” BSP under “krogoth” and think I may >> have run into https://bugzilla.kernel.org/show_bug.cgi?id=109051. >> >

[yocto] Kernel bug 109051

2016-07-24 Thread Chris Tapp
scripts referenced on the related bug page for comment 437 (https://bugzilla.kernel.org/show_bug.cgi?id=109051#c437) appears to resolve the issue. Is anyone aware of this and/or know if it will be fixed within the Yocto kernel tree? -- Chris Tapp opensou...@keylevel.com www.keylevel.com

Re: [yocto] Possible introspection failure in master

2016-03-20 Thread Chris Tapp
IDERED_append = " >> gobject-introspection-data" > > That is not going to help, I'm afraid. The recipes need further custom > fixing even when introspection is disabled. > > Alex -- Chris Tapp opensou...@keylevel.com ww

[yocto] Possible introspection failure in master

2016-03-19 Thread Chris Tapp
what to try next. Any pointers? -- Chris Tapp opensou...@keylevel.com www.keylevel.com You can tell you're getting older when your car insurance gets real cheap! signature.asc Description: Message signed with OpenPGP using GPGMail -- ___ yoc

Re: [yocto] Master or master-next?

2016-03-15 Thread Chris Tapp
> On 15 Mar 2016, at 23:05, Christopher Larson wrote: > > On Tue, Mar 15, 2016 at 3:56 PM Chris Tapp <mailto:opensou...@keylevel.com>> wrote: > Should I use master or master-next to track 2.1 release progress? > > master-next is rebased. I wouldn't recommend

[yocto] Master or master-next?

2016-03-15 Thread Chris Tapp
Should I use master or master-next to track 2.1 release progress? -- Chris Tapp opensou...@keylevel.com www.keylevel.com You can tell you're getting older when your car insurance gets real cheap! signature.asc Description: Message signed with OpenPGP using GP

Re: [yocto] Starting Pulseaudio automatically

2016-03-15 Thread Chris Tapp
> On 15 Mar 2016, at 21:17, Christopher Larson wrote: > > On Tue, Mar 15, 2016 at 2:06 PM Chris Tapp <mailto:opensou...@keylevel.com>> wrote: > I’ve got an X11 application which uses Pulseaudio. Everything works as > expected when built under “daisy” (Pulseaudio 5), b

Re: [yocto] Starting Pulseaudio automatically

2016-03-15 Thread Chris Tapp
To answer my own question… I just need to enable autospawn for root in client.conf: allow-autospawn-for-root = yes > On 15 Mar 2016, at 21:05, Chris Tapp wrote: > > I’ve got an X11 application which uses Pulseaudio. Everything works as > expected when built under “daisy” (Pulsea

[yocto] Starting Pulseaudio automatically

2016-03-15 Thread Chris Tapp
. The following is present in “daisy”: pulseaudio --start but this isn’t there in “jethro”. Adding this line makes Pulseaudio start as expected, allowing the application to run. Why was this removed in Pulseaudio 6? Is it supposed to be started another way? -- Chris Tapp opensou

Re: [yocto] Controlling Bitbake Memory usage under Windows/Virtualbox/Ubuntu platform

2016-03-06 Thread Chris Tapp
.org> > https://lists.yoctoproject.org/listinfo/yocto > <https://lists.yoctoproject.org/listinfo/yocto> -- Chris Tapp opensou...@keylevel.com www.keylevel.com You can tell you're getting older when your car insurance gets

Re: [yocto] Installing only part of linux-firmware

2016-02-07 Thread Chris Tapp
On 7 Feb 2016, at 16:50, Chris Tapp wrote: > > Is there a way I can just pull in part of the linux-firmware package into my > image? I need rtl_nic, but to get this I have to pull in the whole of > linux-firmware, which is 54M and forms over 1/3 of the final image. > > It

[yocto] Installing only part of linux-firmware

2016-02-07 Thread Chris Tapp
myself? I’m currently building under ‘daisy’. -- Chris Tapp opensou...@keylevel.com www.keylevel.com You can tell you're getting older when your car insurance gets real cheap! signature.asc Description: Message signed with OpenPGP using GP

Re: [yocto] GCC segmentation error when compiling boost under Jethro

2016-01-02 Thread Chris Tapp
> On 1 Jan 2016, at 17:58, Chris Tapp wrote: > > I’m getting the following when I try to “bitbake boost" under Jethro: > > gcc.compile.c++ > bin.v2/libs/log/build/bad679ea642ec2fca3b5d11f9f0014c5/formatter_parser.o > In file included from libs/log/sr

[yocto] GCC segmentation error when compiling boost under Jethro

2016-01-01 Thread Chris Tapp
parallel compilation race? -- Chris Tapp opensou...@keylevel.com www.keylevel.com You can tell you're getting older when your car insurance gets real cheap! signature.asc Description: Message signed with OpenPGP using GPGMail -- ___ yocto maili

Re: [yocto] [meta-intel] "Crazy" Xorg memory usage after upgrading from Daisy to Fido

2015-11-25 Thread Chris Tapp
are times when we do not get the desired driver > loaded. > > Section "Device" >Identifier "Card0" >Driver "intel" >BusID "0:2:0" >Screen 0 > EndSection > > ..

Re: [yocto] [meta-intel] "Crazy" Xorg memory usage after upgrading from Daisy to Fido

2015-11-24 Thread Chris Tapp
idn’t need to add this for the 2.99.910 version of xf86-video-intel included with ‘daisy’. Chris > On 23 Nov 2015, at 23:48, Chris Tapp wrote: > > Hi Vincent, > > I’ve finally got back to being able to investigate this further. > > I’ve now moved on to “jethro” and I

Re: [yocto] [meta-intel] "Crazy" Xorg memory usage after upgrading from Daisy to Fido

2015-11-23 Thread Chris Tapp
10.4.4 > Cairo 1.12.18 > LibVA 1.5.0 (from meta-intel) > Intel-VA-driver 1.5.0 (from meta-intel) > Gstreamer 1.4.5 > Gstreamer-vaapi 0.5.10 (from meta-intel) > > > ... Vincent > > -Original Message- > From: Chang, Rebecca Swee F

Re: [yocto] [meta-intel] "Crazy" Xorg memory usage after upgrading from Daisy to Fido

2015-06-11 Thread Chris Tapp
ifference. I doubt GStreamer is the issue as I was already using 1.4.5 under daisy. Thanks for the pointers :-) > > ... Vincent > > -Original Message- > From: Chang, Rebecca Swee Fun > Sent: Wednesday, June 10, 2015 9:08 AM > To: Cheah, Vincent Beng Keat > Cc: me

[yocto] "Crazy" Xorg memory usage after upgrading from Daisy to Fido

2015-06-05 Thread Chris Tapp
significant changes between XOrg under Daisy and Fido that could be causing this? Could this be related to the meta-intel video drivers? Any feedback / comments would be really appreciated. Thanks :-) -- Chris Tapp opensou...@keylevel.com www.keylevel.com You can tell you're getting older

Re: [yocto] Automatically include all recipes/packages in a custom layer

2015-03-15 Thread Chris Tapp
o not necessarily represent those > of the company. Employees of [Inventum Technologies Private Limited] are > expressly required not to make defamatory statements and not to infringe or > authorize any infringement of copyright or any other legal right by email > communications.

[yocto] Configuring static/dhcp IP at boot time

2015-01-28 Thread Chris Tapp
dd an 'up' command to set the nameserver in /etc/resolv.conf (in the final rootfs) before switch_root is called. Is there a better way to do this (I'm sure there is!)? -- Chris Tapp opensou...@keylevel.com www.keylevel.com -- ___ yoct

Re: [yocto] adding all the pieces of WiFi to core-image-minimal

2015-01-26 Thread Chris Tapp
gt; >>> I prefer 'iw' to 'wireless-tools' as it is newer and [IMO] >>> simpler to use. >>> >> Thanks, I found that I can clean build with just the wpa-supplicant added >> and I’m hoping that will bring in the wifi drivers. If it does, all I want >> to do is edit the /etc/interfaces file with the Static IP of the wlan0, the >> static IP of the eth0 and the wpa-xxx for the WKPA2_PSK information. >> >> Do I really need the tools? I don’t need CLI commands to change any network >> parameters later. >> >> Jim A >> >>> -- >>> >>> Gary Thomas | Consulting for the >>> MLB Associates |Embedded world >>> >>> -- >>> ___ >>> yocto mailing list >>> yocto@yoctoproject.org >>> https://lists.yoctoproject.org/listinfo/yocto >> >> -- >> ___ >> yocto mailing list >> yocto@yoctoproject.org >> https://lists.yoctoproject.org/listinfo/yocto > > -- > ___ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto -- Chris Tapp opensou...@keylevel.com www.keylevel.com You can tell you're getting older when your car insurance gets real cheap! -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Kernel configuration

2015-01-19 Thread Chris Tapp
Hi Paul, On 19 Jan 2015, at 14:37, Paul Eggleton wrote: > On Saturday 03 January 2015 00:57:50 Chris Tapp wrote: >> If I change my bbappend to use lines of the form: >> >> SRC_URI_valleyisland-64 += " file://enable-R8169.cfg" > > Note that this proba

Re: [yocto] Atom-pc, usb installation - NO BOOTABLE DEVICE

2015-01-09 Thread Chris Tapp
erix on the boot partition, but than BOOT gets me > to grub rescue> > > If you have any ideas, where to look for, please let me know. > > thank you and best regards > simon :-) > -- > ___ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yoct

Re: [yocto] Kernel configuration

2015-01-02 Thread Chris Tapp
Hi Bruce, On 3 Jan 2015, at 00:08, Bruce Ashfield wrote: > On Fri, Jan 2, 2015 at 9:52 AM, Chris Tapp wrote: >> I thought I knew how to do this, but... ;-) >> >> I'm trying to add configuration items to the valleyisland BSP. I've got the >> following bb

Re: [yocto] Kernel configuration

2015-01-02 Thread Chris Tapp
On 2 Jan 2015, at 16:26, Jacob Kroon wrote: > Hi Chris, > > On Fri, Jan 2, 2015 at 3:52 PM, Chris Tapp wrote: > I thought I knew how to do this, but... ;-) > > I'm trying to add configuration items to the valleyisland BSP. I've got the > following bbappe

[yocto] Kernel configuration

2015-01-02 Thread Chris Tapp
le.cfg" SRC_URI += " file://enable-R8169.cfg" However, these .cfg fragments aren't even getting pulled into the build area. Adding a reference to a non-existent file is ignored when I would have expected to see a fetch error SRC_URI += "file://fsdfsdfdsfsd" What else do

Re: [yocto] Sound over HDMI for ASrock IMB-151 (valleyisland)

2014-12-21 Thread Chris Tapp
Chris On 14 Dec 2014, at 13:04, Chris Tapp wrote: > I'm having trouble getting audio out of the HDMI connector on an ASrock > IMB-151 board. > > aplay -l reports: > > List of PLAYBACK Hardware Devices > card 0: PCH [HDA Intel PCH], device 0: ALC662

[yocto] Sound over HDMI for ASrock IMB-151 (valleyisland)

2014-12-14 Thread Chris Tapp
not an area I'm familiar with! Anyone got an idea where I need to look? -- Chris Tapp opensou...@keylevel.com www.keylevel.com You can tell you're getting older when your car insurance gets real cheap! -- ___ yocto mailing list yoc

Re: [yocto] Adding firmware to initramfs

2014-11-30 Thread Chris Tapp
following in my local.conf: PACKAGE_INSTALL_append_pn-core-image-minimal-initramfs = " linux-firmware" > > On 11/28/2014 08:37 PM, Chris Tapp wrote: >> I'm network booting a system using iPXE. The process uses a >> core-image-minimal-initramfs image to select the final r

[yocto] Adding firmware to initramfs

2014-11-28 Thread Chris Tapp
RA_INSTALL += " linux-firmware" -- Chris Tapp opensou...@keylevel.com www.keylevel.com You can tell you're getting older when your car insurance gets real cheap! -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] How do firmware patches get loaded?

2014-11-28 Thread Chris Tapp
On 28 Nov 2014, at 00:49, Chris Tapp wrote: > I've got a board with an rtl8168 NIC. I've enabled this in the kernel, but I > get the following showing in the system log at boot: > > r8169 :03:00.0 eth0: unable to load firmware patch > rtl_nic/rtl8168g-2.fw (-2

Re: [yocto] Creating a recipe to create /usr/local

2014-11-28 Thread Chris Tapp
gt;> >> SUMMARY = "Create /usr/local" >> SECTION = "meta-networking" >> LICENSE = "MIT" >> LIC_FILES_CHKSUM = >> "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" >> #INSANE_SKIP_${PN} = "installed-vs-

[yocto] How do firmware patches get loaded?

2014-11-27 Thread Chris Tapp
cond delay at boot time. What do I need to do to get this file installed / loaded? -- Chris Tapp opensou...@keylevel.com www.keylevel.com You can tell you're getting older when your car insurance gets real cheap! -- ___ yocto mai

Re: [yocto] Creating a recipe to create /usr/local

2014-11-27 Thread Chris Tapp
}${prefix}/local # Install a file to this location install -f ${WORKDIR}/myfile ${D}${prefix}/local The available definitions are shown at the top of meta/conf/bitbake.conf in your Poky installation. -- Chris Tapp opensou...@keylevel.com www.keylevel.com You can tell yo

Re: [yocto] Angstrom Build Fails

2014-11-03 Thread Chris Tapp
yoneorjustme.com/ can help resolve if its a local or global issue. -- Chris Tapp opensou...@keylevel.com www.keylevel.com You can tell you're getting older when your car insurance gets real cheap! -- ___ yocto mailing list yocto@yoctoproje

Re: [yocto] Time To Build Yocto

2014-10-22 Thread Chris Tapp
- once you have your use-case you can do the math to work out what the payback time will be ;-) -- Chris Tapp opensou...@keylevel.com www.keylevel.com You can tell you're getting older when your car insurance gets real cheap! -- ___

[yocto] Ubuntu 14.04 as a build host for "danny"

2014-10-21 Thread Chris Tapp
elop and test my application on my development machine and that's not so easy! The easiest way to go would be to upgrade to 14.04. Does anyone have any experience of using "danny" under 14.04? -- Chris Tapp opensou...@keylevel.com www.keylevel.com You can tell you'r

Re: [yocto] DEFAULT_PREFERENCE not working as expected

2014-10-17 Thread Chris Tapp
eep it as is" with DP set to -1, but I think I'll need to create a distro to get that behaviour. From the link it looks as if layer priority may also be important, so I'll have a play with that when the current build finishes... > On Fri, Oct 17, 2014 at 10:57 PM, Chris Tapp

[yocto] DEFAULT_PREFERENCE not working as expected

2014-10-17 Thread Chris Tapp
I've got a layer that includes a recipe for libsoup at version 2.40.3 which sets DEFAULT_PREFERENCE = "-1". However, this version gets used when I build rather than the 2.38.? version in poky/meta (under danny). Why is this? -- Chris Tapp opensou...@keylevel.com www.keylevel.co

Re: [yocto] How to get autotools to use C++11 under 'danny'

2014-10-17 Thread Chris Tapp
On 17 Oct 2014, at 20:17, Maciej Borzecki wrote: > On Friday 17 of October 2014 17:47:29 Chris Tapp wrote: >> Does anybody know what I need to add to my configure.ac to get C++11 (or >> C++0x) support added to the gcc flags at compile time? >> >> I've

[yocto] How to get autotools to use C++11 under 'danny'

2014-10-17 Thread Chris Tapp
Does anybody know what I need to add to my configure.ac to get C++11 (or C++0x) support added to the gcc flags at compile time? I've tried using: AC_LANG([C++]) AC_PROG_CXX AX_CXX_COMPILE_STDCXX_11([noext]) But that fails at configure time. -- Chris Tapp opensou...@keyleve

Re: [yocto] Packaging foo required!

2014-10-10 Thread Chris Tapp
On 11 Oct 2014, at 00:19, Chris Tapp wrote: > I've got a recipe that builds the turbosight kernel drivers. This currently > builds loads of stuff, most of which I don't want to install in the final > image. > > I would like to use MACHINE_EXTRA_RDEPENDS in my

[yocto] Packaging foo required!

2014-10-10 Thread Chris Tapp
he modules! Is there some magic I can use to automatically generate a list of RPROVIDES for all of the packages that are produced, or should this already be happening? -- Chris Tapp opensou...@keylevel.com www.keylevel.com You can tell you're get

Re: [yocto] Recommended Hardware for building

2014-10-02 Thread Chris Tapp
with a RAID-0 SSD build array, but I didn't really see any difference over a single high-spec (consumer) SSD. As Ross said, running a fast file system on the disk is a good idea. -- Chris Tapp opensou...@keylevel.com www.keylevel.com You can tell you're getting older when your car insurance gets real cheap! -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Fan speed control

2014-10-01 Thread Chris Tapp
Are there any recipes compatible with generic_pc to allow the cpu and system fan speeds to be controlled? -- Chris Tapp opensou...@keylevel.com www.keylevel.com You can tell you're getting older when your car insurance gets real

Re: [yocto] Fetcher question

2014-09-30 Thread Chris Tapp
On 29 Sep 2014, at 22:59, Burton, Ross wrote: > On 29 September 2014 22:36, Chris Tapp wrote: >> How would the fetcher handle the file changing after it had already been >> downloaded and passed a checksum test? Would the change have been detected? > > The checksum compa

[yocto] Fetcher question

2014-09-29 Thread Chris Tapp
e. The file definitely changed as I had to update the checksum for the 049 patch. -- Chris Tapp opensou...@keylevel.com www.keylevel.com You can tell you're getting older when your car insurance gets real cheap! -- ___ yocto mailin

Re: [yocto] PR and bbappend files

2014-09-29 Thread Chris Tapp
On 29 Sep 2014, at 08:52, Christian Ege wrote: > Hi, > 2014-09-28 11:47 GMT+02:00 Chris Tapp : >> I'm currently using a bbappend file to patch bash under 'danny' due to >> "Shellshocked" - basically by adding patches 11..50 to the SRC_URI. &

Re: [yocto] PR and bbappend files

2014-09-29 Thread Chris Tapp
On 29 Sep 2014, at 08:52, Christian Ege wrote: > Hi, > 2014-09-28 11:47 GMT+02:00 Chris Tapp : >> I'm currently using a bbappend file to patch bash under 'danny' due to >> "Shellshocked" - basically by adding patches 11..50 to the SRC_URI. &

[yocto] PR and bbappend files

2014-09-28 Thread Chris Tapp
n a .bb file, but I don't think a .bbappend should be changing this? -- Chris Tapp opensou...@keylevel.com www.keylevel.com You can tell you're getting older when your car insurance gets real cheap! -- ___ yocto mailin

Re: [yocto] Daisy mercurial support

2014-09-08 Thread Chris Tapp
Hi Paul, On 8 Sep 2014, at 09:44, Paul Eggleton wrote: > Hi Chris, > > On Sunday 07 September 2014 22:59:58 Chris Tapp wrote: >> I'm trying to build a recipe under "daisy" that uses a mercurial repository, >> but I'm getting "Not

Re: [yocto] How does RRECOMMENDS work?

2014-09-08 Thread Chris Tapp
Hi Paul, On 8 Sep 2014, at 09:40, Paul Eggleton wrote: > Hi Chris, > > On Monday 08 September 2014 08:55:15 Chris Tapp wrote: >> I've got a recipe to which I've added: >> >> RRECOMMENDS_${PN} = "" >> >> The documentation says that &q

[yocto] How does RRECOMMENDS work?

2014-09-08 Thread Chris Tapp
failed with "Nothing provides ". Is this the expected behaviour? If so, is there a way I can pull in a package if it is build-able and skip it otherwise? In this case contains some utilities which can be of help, but they're not required in any way at runtime. -- Chris

[yocto] Daisy mercurial support

2014-09-07 Thread Chris Tapp
I'm trying to build a recipe under "daisy" that uses a mercurial repository, but I'm getting "Nothing provides mercurial-native". Adding: ASSUME_PROVIDED += "mercurial-native" to my local.conf appears to fix this, but is this what I should be doing?

[yocto] MuMuDVB DVB network streamer

2014-09-07 Thread Chris Tapp
If anyone is looking for a DVB network streamer supporting multicasting and unicasting, then I've created a recipe for the MuMuDVB network streamer on Github at: https://github.com/keylevel/meta-multimedia/tree/master/recipes-dvb/mumudvb -- Chris Tapp opensou...@keylevel.com www.keyleve

Re: [yocto] systemd - how do I wait for a driver to load?

2014-08-28 Thread Chris Tapp
On 28 Aug 2014, at 20:51, Sven Ebenfeld wrote: > Am 28.08.2014 18:57, schrieb Chris Tapp: >> >> On 27 Aug 2014, at 08:46, Sven Ebenfeld wrote: >>> Am 26.08.2014 22:51, schrieb Chris Tapp: >>>> On 26 Aug 2014, at 21:02, Sven Ebenfeld wrote: >>>>

Re: [yocto] systemd - how do I wait for a driver to load?

2014-08-28 Thread Chris Tapp
On 27 Aug 2014, at 08:46, Sven Ebenfeld wrote: > > > Am 26.08.2014 22:51, schrieb Chris Tapp: >> >> On 26 Aug 2014, at 21:02, Sven Ebenfeld wrote: >> >>> You should look at "ConditionPathExists=" Options of systemd-units. >> >>

Re: [yocto] systemd - how do I wait for a driver to load?

2014-08-26 Thread Chris Tapp
udev is loading your device module, you could add the > device-unit to "Requires=" option. This sounds better. Is there an easy way to tell if udev did load the module? There's nothing obvious in the syslog. > Am 26.08.2014 21:52, schrieb Chris Tapp: >> I've go

[yocto] systemd - how do I wait for a driver to load?

2014-08-26 Thread Chris Tapp
is by increasing the restart interval, but is there a way of adding a dependancy on the kernel module? -- Chris Tapp opensou...@keylevel.com www.keylevel.com -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Unexpected redirection error in script

2014-08-25 Thread Chris Tapp
On 25 Aug 2014, at 18:07, Maciej Borzecki wrote: > On Monday 25 of August 2014 17:50:00 Chris Tapp wrote: >> I've previously used expressions of the form: >> >> IFS=. read -r $a $b $c $d <<< "$IP" > try: > > echo "$IP" | IFS=.

[yocto] Unexpected redirection error in script

2014-08-25 Thread Chris Tapp
on/configuration or something else? -- Chris Tapp opensou...@keylevel.com www.keylevel.com -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Kernel driver for Turbosight TBS6285 DVB card

2014-08-22 Thread Chris Tapp
On 22 Aug 2014, at 14:29, Bruce Ashfield wrote: > On 14-08-22 03:37 AM, Chris Tapp wrote: >> >> On 21 Aug 2014, at 20:30, Bruce Ashfield >> wrote: >> >>> On 14-08-21 03:11 PM, Chris Tapp wrote: >>>> >>>> On 21 Aug 2014, at 19:28

Re: [yocto] Kernel driver for Turbosight TBS6285 DVB card

2014-08-22 Thread Chris Tapp
On 21 Aug 2014, at 20:30, Bruce Ashfield wrote: > On 14-08-21 03:11 PM, Chris Tapp wrote: >> >> On 21 Aug 2014, at 19:28, Bruce Ashfield >> wrote: >> >>> On 14-08-21 04:17 AM, Chris Tapp wrote: >>>> On 21 Aug 2014, at 05:08, Bruce Ashfield wr

Re: [yocto] Kernel driver for Turbosight TBS6285 DVB card

2014-08-21 Thread Chris Tapp
On 21 Aug 2014, at 19:28, Bruce Ashfield wrote: > On 14-08-21 04:17 AM, Chris Tapp wrote: >> On 21 Aug 2014, at 05:08, Bruce Ashfield wrote: >> >>> On Wed, Aug 20, 2014 at 4:11 PM, Chris Tapp wrote: >>>> Hi Bruce, >>>> >>>> Thanks

Re: [yocto] Kernel driver for Turbosight TBS6285 DVB card

2014-08-21 Thread Chris Tapp
On 21 Aug 2014, at 05:08, Bruce Ashfield wrote: > On Wed, Aug 20, 2014 at 4:11 PM, Chris Tapp wrote: >> Hi Bruce, >> >> Thanks for the feedback. >> >> On 20 Aug 2014, at 03:08, Bruce Ashfield >> wrote: >> >>> On 2014-08-19, 5:26 P

Re: [yocto] Setting Default User Accounts

2014-08-20 Thread Chris Tapp
> strictly prohibited and may be unlawful. If you are not the intended > recipient, or the person responsible for delivering to the intended > recipient, you should not read, copy, disclose or otherwise use this message. > If you have received this email in error, please delete

Re: [yocto] Kernel driver for Turbosight TBS6285 DVB card

2014-08-20 Thread Chris Tapp
Hi Bruce, Thanks for the feedback. On 20 Aug 2014, at 03:08, Bruce Ashfield wrote: > On 2014-08-19, 5:26 PM, Chris Tapp wrote: >> I need to include the kernel driver for the Turbosight TBS6285 DVB card in >> an image. >> >> The official bundle at >> http:/

[yocto] Kernel driver for Turbosight TBS6285 DVB card

2014-08-19 Thread Chris Tapp
kefile and Kconfig. I've looked at the Yocto documentation, but this doesn't seem to be a good match for the "Out of tree" kernel module case. How should I proceed from here? Is there another driver I can use as a starting point? -- Chris Tapp opensou...

Re: [yocto] [meta-intel] Why won't my app use multiple threads under 'valleyisland'?

2014-07-30 Thread Chris Tapp
On 29 Jul 2014, at 16:41, Darren Hart wrote: > On Thu, Jul 24, 2014 at 09:45:41PM +0100, Chris Tapp wrote: >> I've got a recipe for an application. This has: >> >> 1) A main thread; >> 2) An OpenGL ('X' / EGL) graphics rendering thread created using p

[yocto] Why won't my app use multiple threads under 'valleyisland'?

2014-07-24 Thread Chris Tapp
g for access to something, but the pipelines only render to 'fakesink' and 'appsink'. Chris Tapp opensou...@keylevel.com www.keylevel.com -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] core-image-x11 screen resolution

2014-07-20 Thread Chris Tapp
rom: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] > On Behalf Of Chris Tapp > Sent: Friday, July 18, 2014 4:59 PM > To: Yocto Project > Subject: [yocto] core-image-x11 screen resolution > > Is there an easy/quick way to set the screen resolution used whe

[yocto] core-image-x11 screen resolution

2014-07-18 Thread Chris Tapp
Is there an easy/quick way to set the screen resolution used when core-image-x11 starts X? I.e. something that can be added into local.conf? Chris Tapp opensou...@keylevel.com www.keylevel.com -- ___ yocto mailing list yocto@yoctoproject.org https

Re: [yocto] Does Yocto need some "LTS" releases?

2014-05-08 Thread Chris Tapp
Hi Mark, Thanks for the comments. On 8 May 2014, at 21:11, Mark Hatle wrote: > On 5/8/14, 2:54 PM, Chris Tapp wrote: >> I've had a few potential clients ask how security updates and general patches >> are applied to embedded products built using Yocto. > > T

[yocto] Does Yocto need some "LTS" releases?

2014-05-08 Thread Chris Tapp
upport for a BSP gets dropped so later versions, which generally include updates and patches, can't be used. It feels to me as if there should be some "LTS" releases which developers could focus on when choosing a version. Or is there already some way of doing this that I just hav

Re: [yocto] SATO on Intel DN2800MT

2014-05-08 Thread Chris Tapp
On 8 May 2014, at 18:52, r10kindsofpeople wrote: > On Thu, May 8, 2014 at 12:39 PM, Chris Tapp wrote: > Hi John, > > On 8 May 2014, at 16:25, r10kindsofpeople wrote: > > > I'm trying to experiment with the SATO build on a DN2800MT with a VGA > > monitor, b

Re: [yocto] SATO on Intel DN2800MT

2014-05-08 Thread Chris Tapp
86/xorg.conf > is a zero length file. ? > > John > -- > ___ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto Chris Tapp opensou...@keylevel.com www.keylevel.com

Re: [yocto] Rgardring GSTreamer1.0 integration on Yocto Dora

2014-04-24 Thread Chris Tapp
------- > -- > ___ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto > -- > ___ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto Chris Tapp opensou...@keylevel.com www.keylevel.com -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] J1900 (Bay trail) BSP

2014-04-17 Thread Chris Tapp
Is there a BSP for the J1900 anywhere? I thought I had seen some patches go through for Bay Trail, but I've not found anything obvious in meta-intel. I want to get accelerated GLES under X if that helps. Chris Tapp opensou...@keylevel.com www.keyleve

[yocto] eglglessink from gstreamer 1.0 blacklisted

2014-03-23 Thread Chris Tapp
ng meta-gstreamer1.0. Has anyone already been through this? Chris Tapp opensou...@keylevel.com www.keylevel.com -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Package 'X' provides... what?

2014-03-03 Thread Chris Tapp
that's why ;-) I've switched to a different version (https://github.com/dv1/meta-gstreamer1.0) and the README file on there gave me what I need to work out the packages names. Thanks all :-) Chris Tapp opensou...@keylevel.com www.keylevel.com ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] QA issues when building gstreamer1.0 under 'danny'

2014-03-02 Thread Chris Tapp
On 2 Mar 2014, at 22:40, Chris Tapp wrote: > > On 2 Mar 2014, at 22:27, Khem Raj wrote: > >> >> On Mar 2, 2014, at 2:17 PM, Chris Tapp wrote: >> >>> What do I need to do to get these bits added to the image? >> >> well you need to add the

Re: [yocto] QA issues when building gstreamer1.0 under 'danny'

2014-03-02 Thread Chris Tapp
On 2 Mar 2014, at 22:27, Khem Raj wrote: > > On Mar 2, 2014, at 2:17 PM, Chris Tapp wrote: > >> What do I need to do to get these bits added to the image? > > well you need to add the files to appropriate packages. If packages don’t > exist > then add package

[yocto] QA issues when building gstreamer1.0 under 'danny'

2014-03-02 Thread Chris Tapp
se bits added to the image? Chris Tapp opensou...@keylevel.com www.keylevel.com ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Package 'X' provides... what?

2014-03-02 Thread Chris Tapp
o I find out what (e.g.) gstreamer1.0-plugins-base.bb actually provides? Once I've got it to build for one plugin I can go to the work directory to see what gets packaged to find the names of other plugins, but I can't find a way in to start with. Is there some bitbake magic I can use to

Re: [yocto] Later versions of gstreamer

2014-02-28 Thread Chris Tapp
ect. > See more details at: > http://www.yoctoproject.org/docs/1.5.1/dev-manual/dev-manual.html#enabling-your-layer > > If you need more info, please ask. Will do. Thanks again :-) > > Regards, > Cristian Iorga > YP > Intel Corporation > > -Original Message- &

[yocto] Later versions of gstreamer

2014-02-26 Thread Chris Tapp
I'm currently using 'danny' for a project, but that only has Gstreamer 0.10 in the meta data. Has anyone tried using 1.0.x (or, better still, 1.2.x) with 'danny'? Unfortunately, I'm stuck at 'danny' as I need video acceleration for cedartrail and that i

Re: [yocto] Cedartrail zero-copy texture updates

2014-02-24 Thread Chris Tapp
Hi Marc, On 24 Feb 2014, at 19:21, Marc Ferland wrote: > On Mon, Feb 24, 2014 at 03:46:07PM +0000, Chris Tapp wrote: >> I'm trying to get zero-copy GLES textures working using Danny / >> Cedartrail (PVR) so I can stream video frames into a GLES >> application. >

[yocto] Cedartrail zero-copy texture updates

2014-02-24 Thread Chris Tapp
re any examples out there to show how to put all of this together? Chris Tapp opensou...@keylevel.com www.keylevel.com ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Boost - undefined references when linking

2014-02-13 Thread Chris Tapp
ystem_category()' The project builds fine natively on my Ubuntu system. I did have a lot more similar messages, but adding: #define BOOST_SYSTEM_NO_DEPRECATED before including the boost headers got rid of everything but the above. What do I need to add to the project / .bb file to solve the

[yocto] Boost - undefined references when linking

2014-02-13 Thread Chris Tapp
ystem_category()' The project builds fine natively on my Ubuntu system. I did have a lot more similar messages, but adding: #define BOOST_SYSTEM_NO_DEPRECATED before including the boost headers got rid of everything but the above. What do I need to add to the project / .bb file to solve the

[yocto] Where's my 'thermal_zone'?

2014-01-16 Thread Chris Tapp
do / add to get these in? Chris Tapp opensou...@keylevel.com www.keylevel.com ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Happy Birthday, Yocto Project

2013-11-14 Thread Chris Tapp
uld like to take this opportunity to say a big "Thank You" to all those involved. This project shows that OpenSource really does work :-) Chris Tapp opensou...@keylevel.com www.keylevel.com ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Core-image-minimal-initramfs (Second ping)

2013-11-08 Thread Chris Tapp
bility of Core-image-minimal-initramfs? And not on the simulator but in a > real boot? From my experience, these things are all very well tested, especially at release time. How did you install the image onto your target? Did you use the .hddimg file or something else? Can you connect to

Re: [yocto] Intel Cedartrail BSP on ASrock DN2800MT v Intel DN2800MT - why won't my system start?

2013-10-08 Thread Chris Tapp
On 8 Oct 2013, at 22:14, Chris Tapp wrote: > I have been using an image built using the Cedartrail BSP on the Intel > DN2800MT board for a while now without any issues, but this board is no > longer available. > > The ASrock DN2800MT is supposed to be a drop-in replacement a

[yocto] Intel Cedartrail BSP on ASrock DN2800MT v Intel DN2800MT - why won't my system start?

2013-10-08 Thread Chris Tapp
e any pointers to what might be going on? The BIOS is different, and I think the problem may be down to UEFI. I've not had much to do with UEFI, but I've noticed that the live image has a UFI/ directory - do I need to replicate this in some way? Chris Tapp opensou...@keylevel.com w

Re: [yocto] Server specs for a continuous integration system

2013-09-03 Thread Chris Tapp
> Step 01.02: Move the browser's cache to a tmpfs in RAM > > Launch firefox and type the following in the location bar: > > about:config > > Right click and enter a new preference configution by selecting the > New->String option. > > Preference name: browser.cache.disk.parent_directory > string value: /tmp/firefox-cache > > See: Running Ubuntu and other Linux flavors on an SSD « Brizoma. > > > Best regards, > > Elvis Dowson Chris Tapp opensou...@keylevel.com www.keylevel.com ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

  1   2   3   4   >