How are you deploying the final image on your device?
From: yocto-boun...@yoctoproject.org on behalf
of Jean-Pierre Sainfeld
Sent: Tuesday, February 13, 2018 1:32 PM
To: yocto@yoctoproject.org
Subject: [yocto] useradd-example.bb
Hi,
I am working on yocto system
I belive this goes in your .bb file:
DEPENDS = " \
udev \
"
RDEPENDS_${PN} = " \
udev \
"
Also, you probably need the right flags for libudev.
Here are docs on that:
https://www.freedesktop.org/software/systemd/man/libudev.html
Of course, you need t
Here's how to write a recipe:
http://www.yoctoproject.org/docs/1.6/dev-manual/dev-manual.html#new-recipe-writing-a-new-recipe
When we started, we also had custom Makefiles. However, we found it was easier
to add our recipes to automake before making a bitbake recipe.
Automake is a challenge t
Smells like you didn't include a file.
man 2 close says:
#include
Frederick
From: yocto-boun...@yoctoproject.org on behalf
of Rudolf Streif
Sent: Monday, September 12, 2016 6:53 PM
To: Vijayakumar Badiger
Cc: Yocto Discussion Mailing List
Subject: Re: [yo
I'm working on getting a list of license files and I don't know where to get
the exact text of each license.
Is there a place where this is provided by yocto?
For example, is there some directory which has all the license files?
I see there's an md5sum for each file so I assume this is the case
Anyone using Ubuntu Xenial release yet?
Any tricks to get it working?
Frederick
--
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto
There's also bind mounts as an option.
The bind mounts.
Since Linux 2.4.0 it is possible to remount part of the file
hierarchy somewhere else. The call is:
mount --bind olddir newdir
or by using this fstab entry:
/o
$ git submodule init
$ git submodule update
Also, there's git submodule foreach which allows you to do the same thing to
each submodule (such as checkout a different branch).
Frederick
From: yocto-boun...@yoctoproject.org on behalf
of Burton, Ross
Sent:
Goal: Run a cross compiled executable called calibrator from
git://git.ti.com/wilink8-wlan/18xx-ti-utils.git
Here's my build script:
export NFSROOT=/srv/imx/CS65X-dev
export
CROSS_COMPILE=/opt/prickle/1.7.2/sysroots/x86_64-pricklesdk-linux/usr/bin/arm-prickle-linux-gnueabi/arm-prickle-lin
Bind mount can allow mount to be two places:
>From the mount manpage:
" The bind mounts.
Since Linux 2.4.0 it is possible to remount part of the file
hierarchy somewhere else. The call is:
mount --bind olddir newdir"
If you do this, then you have your
Some people choose a read-only file system. Thus /var/log is not writable.
However, some software expects to use the hard coded path of /var/log.
Thus, there's a symlink to the ramdisk to solve both problems.
From: yocto-boun...@yoctoproject.org on behalf
of
Perhaps you could cd to the source directory and do:
$ git pull
Then try to rebuild.
Frederick
From: yocto-boun...@yoctoproject.org on behalf
of Ronald Oakes
Sent: Wednesday, May 4, 2016 7:02 AM
To: Yocto discussion list
Subject: [yocto] Problems buil
BNAME)
$(INSTALL) $(STLIBNAME) $(INSTALL_LIBRARY_PATH)
mkdir -p $(INSTALL_PKGCONF_PATH)
$(INSTALL) $(PKGCONFNAME) $(INSTALL_PKGCONF_PATH)
From: s.jar...@esa-grimma.de
Sent: Thursday, April 28, 2016 9:09 AM
To: Burton, Ross
Cc: Fred Ollinger; yocto@yoctoproject.org
Sub
Add to bb recipe:
FILES_${PN} += "/usr/local"
Section 9.2:
https://www.yoctoproject.org/docs/1.8/ref-manual/ref-manual.html#qa-errors-and-warnings
From: yocto-boun...@yoctoproject.org on behalf
of Burton, Ross
Sent: Thursday, April 28, 2016 5:44 AM
To: s
in there?
4. For a quick sanity test, build the code for your PC to ensure that you can
do this and you know how the process works.
5. We can take the results of all the rest and fix the .bb file.
Frederick
From: Moti Cohen
Sent: Wednesday, April
You can get rid of the patches in the bb file.
Look for SRC_URI
See any .patch files and remove them and try to build again.
Please post build errors.
Frederick
From: Moti Cohen
Sent: Wednesday, April 20, 2016 12:08 PM
To: Fred Ollinger
Cc: yocto
I'd start with the mysql recipe and update the source reference and try to
build it.
If this fails, you might need to change some other things.
Here's a howto on writing a recipe:
https://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#new-recipe-writing-a-new-recipe
"
Thank-you for the quick and accurate reply.
Frederick
From: Andre McCurdy
Sent: Thursday, March 31, 2016 8:30 PM
To: Fred Ollinger
Cc: yocto@yoctoproject.org
Subject: Re: [yocto] Debian Stretch build error "Install SDL devel"
On Thu, Mar 31, 2016 at 3:55 PM, Fred Ollinge
I know that Debian Stretch is not supported, but I'd like to help shake out the
errors to get support.
I'm on poky
commit 9fd145d27ec479668fac490a9f1078089f22bf59
I tried to build qemu-native and it failed with the following:
| ERROR: User requested feature sdl
|configure was not a
There are methods in desktop linux which allow one to input Japanese (and other
non-Latin language) text into text fields.
Does anyone have any experience with integrating a stand alone solution into a
Qt5 application?
Frederick
--
___
yocto mailin
I'm coming and I'm probably brining another person.
I still have to make the wiki account which failed for some reason before.
Frederick
From: yocto-boun...@yoctoproject.org on behalf
of Trevor Woerner
Sent: Wednesday, March 23, 2016 2:08 PM
To: akuster
Can someone please let me know what the reasoning behind the switch to eudev?
Sincerely,
Frederick
From: yocto-boun...@yoctoproject.org on behalf
of Philip Tricca
Sent: Sunday, March 6, 2016 12:08 PM
To: mark.ha...@windriver.com
Cc: yocto@yoctoproject.o
My apologies.
From: Burton, Ross
Sent: Friday, February 12, 2016 9:18 AM
To: Fred Ollinger
Cc: Nick Leverton; yocto@yoctoproject.org
Subject: Re: [yocto] Dropping Debian 7 as supported?
On 12 February 2016 at 17:14, Fred Ollinger
mailto:fred.ollin
I run debian right now and it works great.
$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description:Debian GNU/Linux 8.3 (jessie)
Release:8.3
Codename: jessie
I prefer debian over ubuntu:
1. Simpler footprint so it feels more customizable out of the box
What's the result of:
$ cat /proc/cpuinfo
(So far, it seems like my hunch was wrong.)
Frederick
From: Nathan Sowatskey
Sent: Friday, February 5, 2016 10:12 AM
To: Fred Ollinger
Cc: Burton, Ross; yocto@yoctoproject.org
Subject: Re: [yocto] libgcc_
The results should tell us:
$ files /usr/bin/testprog
What are they? (Sitting on the edge of my seat.)
From: Nathan Sowatskey
Sent: Friday, February 5, 2016 10:09 AM
To: Fred Ollinger
Cc: Burton, Ross; yocto@yoctoproject.org
Subject: Re: [yocto
My guess is that the executable is not compiled for his hardware.
Frederick
From: Burton, Ross
Sent: Friday, February 5, 2016 9:56 AM
To: Nathan Sowatskey
Cc: yocto@yoctoproject.org; Fred Ollinger
Subject: Re: [yocto] libgcc_s not present in Yocto image
On 5
What are results of:
$ file testprog
Frederick
From: Nathan Sowatskey
Sent: Friday, February 5, 2016 9:47 AM
To: Burton, Ross
Cc: yocto@yoctoproject.org; Fred Ollinger
Subject: Re: [yocto] libgcc_s not present in Yocto image
Hi Ross
Many thanks for
Did you try
$ ldd program-name
This should tell you which libraries are missing and where it is looking.
Then you can do:
$ find / -name libname.so
To find them.
Finally, you can fix your /etc/ld.so.conf with the path to your libs.
Then do
$ ldconfig # refresh library cache so your libs
http://linuxwireless.org/en/users/Drivers/ath10k/firmware/
Seems like you should get the firmware here:
https://github.com/kvalo/ath10k-firmware/tree/master/
and copy it here:
$ cp firmware-2.bin_10.1.467.2-1
/lib/firmware/ath10k/QCA988X/hw2.0/firmware-2.bin
Frederick
___
I know how to add and remove distro features.
However, what I'm after is how to dynamically list all the distro features that
a build thinks is needs once all the files are combined together.
For example, one can look at dependencies for a _single_ package by doing:
$ bitbake -g seescan-image-
I think #2 is a reasonable solution.?
From: yocto-boun...@yoctoproject.org on behalf
of Dave Mulder
Sent: Tuesday, October 13, 2015 1:30 PM
To: yocto@yoctoproject.org
Subject: [yocto] Updating NIC drivers in older Yocto
I have been using a Sandy Bridge Yocto 1.
I'm trying to change my /etc/systemd/journald.conf file.
I have created a file in:
our_system/recipe-core/systemd_%.bbappend
With the contents:
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
I created a directory in the same path called "systemd" and placed our new
version of journald.con
If you have a sda1 drive, you can do:
udevadm test /sys/class/block/sda1
to get debug info.
From: yocto-boun...@yoctoproject.org on behalf
of Paul D. DeRocco
Sent: Sunday, September 27, 2015 2:52 AM
To: 'Khem Raj'
Cc: yocto@yoctoproject.org
Subject: Re:
Sent: Tuesday, September 22, 2015 4:42 PM
To: Fred Ollinger; 'Mantas Mikulenas'; yocto@yoctoproject.org
Subject: RE: [yocto] [systemd-devel] How to automount
> From: Fred Ollinger [mailto:fred.ollin...@seescan.com]
>
> This is in the package: udev-extraconf
>
> On your s
This is in the package: udev-extraconf
On your system look here:
/etc/udev/rules.d/automount.rules
In this file, you'll find the following rules.
The second one auto unmounts.
SUBSYSTEM=="block", ACTION=="add"RUN+="/etc/udev/scripts/mount.sh"
SUBSYSTEM=="block", ACTION=="remove" RUN+="/et
36 matches
Mail list logo