summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* dfe-lld:SRCREV to 01.00.00.09AMahesh Radhakrishnan2019-10-021-3/+3
| | | | | Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* common-csl-ip: SRCREV to 03.03.00.16AMahesh Radhakrishnan2019-10-021-3/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* board-rtos: SRCREV update to 01.00.10.06CMahesh Radhakrishnan2019-10-021-3/+3
| | | | | Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* vshmem-uio-driver: Make it ti-soc specificKhem Raj2019-10-021-0/+2
| | | | | | | | | | | | | | | | | | | | | | It rdepends on jailhouse package which is already marked at ti-soc compatible only, so in a multi-BSP setup it ends up breaking builds ERROR: Nothing RPROVIDES 'jailhouse' (but /home/jenkins/oe/world/yoe/sources/meta-ti/recipes-bsp/ivshmem-uio/ivshmem-uio-driver_git.bb RDEPENDS on or otherwise requires it) jailhouse was skipped: incompatible with machine qemux86-64 (not in COMPATIBLE_MACHINE) NOTE: Runtime target 'jailhouse' is unbuildable, removing... Missing or unbuildable dependency chain was: ['jailhouse'] NOTE: Runtime target 'ivshmem-uio-driver-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['ivshmem-uio-driver-dev', 'jailhouse'] ERROR: Nothing RPROVIDES 'ivshmem-uio-driver' (but /home/jenkins/oe/world/yoe/sources/meta-ti/recipes-bsp/ivshmem-uio/ivshmem-uio-driver_git.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'ivshmem-uio-driver' NOTE: Runtime target 'ivshmem-uio-driver' is unbuildable, removing... Missing or unbuildable dependency chain was: ['ivshmem-uio-driver'] Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* pru-icss: fix build warnings for j7-evmSuman Anna2019-10-021-2/+5
| | | | | | | | | | | The rpmsg-echo firmwares are not supported for Tx_PRU cores on J721E SoCs, these cores only support the Halt images. So suppress the build warnings around Tx_PRU rpmsg-echo firmwares by limiting the default ALTERNATIVES and updating the list for just the pru-icss-halt package. Signed-off-by: Suman Anna <s-anna@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* beaglebone-getting-started: update to the latest and fix licensesKhem Raj2019-10-011-5/+6
| | | | | | | | | | | | | | This is as per https://github.com/jadonk/beaglebone-getting-started/blob/master/LICENSE.txt * Mention CC-BY-SA-3.0 * Update to GPLv3+ since RNDIS addition * Remove ambiguous "others" license Package now contains sample bash scripts for the host * skip file-rdeps QA check Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* signgp.bb: Use SPDX short identifier for new BSD i.e. BSD-3-ClauseKhem Raj2019-10-011-1/+1
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-img-rogue-driver: Update srcrev to pick latest changesGowtham Tammana2019-09-301-2/+2
| | | | | | | | | | Picks the following changes - Fix dma-api warnings - Add flags to support guest instance Signed-off-by: Gowtham Tammana <g-tammana@ti.com> Signed-off-by: Erick Narvaez <e-narvaez@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-img-rogue-umlibs: Update srcrev to pick virt fw binGowtham Tammana2019-09-301-2/+2
| | | | | | | | | A firmware binary for guest is added to source repo, updating the srcrev to pick the latest changes. Signed-off-by: Gowtham Tammana <g-tammana@ti.com> Signed-off-by: Erick Narvaez <e-narvaez@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* recipes-bsp: ivshmem-uio: Add new recipe for ivshmem-uio driverNikhil Devshatwar2019-09-301-0/+27
| | | | | | | | | This is external kernel module which enables userspace io over the Jailhouse ivhsmem (inter VM shared memory) This driver is useful to test the inter VM communication. Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-img-encode-decode: Update SRCREV to latestAngela Stegmaier2019-09-301-2/+2
| | | | | | | | Pick up latest version of ti-img-encode-decode with fixes for debug warnings. Signed-off-by: Angela Stegmaier <angelabaker@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* recipes-ti: Use COMMON_LICENSE_DIR instead of COREBASEKhem Raj2019-09-302-2/+2
| | | | | | | | Fixes beaglebone-capes-1.0-r4 do_populate_lic: ${COREBASE}/LICENSE is not a valid license file, please use '${COMMON_LICENSE_DIR}/MIT' for a MIT License file in LIC_FILES_CHKSUM. This will become an error in the future Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* rwmem: Update to 2.0-rc2+Khem Raj2019-09-272-13/+27
| | | | | | | | | | - New versions uses CMake and extra modules - Correct detection of nm/ranlib/ar for LTO - Fix build with clang/libc++ - depend on python3, needed during build Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-cgt7x: Update to version 1.2.0Mahesh Radhakrishnan2019-09-271-7/+6
| | | | | | | The license checksum changed due to the version, but the license itself has not changed since the last release (1.1.0) Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* recipes-kernel: jailhouse: update SRCREV to ti2019.04-rc2 tagNikhil Devshatwar2019-09-271-1/+1
| | | | | Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* uim: Rename to uim-sysfsKhem Raj2019-09-251-0/+0
| | | | | | | | | | There is a uim recipe clash with meta-oe layer where uim recipe is pre-existing see [1] [1] http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/recipes-support/uim/ Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* pru-icss: add J721E SupportNick Saulnier2019-09-251-4/+66
| | | | | | | | | | Updated git commit & version number for PRU Software Support Package. Builds J721E Halt and RPMsg examples and packages them into lib/firmware/pru Signed-off-by: Nick Saulnier <nsaulnier@ti.com> Signed-off-by: Suman Anna <s-anna@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to ti2019.04-rc2 tagDan Murphy2019-09-242-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to ti2019.04-rc2 tagDan Murphy2019-09-241-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sgx-ddk-km: Update SRCREV to pick CMA mem area changesGowtham Tammana2019-09-241-2/+2
| | | | | | | | Support for new CMA linux mem area is added, updating srcrev to pick the latest changes. Signed-off-by: Gowtham Tammana <g-tammana@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* conf/machine: mtools and dosfsutils are now in wic depends by defaultDenys Dmytriyenko2019-09-244-5/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-img-encode-decode: Update SRCREV to latestAngela Stegmaier2019-09-241-2/+2
| | | | | | | | Pick up latest version of ti-img-encode-decode with latest bug fixes. Signed-off-by: Angela Stegmaier <angelabaker@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-ipc: Update to new version 3.50.04.07Sam Nelson2019-09-243-7/+7
| | | | | Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* j7-evm: add new k3-j721e-proc-board-tps65917.dtbDenys Dmytriyenko2019-09-211-0/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* cpsw9g-eth-fw: update ethernet firmwareSanthana Bharathi2019-09-211-2/+2
| | | | | | | | | | * Updated the ethernet Fw to use PDK memory map so that it can run along with IPC apps in CoreSDK. * Added stripped version of the firmware Signed-off-by: Santhana Bharathi <santa@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* sciclient-rtos: SRCREV updateMahesh Radhakrishnan2019-09-201-2/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-img-rogue-driver: Update srcrev to pick get_order fixGowtham Tammana2019-09-181-2/+2
| | | | | | | | | `__get_order()` API got changed to `get_order()` in the newer kernel 4.19.73. Updating the srcrev to pick the corresponding fix in the driver. Signed-off-by: Gowtham Tammana <g-tammana@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot-ti-staging: update to ti2019.04-rc1 tagDan Murphy2019-09-181-2/+2
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti-staging: update to ti2019.04-rc1 tagDan Murphy2019-09-182-4/+4
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* libion: update to fix musl builds by avoiding __BEGIN_DECL/__END_DECLDenys Dmytriyenko2019-09-181-1/+1
| | | | | | | | The fix from Khem Raj to use extern "C" instead of __BEGIN_DECL/__END_DECL macros Signed-off-by: Denys Dmytriyenko <denys@ti.com> Cc: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ibl-boot-rtos: SRCREV bump to address b2ccs utils packaging issue on windowsMahesh Radhakrishnan2019-09-171-6/+13
| | | | | Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-img-rogue-umlibs: Update srcrev to pick latestGowtham Tammana2019-09-171-2/+2
| | | | | | | | The source repo has been updated with latest nulldrmws artifacts and debug binaries. Updating srcrev to pick the latest changes. Signed-off-by: Gowtham Tammana <g-tammana@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* videnc-test-app: Add the videnc-test-app recipeHuang, David2019-09-171-0/+18
| | | | | | | | The videnc-test-app provides the video encoder test app (tienc_encode) for j7-evm. Signed-off-by: David Huang <d-huang@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* viddec-test-app: Update to the latestHuang, David2019-09-171-2/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* libgbm: Remove remaining parts of this projectAndrew F. Davis2019-09-171-28/+0
| | | | | | | | After libgbm was moved into the ti-sgx-ddk-um project the recipe for libgbm was deleted, this patch was left over, remove it here. Signed-off-by: Andrew F. Davis <afd@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* cpsw9g-eth-fw: Add CPSW 9G support for J7Santhana Bharathi2019-09-171-0/+43
| | | | | Signed-off-by: Santhana Bharathi <santa@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ion: add libion and ion-tests packages for ION supportDenys Dmytriyenko2019-09-133-0/+66
| | | | | | ION Userspace Memory Allocator Library and tests Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-softhsmv2, libp11, engine-pkcs11: openssl10 is no longer availableDenys Dmytriyenko2019-09-133-3/+3
| | | | | | | These packages still need to be migrated from 1.0 API to 1.1 Specific to Keystone2 platforms. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* emac-lld-rtos: Adding trace-rtos as a dependency for k3 devicesTinku Mannan2019-09-131-1/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-img-encode-decode: Update SRCREV and build encoderAngela Stegmaier2019-09-121-4/+10
| | | | | | | | | | 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 <angelabaker@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-gc320-libs: only compatible with DRA7xx platformDenys Dmytriyenko2019-09-121-6/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sgx-ddk-km: also support arm-oe-linux-gnueabi as a hardfp compilerDenys Dmytriyenko2019-09-122-1/+37
| | | | | | | | | | | 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: Denys Dmytriyenko <denys@ti.com>
* ti-img-rogue-driver: port generic toolchain support from SGXDenys Dmytriyenko2019-09-122-1/+59
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* jailhouse: ensure INITRAMFS_IMAGE is initialized, pass full CC varDenys Dmytriyenko2019-09-121-3/+2
| | | | | | | | | * 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 <denys@ti.com>
* ti-img-rogue-umlibs: Update srcrev to pick latest fixesGowtham Tammana2019-09-121-2/+2
| | | | | | | | | | 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 <g-tammana@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-unpack: Simplify the logic to detect 32bit glibc on build hostKhem Raj2019-09-121-4/+1
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-img-rouge-umlibs: Update srcrec to pick virt binsGowtham Tammana2019-09-101-2/+2
| | | | | | | | | | Update the graphics libraries to pick the virtualization support enabled binaries. 1950766 Virt: Enable FW build for virtualization Signed-off-by: Gowtham Tammana <g-tammana@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-img-rogue-driver: Update src to pick virt changesGowtham Tammana2019-09-101-2/+2
| | | | | | | | Virtualization support is added to the driver. Updating srcrev here to pick the relevant sources. Signed-off-by: Gowtham Tammana <g-tammana@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* cadence-mhdp-fw: update to 1.2.17Denys Dmytriyenko2019-09-061-2/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-sgx-ddk-um: Remove the removing of wayland-egl.pcAndrew F. Davis2019-09-061-2/+0
| | | | | | | | | This file was shipped as part of the DDK, but was also supplied by libwayland so it was deleted here. This file has been removed from the DDK, so deleting the file manually here is no longer needed. Signed-off-by: Andrew F. Davis <afd@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>