|
Re: Best practice for building a large amount of source files
A simply workflow would be a local git repo with all the sources in, and then a recipe with a git SRC_URI pointing at the local directory.
Ross
A simply workflow would be a local git repo with all the sources in, and then a recipe with a git SRC_URI pointing at the local directory.
Ross
|
By
Burton, Ross <ross.burton@...>
·
#27684
·
|
|
Re: Best practice for building a large amount of source files
Ross, I will likely try a different workflow if we enter production environment with yocto. Right now I am just doing yocto integration testing myself, and want to simplify things as much as possible
Ross, I will likely try a different workflow if we enter production environment with yocto. Right now I am just doing yocto integration testing myself, and want to simplify things as much as possible
|
By
Michael Habibi <mikehabibi@...>
·
#27683
·
|
|
Re: Select make target for cmake
A clearer way would be to do:
do_compile() {
oe_runmake server
}
It's possible that the compile phase is building just the server, but then install is building and installing everything.
Ross
A clearer way would be to do:
do_compile() {
oe_runmake server
}
It's possible that the compile phase is building just the server, but then install is building and installing everything.
Ross
|
By
Burton, Ross <ross.burton@...>
·
#27682
·
|
|
Re: Best practice for building a large amount of source files
(1) is definitely my recommendation, separate the application development from the recipe to build the application.
Ross
(1) is definitely my recommendation, separate the application development from the recipe to build the application.
Ross
|
By
Burton, Ross <ross.burton@...>
·
#27681
·
|
|
Re: Best practice for building a large amount of source files
On 12/10/2015 1:16 PM, Michael Habibi wrote:
Not necessarily best practice, but it is something that bitbake has supported.
If you create a directory under
On 12/10/2015 1:16 PM, Michael Habibi wrote:
Not necessarily best practice, but it is something that bitbake has supported.
If you create a directory under
|
By
Jeremy Puhlman
·
#27680
·
|
|
Re: Computing transaction Error
you have a package called amp which is actually empty so it gets removed from final package list but the package group still has the depepndency
so you can use ALLOW_EMPTY in amp recipe or your run
you have a package called amp which is actually empty so it gets removed from final package list but the package group still has the depepndency
so you can use ALLOW_EMPTY in amp recipe or your run
|
By
Khem Raj
·
#27679
·
|
|
Best practice for building a large amount of source files
If I have some source I want to bring into my layer, for example:
Recipe dir:
meta-mylayer/recipes-management/myapplication/myapplication_1.0/<tons of source files>
What is the best option for adding
If I have some source I want to bring into my layer, for example:
Recipe dir:
meta-mylayer/recipes-management/myapplication/myapplication_1.0/<tons of source files>
What is the best option for adding
|
By
Michael Habibi <mikehabibi@...>
·
#27678
·
|
|
Re: Cleanly moving files from one package to another
Martin,
By
Bryan Evenson
·
#27677
·
|
|
Select make target for cmake
Hello Yocto experts,
Is it possible to specify a make target (e.g., "make server" or "make client") in a recipe using cmake? I am writing a set of recipies for a software that is built from a single
Hello Yocto experts,
Is it possible to specify a make target (e.g., "make server" or "make client") in a recipe using cmake? I am writing a set of recipies for a software that is built from a single
|
By
Philipp, Damian <Damian.Philipp@...>
·
#27676
·
|
|
Re: Cleanly moving files from one package to another
It should invalidate sstate signature for do_package* task
(maybe just do_package_write_ipk), if it doesn't then it's a bug.
Best way to test this is to use bitbake -S package, before and after
such
It should invalidate sstate signature for do_package* task
(maybe just do_package_write_ipk), if it doesn't then it's a bug.
Best way to test this is to use bitbake -S package, before and after
such
|
By
Martin Jansa
·
#27675
·
|
|
Re: Cleanly moving files from one package to another
Martin,
By
Bryan Evenson
·
#27674
·
|
|
Re: DHCP kernel 2.6.35
Edward,
By
Bryan Evenson
·
#27673
·
|
|
Re: Custom kernel headers and SDK
This was the approach we used in a Debian based system. Applications
that needed to be dependent on the custom capabilities of our kernel
depended on our XXX-kernel-header package and adjusted their
This was the approach we used in a Debian based system. Applications
that needed to be dependent on the custom capabilities of our kernel
depended on our XXX-kernel-header package and adjusted their
|
By
William Mills <wmills@...>
·
#27672
·
|
|
Re: Custom kernel headers and SDK
Hi Valentin,
When we first encountered the need for custom kernel headers, I asked
a similar question to yours on this list. And what I learned from some of the
responses was that modifying the
Hi Valentin,
When we first encountered the need for custom kernel headers, I asked
a similar question to yours on this list. And what I learned from some of the
responses was that modifying the
|
By
Vuille, Martin (Martin) <vmartin@...>
·
#27670
·
|
|
Re: Cleanly moving files from one package to another
Yes, see
https://www.debian.org/doc/debian-policy/ch-relationships.html#s-replaces
opkg should work the same.
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@...
Yes, see
https://www.debian.org/doc/debian-policy/ch-relationships.html#s-replaces
opkg should work the same.
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@...
|
By
Martin Jansa
·
#27669
·
|
|
Re: Computing transaction Error
Hi All,
I am getting the following error while running my bsp image.
Loading cache...
Updating cache... ######################################## [100%]
Computing transaction...error: Can't install
Hi All,
I am getting the following error while running my bsp image.
Loading cache...
Updating cache... ######################################## [100%]
Computing transaction...error: Can't install
|
By
Yukatharsani Jeyachandra <yukatharsanij@...>
·
#27671
·
|
|
Re: Cleanly moving files from one package to another
Martin,
By
Bryan Evenson
·
#27668
·
|
|
Re: in-tree defconfig
That's what I would have suggested. Set the kconfig mode so that in
tree config becomes the baseline.
In the upcoming release, I have an open bugzilla to tweak the way
that this works, and I should
That's what I would have suggested. Set the kconfig mode so that in
tree config becomes the baseline.
In the upcoming release, I have an open bugzilla to tweak the way
that this works, and I should
|
By
Bruce Ashfield <bruce.ashfield@...>
·
#27667
·
|
|
DNS nameserver on Yocto Daisy (resolvconf issue)
Hello,
I have problems getting dns nameservers to work on my custom image built on top of Yocto Daisy. I have tried added e.g., dns-nameservers entry to /etc/network/interfaces, however running
Hello,
I have problems getting dns nameservers to work on my custom image built on top of Yocto Daisy. I have tried added e.g., dns-nameservers entry to /etc/network/interfaces, however running
|
By
Andreas Enbacka <andreas.enbacka@...>
·
#27665
·
|
|
[meta-cgl][PATCH] heartbeat: Fix the broken url
From: Zongchun Yu <Zongchun.Yu@...>
Signed-off-by: Zongchun Yu <Zongchun.Yu@...>
---
meta-cgl-common/recipes-cgl/heartbeat/heartbeat_3.0.6.bb | 8 ++++----
1 file changed, 4
From: Zongchun Yu <Zongchun.Yu@...>
Signed-off-by: Zongchun Yu <Zongchun.Yu@...>
---
meta-cgl-common/recipes-cgl/heartbeat/heartbeat_3.0.6.bb | 8 ++++----
1 file changed, 4
|
By
b40527@...
·
#27666
·
|