Hi Matt,
> I'm working on including the u-boot fw utility tools in my image, specifically
> fw_printenv and fw_setenv.
> For these to work the file fw_env.config needs to be placed at
> /etc/fw_env.config.
>
> I can see in oe-core/meta/recipes-bsp/u-boot/u-boot.inc there is a test that
> if
>
Hi,
It's probably a good idea to put this somewhere public, like a new layer on
eg github, or add it to meta-oe. Before then, I've some comments on your
recipe:
On 28 October 2014 01:40, wrote:
> FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
>
#FILESPATH := "${THISDIR}/${PN}"
>
You don't ne
Hi,
Indeed,there is a luajit recipe in meta-oe.
You can have a look at: http://layers.openembedded.org/layerindex/recipe/4918/.
Best Regards,
Li Xin
From: Burton, Ross [mailto:ross.bur...@intel.com]
Sent: Tuesday, October 28, 2014 3:48 PM
To: neil...@emerson.com
Cc: Li, Xin/李 欣; yocto@yoctoproj
On 28 October 2014 02:02, Liu Jian wrote:
> Hi Paul,
>
> Thanks to your correction.
>
> Could you please tell me the mailing lists? I use this mailing lists
> following the
> guidance of
> http://git.yoctoproject.org/cgit/cgit.cgi/opkg-utils/tree/CONTRIBUTING.
>
> You told me that URL in your last
Hi,
I am trying to get icecc working together with Poky (daisy branch). I follow
the Yocto Project Reference Manual chapter "7.45. icecc.bbclass" and I can not
get it working.
The manual states that I on a distribution level can add the following:
INHERIT_DISTRO += "icecc"
ICECC_DISABL
Hi
It seems to me that gstreamer in yocto daisy does a verbose output per
default. (like gst-launch -v).
Any idea how I can best disable this?
Thanks
Michael
--
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yo
Greetings,
I'm fairly new to the Yocto environment but have worked with lower level
Linux build systems. To get started, my target needs to have a read-only
rootfs, while excluding specific directories like /tmp and /var/logs...
The Project Dev Manual 5.15 section mentions the configuration of a
I'm trying to split out some tests from a packages by adding these lines the
recipe:
PACKAGES += " ${PN}-tests"
FILES_${PN}-tests = "${libdir}/python*/site-packages/matplotlib/test*"
RDEPENDS_${PN}-tests += " python-nose"
This expands (via -e) to:
# $FILES_python-matplotlib-tests
# r
* Gary Thomas [141028 15:06]:
> I'm trying to split out some tests from a packages by adding these lines the
> recipe:
>PACKAGES += " ${PN}-tests"
>FILES_${PN}-tests = "${libdir}/python*/site-packages/matplotlib/test*"
>RDEPENDS_${PN}-tests += " python-nose"
...
> It all looks correct
What should this be set to (current Poky master)?
$ look_for OELAYOUT_ABI
./meta/classes/sanity.bbclass:current_abi = d.getVar('OELAYOUT_ABI', True)
./meta/conf/abi_version.conf:OELAYOUT_ABI = "9"
./meta-yocto/conf/distro/poky.conf:OELAYOUT_ABI = "8"
Which is correct - 8 or 9 - and why?
--
* Andrew Wozniak [141028 15:05]:
> I'm fairly new to the Yocto environment but have worked with lower
> level Linux build systems. To get started, my target needs to have a
> read-only rootfs, while excluding specific directories like /tmp and
> /var/logs...
> The Project Dev Manual 5.15 section
On Tuesday, October 28, 2014, Burton, Ross wrote:
> Hi,
>
> It's probably a good idea to put this somewhere public, like a new layer
> on eg github, or add it to meta-oe. Before then, I've some comments on
> your recipe:
>
>
There already is recipe for luajit in meta-OE
http://cgit.openembedd
On 2014-10-28 08:15, Anders Darander wrote:
* Gary Thomas [141028 15:06]:
I'm trying to split out some tests from a packages by adding these lines the
recipe:
PACKAGES += " ${PN}-tests"
FILES_${PN}-tests = "${libdir}/python*/site-packages/matplotlib/test*"
RDEPENDS_${PN}-tests += "
Matt S.
Sent from my pocket
> On Oct 28, 2014, at 12:03 AM, Isak Lichtenstein
> wrote:
>
> Hi Matt,
>
>> I'm working on including the u-boot fw utility tools in my image,
>> specifically
>> fw_printenv and fw_setenv.
>> For these to work the file fw_env.config needs to be placed at
>> /et
Building a small filesystem with busybox gives the following error lines:
sed: -e expression #1, char 41: unterminated address regex
sed: -e expression #1, char 42: unterminated address regex
This is caused by the script update-alternatives.
"[" can not be used directly in sed expression.
Signed-o
Has anyone built qt5.3 for an application an intel atom platform?
I have problems with unbuildable dependency with "ruby-native".
Anyone know how to get around this?
Chiz
--
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/li
Hi Paul,
Thanks to your correction.
Could you please tell me the mailing lists? I use this mailing lists
following the
guidance of
http://git.yoctoproject.org/cgit/cgit.cgi/opkg-utils/tree/CONTRIBUTING.
You told me that URL in your last mail. So should I follow the
instruction in it?
Than
Hi,
On 10/28/2014 04:13 PM, Chiz Chikwendu wrote:
Has anyone built qt5.3 for an application an intel atom platform?
I have problems with unbuildable dependency with “ruby-native”.
Anyone know how to get around this?
Chiz
have you added the meta-ruby layer to your conf/bblayers.conf?
See the REA
Hi Peter,
I added the layer meta/ruby..
I had a hard time building it as it kept looking for ruby-native.
My workstation runs Fedora 20, and I installed ruby to my workstation.
My workstation has ruby 2.0.0.
So I installed ruby 2.0.0 in Yocto, into a custom layer, and it built
successfully.
I'm
So there is something I just don't get about how variables get created,
expanded, interpreted, etc in Bitbake
For example I'm trying to copy some of the techniques in the Poky Tiny
distribution to reduce my image size and build time.
One of the fragments is this one.
# The mtrace script inclu
Hi
short question: In my own distro (inheriting from core-image), I
automatically get udev and udev-extraconf included. While I like udev, I
don't think I need udev-extraconf. Especially I don't want the automount
script.
What is the best way to exclude udev-extraconf?
Thanks
Michael
--
_
Hi all,
This is fairly relevant to OpenEmbedded so I'd like to give you all a heads up.
I'll be releasing opkg v0.2.4 in around 2 weeks and will be following
that with v0.3.0 in the next month or two. The v0.3.0 release will
incorporate some useful features, including cache improvements and
packa
I found the solution... it seems that bitbake does not like camelCase
(and maybe any upper case letters)
I was able to reproduce the issue by renaming the beaglebone.conf
machine of the meta-yocto-bsp layer to myBeagleBone.conf.
the "not found in the base feeds" error is happening again.
But if I
Hi Paul,
Thanks very much for your help.
I will send the right one later.
Many thanks!
Jian
于 2014年10月28日 17:28, Paul Barker 写道:
On 28 October 2014 02:02, Liu Jian wrote:
Hi Paul,
Thanks to your correction.
Could you please tell me the mailing lists? I use this mailing lists
following the
Hello Paul,
On Tue, Oct 28, 2014 at 9:33 PM, Paul Barker wrote:
> I'll be releasing opkg v0.2.4 in around 2 weeks and will be following
> that with v0.3.0 in the next month or two. The v0.3.0 release will
> incorporate some useful features, including cache improvements and
> package file extracti
On 10/29/2014 01:19 AM, Neuer User wrote:
Hi
short question: In my own distro (inheriting from core-image), I
automatically get udev and udev-extraconf included. While I like udev, I
don't think I need udev-extraconf. Especially I don't want the automount
script.
What is the best way to exclude
On 10/28/2014 09:47 PM, Andrew Wozniak wrote:
Greetings,
I'm fairly new to the Yocto environment but have worked with lower
level Linux build systems. To get started, my target needs to have a
read-only rootfs, while excluding specific directories like /tmp and
/var/logs...
The Project Dev
27 matches
Mail list logo