Hello Kevin, Robert,
Am 05.11.2018 um 06:26 schrieb Kevin Hao:
On Sun, Nov 04, 2018 at 12:10:00PM +0200, Robert Berger wrote:
Hi,
On 02.11.18 16:27, Khem Raj wrote:
omap serial is obsolete why does linux-yocto keeps using it.
seondly, machine config should enable both consoles ttyO0 and ttyS
---
pseudo_db.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/pseudo_db.c b/pseudo_db.c
index 0994048..31f4dc4 100644
--- a/pseudo_db.c
+++ b/pseudo_db.c
@@ -18,6 +18,7 @@
*
*/
#include
+#include
#include
#include
#include
--
2.11.0
--
---
pseudo_client.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pseudo_client.c b/pseudo_client.c
index 5604cbf..e2ea715 100644
--- a/pseudo_client.c
+++ b/pseudo_client.c
@@ -1783,7 +1783,8 @@ pseudo_client_op(pseudo_op_t op, int access, int fd, int
dirfd, const char *p
If sqlite3 is built with FTS5 then it needs log() from libm.so. This is pulled
in automatically when dynamically linking as usual, or if static linking via
pkg-config. However as pseudo will link directly to libsqlite3.a this potential
linkage is lost and the build will fail with undefined symbols
On Tue, Nov 6, 2018 at 11:57 AM Markus W wrote:
>
> Hi!
>
> I want to append the rules in the
> recipe-core/udev/udev-rules-rpi/99-com.rules with the rules below from
> within my own recipe. I can´t figure out how to do that.
>
> I have tried to add those rules as separate rules file in a recipe i
Hi all.
I'm working on bug #8729 and I'm trying to implement the multi-boot
functionality for grub.
I've partially done and I've created a virtual/grub-bootconf that can be
used like that:
PREFERRED_RPROVIDER_virtual/grub-bootconf = "grub-multibootconf"
That's working ok and installs the proper
Current Dev Position: YP 2.6 M4 is in QA.
Next Deadline: YP 2.6 M4 Release Target was Oct. 26, 2018
SWAT Team Rotation:
· SWAT lead is currently: Chen
· SWAT team rotation: Chen -> Armin on Nov. 9, 2018
· SWAT team rotation: Armin -> Paul on Nov. 16, 2018
· h
Dear yocto community,
A basic question regarding yocto and git.
How to compute the SRCREV for the linux-raspberrypi_4.14.bb recipe:
$ cat meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.14.bb
LINUX_VERSION ?= "4.14.68"
SRCREV = "8c8666ff6c1254d325cfa300d16f9928b3f31fc0"
SRC_URI = "git:
The notes are at google doc:
https://docs.google.com/document/d/15jB6nUJU2wrtnu6w07L9RZpNlj6AoxSTPEX5aELts1g/edit?usp=sharing
and pasted below. If you want access to the link, please request access.
Attendees: Armin, Stephen, Joshua, Randy, Amanda, Lewis, Jon, Tim, Mark, Nick,
Alejandro, Rich
Hi,
On Tue, Nov 6, 2018 at 5:10 PM Laurentiu-Cristian Duca
wrote:
>
> Dear yocto community,
>
> A basic question regarding yocto and git.
> How to compute the SRCREV for the linux-raspberrypi_4.14.bb recipe:
> $ cat meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.14.bb
> LINUX_VERSIO
Greetings All,
I am wondering why this error is occuring:
yocto-layer: command not found
as I already sourced into my build with oe-init script and therefore add
wondering why it's not found. I checked the current developer manual and
that should work cleanly.
Thanks,
Nick
--
__
On 11/6/18 2:25 PM, nick wrote:
> Greetings All,
> I am wondering why this error is occuring:
> yocto-layer: command not found
Do you mean "bitbake-layers"?
--Mark
> as I already sourced into my build with oe-init script and therefore add
> wondering why it's not found. I checked the current dev
Signed-off-by: Armin Kuster
---
kver | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kver b/kver
index 7b008cd..5ccc572 100644
--- a/kver
+++ b/kver
@@ -1 +1 @@
-v4.4.141
+v4.4.147
--
2.7.4
--
___
yocto mailing list
yocto@yoctopro
On Tue, Nov 6, 2018 at 1:57 PM Armin Kuster wrote:
>
> Signed-off-by: Armin Kuster
> ---
> kver | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/kver b/kver
> index 7b008cd..5ccc572 100644
> --- a/kver
> +++ b/kver
> @@ -1 +1 @@
> -v4.4.141
> +v4.4.147
why not 4.4.162
>
On 11/6/18 2:05 PM, Khem Raj wrote:
> On Tue, Nov 6, 2018 at 1:57 PM Armin Kuster wrote:
>> Signed-off-by: Armin Kuster
>> ---
>> kver | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/kver b/kver
>> index 7b008cd..5ccc572 100644
>> --- a/kver
>> +++ b/kver
>> @@ -1 +1
On 2018-11-06 5:10 PM, akuster808 wrote:
On 11/6/18 2:05 PM, Khem Raj wrote:
On Tue, Nov 6, 2018 at 1:57 PM Armin Kuster wrote:
Signed-off-by: Armin Kuster
---
kver | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kver b/kver
index 7b008cd..5ccc572 100644
--- a/kver
+++
Hi Dimitris
On Tue, 2018-11-06 at 16:12 +0100, Dimitris Tassopoulos wrote:
>
> In this case the bootimg-efi.py script creates the extra partition, a
> different grub.cfg and also
> edits the /etc/fstab and mounts this partition over /boot and
> therefore virtual/grub-bootconf
> becomes unused.
>
On 11/6/18 2:42 PM, Bruce Ashfield wrote:
> On 2018-11-06 5:10 PM, akuster808 wrote:
>>
>> On 11/6/18 2:05 PM, Khem Raj wrote:
>>> On Tue, Nov 6, 2018 at 1:57 PM Armin Kuster
>>> wrote:
Signed-off-by: Armin Kuster
---
kver | 2 +-
1 file changed, 1 insertion(+), 1 deletion(
On Tue, Nov 6, 2018 at 2:42 PM Bruce Ashfield
wrote:
>
> On 2018-11-06 5:10 PM, akuster808 wrote:
> >
> > On 11/6/18 2:05 PM, Khem Raj wrote:
> >> On Tue, Nov 6, 2018 at 1:57 PM Armin Kuster wrote:
> >>> Signed-off-by: Armin Kuster
> >>> ---
> >>> kver | 2 +-
> >>> 1 file changed, 1 insertion
On 2018-11-06 8:07 p.m., akuster808 wrote:
On 11/6/18 2:42 PM, Bruce Ashfield wrote:
On 2018-11-06 5:10 PM, akuster808 wrote:
On 11/6/18 2:05 PM, Khem Raj wrote:
On Tue, Nov 6, 2018 at 1:57 PM Armin Kuster
wrote:
Signed-off-by: Armin Kuster
---
kver | 2 +-
1 file changed, 1 insertion(
Hello Kevin, Robert,
Am 06.11.2018 um 09:10 schrieb Heiko Schocher:
Hello Kevin, Robert,
Am 05.11.2018 um 06:26 schrieb Kevin Hao:
On Sun, Nov 04, 2018 at 12:10:00PM +0200, Robert Berger wrote:
Hi,
On 02.11.18 16:27, Khem Raj wrote:
omap serial is obsolete why does linux-yocto keeps using
21 matches
Mail list logo