Age | Commit message (Collapse) | Author | Files | Lines |
|
This is mostly the result of running a slightly customized version
of the convert-overrides.py script from poky with additional
overrides added. A few minor fixups were done by hand afterwards
during a review of the changes.
The intent of these changes is to minimize the effort to keep the
"next" branch that builds against poky master up to date and tested
in preparation for the switch to the next Yocto LTS release in
early 2022.
Bug-AGL: SPEC-4052
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Ia3bf63b7cb1aa1d95ada373d1a3ab56def0a125d
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26564
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
|
|
Port of three optee patches:
- https://git.automotivelinux.org/AGL/meta-renesas-rcar-gen3/commit/?id=a9eb8fa93867b8012e0e2d520961221a2a3ffffa
- https://git.automotivelinux.org/AGL/meta-renesas-rcar-gen3/commit/?id=88d94ef02988376c22bf493e40ba339b2572236e
- https://git.automotivelinux.org/AGL/meta-renesas-rcar-gen3/commit/?id=0ba07a07e5847381c776fc07688707f1feff5a56
Bug-AGL: SPEC-3443
Change-Id: I1d49a2cf632f1f64cb66178f4899b1354b62b2a3
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/24910
Reviewed-by: Stéphane Desneux <stephane.desneux@iot.bzh>
|
|
Change-Id: I5107a29d97909bbca5a135ef8faa52332dff84ae
Signed-off-by: ronan <ronan.lemartret@gmail.com>
|
|
Change-Id: Id36993962b2b25624a581ec92743ea7633f99e98
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
|
|
* Remove the file generation and directly copy the files.
the files:
default_regular.c
default_regular.h
were generate with command line:
$ scripts/render_font.py \
--font_file lib/libutee/tui/fonts/amble/Amble-Regular.ttf \
--font_size 20 --font_name default_regular \
--out_dir out/arm-plat-rcar/ta_arm64-lib/libutee/tui
the files:
default_bold.c
default_bold.h
were generate with command line:
$ scripts/render_font.py \
--font_file lib/libutee/tui/fonts/amble/Amble-Bold.ttf \
--font_size 20 --font_name default_bold
--out_dir out/arm-plat-rcar/ta_arm64-lib/libutee/tui
python-wand 0.4.3 (and newer) is incompatible with imagemagick >= 7.0,
so we need to backport imagemagick 6.
If you don't have imagemagick 6 install on your host the build of optee-os
will failed.
Change-Id: I83a6c4b963b7d3e18f2730b601934708a2f6c7ef
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
|
|
* the new version of optee from Renesas rcar gen3 v2.16, doesn't need
this fix to build anymore.
Bug-AGL: SPEC-471
Change-Id: I8869b13bf038e2cd2f45a26affadd757fe1ea10c
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
|
|
Change-Id: I1ce6a5f4fb2d04962234d4b2f9bcfe92140cccc9
Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
|
|
* optee-os use python script to build so,
We need to add:
inherit pythonnative
If not we use host python during the build.
* During the build, optee-os use script:
- scripts/pem_to_pub_c.py
- scripts/sign.py
Those script depend on python-pycrypto
"from Crypto.PublicKey import RSA"
So we need to add python-pycrypto native to recipes
* The python-pycrypto recipes come from meta-security (out of AGL):
https://layers.openembedded.org/layerindex/recipe/39101/
Change-Id: I64340544c9a23a8e9ef62aca348fc08722d3dcc2
Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
|
|
Change-Id: I47dcf04e05ec61eebff20a171df78584c7de70a1
Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
|
|
Note: optee-os recipe is disable for the moment.
Change-Id: I8881fcc3c794b1cbb479b8e7d61bb86688f78bf9
Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
|