|
[meta-security][PATCH 3/3] added tpm2tss.so to tpm2-tss-engine package
OpenSSL has changed its naming convention for engines,
the library must be named tpm2tss.so for OpenSSL 1.1
added `INSANE_SKIP` to allow symbolic link to be added in
tpm2-tss-engine-engines
commented
OpenSSL has changed its naming convention for engines,
the library must be named tpm2tss.so for OpenSSL 1.1
added `INSANE_SKIP` to allow symbolic link to be added in
tpm2-tss-engine-engines
commented
|
By
Daniel
·
#47921
·
|
|
[meta-security][PATCH 2/3] update tpm2-abrmd tpm2-tool tpm2-tss tpm2-tss-engine
* tpm2-abrmd update to 2.2.0
* tpm2-tool update to 3.2.0
* tpm2-tss update to 2.3.1
* tpm2-tss-engine update to 1.0.1
The update of tpm2-tss-engine fix Compilation with optimisation enabled breaks
* tpm2-abrmd update to 2.2.0
* tpm2-tool update to 3.2.0
* tpm2-tss update to 2.3.1
* tpm2-tss-engine update to 1.0.1
The update of tpm2-tss-engine fix Compilation with optimisation enabled breaks
|
By
Daniel
·
#47920
·
|
|
[meta-security][PATCH 1/3] Updates tpm2-abrmd.default and fix indentation in tpm2-abrmd-init.sh
The current version of tpm2-abrmd does not support
`--max-transient-objects` and `--fail-on-loaded-trans`.
With those arguments the start-stop-daemon in init script
will fail silently.
Also fix one
The current version of tpm2-abrmd does not support
`--max-transient-objects` and `--fail-on-loaded-trans`.
With those arguments the start-stop-daemon in init script
will fail silently.
Also fix one
|
By
Daniel
·
#47919
·
|
|
Re: Yocto server is down
On 1/9/20 12:49 PM, FLoraVLogs wrote:
Its working for me. I believe some work was being done on the NAS that might have affected this.
Please try again.
- Armin
On 1/9/20 12:49 PM, FLoraVLogs wrote:
Its working for me. I believe some work was being done on the NAS that might have affected this.
Please try again.
- Armin
|
By
Armin Kuster
·
#47918
·
|
|
Re: i.MX6 screen rotation
Bert wrote...
The LCD is a 640x480 pixel TFT which has the NewVision NV3052C controller embedded within it into which we drive the 24bits of RGB colour data along with VSYNC, HSYNC, PIXCLK from the
Bert wrote...
The LCD is a 640x480 pixel TFT which has the NewVision NV3052C controller embedded within it into which we drive the 24bits of RGB colour data along with VSYNC, HSYNC, PIXCLK from the
|
By
Andy Pont <andy.pont@...>
·
#47917
·
|
|
QA Issue while building core-image-mono
Hi,
I was trying to add meta-mono to yocto build, i had cloned meta-mono and added the layer to bblayer.conf and when i try to build core-image-mono using the below command, i get
Hi,
I was trying to add meta-mono to yocto build, i had cloned meta-mono and added the layer to bblayer.conf and when i try to build core-image-mono using the below command, i get
|
By
Sheraz Ali <sheraz.ali@...>
·
#47916
·
|
|
Re: [meta-freescale] i.MX6 screen rotation
Uname -a
Linux purple 5.0.4-050004-generic #201903231634 SMP Sat Mar 23 20:37:29 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Also
mattis@purple:~/development/main/Unishop/template-2$ lsb_release -a
No
Uname -a
Linux purple 5.0.4-050004-generic #201903231634 SMP Sat Mar 23 20:37:29 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Also
mattis@purple:~/development/main/Unishop/template-2$ lsb_release -a
No
|
By
Mattis Spieler Asp <mattis.asp@...>
·
#47915
·
|
|
Re: Md5sum calculation
Welcome to the Yocto Project!
You can either download the file manually and run:
md5sum package_3.14.tar.gz
or put bogus values into the recipe and then:
bitbake package
and bitbake will tell you
Welcome to the Yocto Project!
You can either download the file manually and run:
md5sum package_3.14.tar.gz
or put bogus values into the recipe and then:
bitbake package
and bitbake will tell you
|
By
Randy MacLeod
·
#47914
·
|
|
Getting the example recipe created with create-layer to print
Hi,
am trying to get some custom logging seen on the console but am
failing to see it get printed.
Here is an example showing the failure.
The starting point is a vanilla clone of poky zeus.
I'm
Hi,
am trying to get some custom logging seen on the console but am
failing to see it get printed.
Here is an example showing the failure.
The starting point is a vanilla clone of poky zeus.
I'm
|
By
Alan Martinović <alan.martinovic@...>
·
#47913
·
|
|
Re: i.MX6 screen rotation
Hi Andy,
this sounds like you have to check your hardware and your framebuffer driver. How is the display connected to the display controller? This is may not set correctly in your framebuffer driver.
Hi Andy,
this sounds like you have to check your hardware and your framebuffer driver. How is the display connected to the display controller? This is may not set correctly in your framebuffer driver.
|
By
Bert <bert.boehne@...>
·
#47912
·
|
|
[meta-zephyr][PATCH 4/4] zephyr-kernel-test.inc: exclude test which fails with arm
Signed-off-by: Naveen Saini <naveen.kumar.saini@...>
---
recipes-kernel/zephyr-kernel/zephyr-kernel-test.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
Signed-off-by: Naveen Saini <naveen.kumar.saini@...>
---
recipes-kernel/zephyr-kernel/zephyr-kernel-test.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
|
By
Naveen Saini
·
#47911
·
|
|
[meta-zephyr][PATCH 3/4] tune-cortexm3.inc: set '-mfloat-abi=soft' floating-point ABI
Due to default -mfloat-abi=softfp facing below error log:
"Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
Ref:
Due to default -mfloat-abi=softfp facing below error log:
"Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
Ref:
|
By
Naveen Saini
·
#47910
·
|
|
[meta-zephyr][PATCH 2/4] zephyr-getchar_git: remove sample program
This sample program does not exist anymore.
Signed-off-by: Naveen Saini <naveen.kumar.saini@...>
---
.../zephyr-getchar/zephyr-getchar_git.bb | 26 -------------------
1 file changed, 26
This sample program does not exist anymore.
Signed-off-by: Naveen Saini <naveen.kumar.saini@...>
---
.../zephyr-getchar/zephyr-getchar_git.bb | 26 -------------------
1 file changed, 26
|
By
Naveen Saini
·
#47909
·
|
|
[meta-zephyr][PATCH 1/4] newlib: upgrade 2.4.0 -> 3.2.0
Dropped the patches which are not required anymore.
Signed-off-by: Naveen Saini <naveen.kumar.saini@...>
---
.../newlib/gettimeofday-header-fix.patch | 20 -
Dropped the patches which are not required anymore.
Signed-off-by: Naveen Saini <naveen.kumar.saini@...>
---
.../newlib/gettimeofday-header-fix.patch | 20 -
|
By
Naveen Saini
·
#47908
·
|
|
Md5sum calculation
Hi
I am a newbie in yocto can anyone help me in finding the md5sum of
the file before downloading
the file in yocto.
Hi
I am a newbie in yocto can anyone help me in finding the md5sum of
the file before downloading
the file in yocto.
|
By
Sheraz Ali <sheraz.ali@...>
·
#47907
·
|
|
Re: patchutils bitbake recipe
Howdy!
Have fun, and feel free to return with arising questions :)
Anything that works for you is a decent usecase. In terms of Yocto/OE,
the line between decent and non-decent is less a technical
Howdy!
Have fun, and feel free to return with arising questions :)
Anything that works for you is a decent usecase. In terms of Yocto/OE,
the line between decent and non-decent is less a technical
|
By
Josef Holzmayr <holzmayr@...>
·
#47906
·
|
|
Re: Maintaining patchtest
thanks for stepping up.
I think this is a good idea. Bringing tools closer to developers and
having the ability to
run it offline, perhaps before submitting patches is going to improve
the
thanks for stepping up.
I think this is a good idea. Bringing tools closer to developers and
having the ability to
run it offline, perhaps before submitting patches is going to improve
the
|
By
Khem Raj
·
#47905
·
|
|
Re: patchutils bitbake recipe
Thanks! It sounds like I am not stepping into an historical tarpit then. There
are so many references to patchutils in the Yocto ecosystem that I figured
there just had to be some reason for the
Thanks! It sounds like I am not stepping into an historical tarpit then. There
are so many references to patchutils in the Yocto ecosystem that I figured
there just had to be some reason for the
|
By
Chuck Wolber
·
#47904
·
|
|
Re: [meta-gplv2][PATCH 2/2 v2] diffutils: musl has working malloc() and realloc()
Thanks for the reminder. Final note, Back in the days, uClibc had
a compile time option to select one behaviour or the other.
Cheers,
A.
Thanks for the reminder. Final note, Back in the days, uClibc had
a compile time option to select one behaviour or the other.
Cheers,
A.
|
By
Andr? Draszik <git@...>
·
#47903
·
|
|
Re: [meta-gplv2][PATCH 2/2 v2] diffutils: musl has working malloc() and realloc()
Sorry, I was too quick replying here... It's simply defaulting to no
because of cross-compilation, no matter what libc is in use.
I wanted to be conservative, but Adrian reminded me of actual
Sorry, I was too quick replying here... It's simply defaulting to no
because of cross-compilation, no matter what libc is in use.
I wanted to be conservative, but Adrian reminded me of actual
|
By
Andr? Draszik <git@...>
·
#47902
·
|