[meta-ti] [thud][PATCH] ti-img-encode-decode: Update SRCREV and build encoder

2019-09-11 Thread Angela Stegmaier
Pick up latest version of ti-img-encode-decode which includes updates for decoder and addition of encoder. Also update the recipe to build the encoder module. Signed-off-by: Angela Stegmaier --- .../ti-img-encode-decode/ti-img-encode-decode_1.0.0.bb | 14 ++ 1 file changed, 10

[meta-ti] [thud/master][PATCH 2/4] ti-img-rogue-driver: port generic toolchain support from SGX

2019-09-11 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- .../0001-km-support-general-toolchain.patch| 56 ++ .../ti-img-rogue-driver_1.10.5371573.bb| 4 +- 2 files changed, 59 insertions(+), 1 deletion(-) create mode 100644

[meta-ti] [thud/master][PATCH 1/4] jailhouse: ensure INITRAMFS_IMAGE is initialized, pass full CC var

2019-09-11 Thread Denys Dmytriyenko
* If both INITRAMFS_IMAGE and JH_RAMFS_IMAGE are unset, variables fail to expand, which leads to dependency errors. * Passing full CC variable ensure all options are specified, especially --sysroot one for internal toolchains. Signed-off-by: Denys Dmytriyenko ---

[meta-ti] [thud/master][PATCH 4/4] ti-gc320-libs: only compatible with DRA7xx platform

2019-09-11 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb b/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb index df1a99e..e8c2f01

[meta-ti] [thud/master][PATCH 3/4] ti-sgx-ddk-km: also support arm-oe-linux-gnueabi as a hardfp compiler

2019-09-11 Thread Denys Dmytriyenko
OE-built internal toolchain doesn't use "-gnueabihf" suffix and instead uses "-gnueabi" for both softfp and hardfp. For now we only support hardfp (user-space binaries are only available in hardfp), but would be nice to check for "callconvention-hard" before applying the patch. Signed-off-by:

[meta-ti] [PATCH] ti-unpack: Simplify the logic to detect 32bit glibc on build host

2019-09-11 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-ti/includes/ti-unpack.inc | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/recipes-ti/includes/ti-unpack.inc b/recipes-ti/includes/ti-unpack.inc index 81fcf6a6..828f3d5a 100644 --- a/recipes-ti/includes/ti-unpack.inc +++

[meta-ti] [thud][PATCH] ti-img-rogue-umlibs: Update srcrev to pick latest fixes

2019-09-11 Thread Gowtham Tammana
Updating srcrev to pick latest fixes in the libs - GL header updates to include latest extension definitions - Fixes for NV12 format Signed-off-by: Gowtham Tammana --- recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5371573.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)