summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-03-26ltp-ddt: Update to latest07.03.00.004Aparna Balasubramanian
Update includes addition of rgx test for 8k texture support and gpio pin numbers fix for am64 platforms. Signed-off-by: Aparna Balasubramanian <aparnab@ti.com>
2021-03-23layer.conf: remove releases before dunfell as compatiblePraneeth Bajjuri
This follows commit 00eb3341 ("layer.conf: remove releases before dunfell as compatible") from meta-ti. removing older than dunfell releases. Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>
2021-03-19packagegroups: tisdk-connectivity: Include BT_TI package for all platforms07.03.00.003Hari Nagalla
Move BT_TI package (That consists bt_enable,bt_fw) to CONNECTIVITY_RDEPENDS. This enables the package across all TI platforms. Signed-off-by: Hari Nagalla <hnagalla@ti.com> [praneeth@ti.com: addressed review comments from v1] Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Acked-by: Denys Dmytriyenko <denys@konsulko.com>
2021-03-17tisdk-tiny-image: remove packagedata task breaking initramfs packagingDenys Dmytriyenko
The way initramfs gets included into other packages causes its packagedata manifest to be absent in sstate. This used to be a warning and as part of cleanup and proper fixing in master, became an error. That was inadvertently backported to dunfell, but will be reverted soon. Regardless, fix it by removing the unnecessary task in the initramfs image recipe. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
2021-03-16opencv: drop deprecated bbappend for DSP-offloadingDenys Dmytriyenko
DSP-offloading to OpenCL hasn't been updated for ~3 years [1] and is based on version 3.1, which is no longer available. Remove remaining bbappend. [1] https://git.ti.com/cgit/opencv/tiopencv/log/?h=tiopencvrelease_3.1 Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Acked-by: Nishanth Menon <nm@ti.com> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
2021-03-12gstreamer1.0-plugins-good: backport qmlglsink EGL build fixGowtham Tammana
Backport qmlglsink build fix for EGL platform with no X11 headers. Signed-off-by: Gowtham Tammana <g-tammana@ti.com> Reviewed-by: Denys Dmytriyenko <denis@denix.org>
2021-03-12ltp-ddt: Update to latestAparna Balasubramanian
Includes ipc testcase fixes for k3 devices Signed-off-by: Aparna Balasubramanian <aparnab@ti.com> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
2021-03-10websocketd: update SRCREV to latest tagNikhil Devshatwar
Update commit ID for websocketd to latest tag v0.4.1 Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
2021-03-10packagegroups: tisdk-connectivity: Include TI wlan packages for k3 platformsNikhil Devshatwar
Currently, the K3 platforms do not include the TI wlan related packages. Add in the tisdk-connectivity packagegroup. While at it, combine the packages added in all overrides into CONNECTIVITY_RDEPENDS variable and remove from overrides. Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com> Suggested-by: Hari Nagalla <hnagalla@gmail.com> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
2021-02-21meta-arago-extras: recipes-devtools: statcol: Add power monitoring support07.03.00.00207.03.00.001Keerthy
Add power monitoring support Signed-off-by: Keerthy <j-keerthy@ti.com> Signed-off-by: Karthik Ramanan <karthik.ramanan@ti.com> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
2021-02-16ltp-ddt: Update to latest for AM64xx-SK supportAparna Balasubramanian
AM64xx-SK platform support comes with this update. Signed-off-by: Aparna Balasubramanian <aparnab@ti.com> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
2021-01-27branding-*: remove remnants of u-boot-k3-r507.03.00.000Denys Dmytriyenko
u-boot-k3-r5 was deprecated some time ago by multiconfig support in meta-ti: http://arago-project.org/git/?p=meta-arago.git;a=commitdiff;h=7bd2c5d5fdf8cf0711e52454f76244373ee76d1d Signed-off-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Dan Murphy <dmurphy@ti.com>
2021-01-27branding-core-next: explicitly select latest versionsDenys Dmytriyenko
As meta-ti lowers default preferences for latest versions of Linux kernel and U-boot, need to specify them explicitly for "core-next" brand. Signed-off-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Dan Murphy <dmurphy@ti.com>
2021-01-20branding: core-next: AUTOREV kernel and uboot07.02.00.004Dan Murphy
Set the Linux kernel and uBoot to AUTOREV in the core-next brand so that the recipes do not have to be updated when doing builds. AUTOREV can be removed once the kernel and uBoot recipes can be updated with a pinned commit SHA. Signed-off-by: Dan Murphy <dmurphy@ti.com>
2021-01-14branding: Add branding-core-next to aid in migration07.02.00.003Dan Murphy
Add a core-next brand branding type to be able to re-direct the recipe preferred providers or versions to highest PV'd recipe. The branding-core should indicate the current version to build if not the highest version. For the purpose of an example the Arago distribution will be migrating from the 5.4 kernel to the 5.10 during the 2021 time frame. In order to assist with a smoother migration the distribution needs to be able to build the 5.4 kernel for the core brand and build the 5.10 kernel for the core-next. Once the transition from 5.4->5.10 kernel is done then the PREFERRED_VERSION in the branding-core.inc can be removed. From: Dan Murphy <dmurphy@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
2021-01-07ltp-ddt: Update to latest07.02.00.002Aparna Balasubramanian
Signed-off-by: Aparna Balasubramanian <aparnab@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
2021-01-07branding-bleeding: optee-os: Stop auto rev of optee-osDan Murphy
Current mainline optee-os has the patches applied and the bleeding build fails to apply the patches as they already exist on the current HEAD. So optee-os should be pinned to 3.11 with the patches needed to build successfully. Long term may need a recipe to build mainline HEAD exclusively and for non-bleeding builds pin OPTEE-os to a specific version. Signed-off-by: Dan Murphy <dmurphy@ti.com>
2021-01-07optee-os: as meta-ti now has upstream 3.11, drop local forkDenys Dmytriyenko
There's no need for ti-optee-os fork any more, as it's exactly the same as upstream Signed-off-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Dan Murphy <dmurphy@ti.com>
2021-01-06packagegroup-arago-tisdk-addons: Include ti-rtos-firmware for AM64xxSuman Anna
Include the ti-rtos-firmware recipe for AM64xx machines so that the PDK firmware images are included in the file system. Reported-by: Aparna Balasubramanian <aparnab@ti.com> Signed-off-by: Suman Anna <s-anna@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
2020-12-17optee-os: update SRCREV to pick latest07.02.00.001Praneeth Bajjuri
updating SRCREV to pick the latest commit on repo: ti-optee-os.git branch: ti-optee-os Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
2020-12-16ltp-ddt: Update to latestAparna Balasubramanian
Signed-off-by: Aparna Balasubramanian <aparnab@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
2020-11-12packagegroup-*-connectivity: include devlink from iproute207.01.00.006Vignesh Raghavendra
devlink tool is used for configuration of CPSW switch parameters on AM57xx and K3 platforms. So, include the same as part of SDK. Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
2020-11-12ltp-ddt: Update to latestAparna Balasubramanian
Signed-off-by: Aparna Balasubramanian <aparnab@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
2020-11-12packagegroup-arago-tisdk-addons-sdk-target: Add ti-rpmsg-char dev packagesSuman Anna
Add the ti-rpmsg-char dev packages to make the public headers available in the target sysroot in the devkit so that applications can cross-compile against these on the host. Signed-off-by: Suman Anna <s-anna@ti.com> Tested-by: Lucas Weaver <l-weaver@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
2020-11-06recipes-tisdk: ti-tisdk-makefile: Update firmware name for j7 ti-sci->ti-fs07.01.00.005Dan Murphy
Signed-off-by: Dan Murphy <dmurphy@ti.com>
2020-11-06tisdk-core-bundle: Update sysfw deploy image name from ti-sci->ti-fsDan Murphy
Signed-off-by: Dan Murphy <dmurphy@ti.com>
2020-11-05matrix-gui-pm-demos: Allow empty packagePaul Barker
The matrix-gui-pm-demos recipe splits its binaries into several subpackages leaving the default package empty. The dependencies for the default package are set so it makes sense to allow this empty package to be created. Signed-off-by: Paul Barker <pbarker@konsulko.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
2020-11-03packagegroup: arago-tisdk-addons: Include statcol for k3 devicesNikhil Devshatwar
statcol is an application which collects the statistical data from various sources and allows to visualize it on the host machine using web sockets. Include this in the filesystem via arago-tisdk-addons packagegroup. Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
2020-11-02argo-prefs: remove prefered provider for libglGowtham Tammana
ligbl provider was needed earlier for satisfying weston dependencies. Removing this as that is not needed anymore. Signed-off-by: Gowtham Tammana <g-tammana@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
2020-11-02layer.conf: add socket to the hosttoolsGowtham Tammana
`socket` can be used in proxy scripts, add it to the nonfatal host tools. Signed-off-by: Gowtham Tammana <g-tammana@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
2020-11-02statcol: New recipe for statistics collector applicationNikhil Devshatwar
statcol is a statistics collector application which can be used to get various statistics data like CPU load, DDR bandwidth, network speed, etc from various sources. It allows to simply dump the data over command line or it can also be used to send to a websocket for visualization on a host machine. Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com> Reviewed-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
2020-11-02websocketd: Add new recipeNikhil Devshatwar
websocketd is an application which allows to redirect output of command line applications via a websocket so that web pages can interact with them. This is very useful for visualizing statistics information on host machine browser. Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com> Tested-by: Nikhil Devshatwar <nikhil.nd@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
2020-11-02cairo: enable gles2 supportGowtham Tammana
add gles2 support for devices which can support it. Signed-off-by: Gowtham Tammana <g-tammana@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
2020-10-24ltp-ddt: Update to latest07.01.00.004Aparna Balasubramanian
Signed-off-by: Aparna Balasubramanian <aparnab@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
2020-10-22packagegroup-arago-tisdk-addons: add ti-rpmsg-char for all K3 platformsSuman Anna
libti_rpmsg_char is a new utility library providing a simple API for applications wanting to talk to remote processors over the rpmsg_char Linux kernel driver with virtio-rpmsg back-end transport. Add this library and examples for all the K3 platforms. It does not support legacy SoCs at the moment, but this can be adjusted later on when the support for the same is added to the library. Signed-off-by: Suman Anna <s-anna@ti.com> Signed-off-by: Gowtham Tammana <g-tammana@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
2020-10-22linuxptp: Update to latest tip of ti-linuxptp branchLokesh Vutla
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
2020-10-20packagegroup-arago-sysvinit-boot: Skip recipe if sysvinit is not enabledPaul Barker
This change fixes the following error seen at parse time when the meta-arago-distro layer is present but sysvinit is not in DISTRO_FEATURES: ERROR: .../meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-sysvinit-boot.bb: Please ensure that your setting of VIRTUAL-RUNTIME_init_manager (sysvinit) matches the entries enabled in DISTRO_FEATURES ERROR: Failed to parse recipe: .../meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-sysvinit-boot.bb Signed-off-by: Paul Barker <pbarker@konsulko.com> Reviewed-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
2020-10-14img-pvr-sdk: update arm64 wayland binsGowtham Tammana
Signed-off-by: Gowtham Tammana <g-tammana@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
2020-10-14branding-mainline: build mainline kernel/u-boot with ARAGO_BRAND="mainline"Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
2020-10-14packagegroup: move k2-fw-initrd from default to base imageDenys Dmytriyenko
k2-fw-initrd contains SerDes, QMSS and NETCP PA firmware images needed for booting K2 devices. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
2020-10-10optee-os: drop code that was moved to meta-tiDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
2020-10-07arago.conf: change the local feed address07.01.00.003Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
2020-10-07ltp-ddt: Update to latestAparna Balasubramanian
Signed-off-by: Aparna Balasubramanian <aparnab@ti.com> Reviewed-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
2020-10-06qtwayland: backport texture-sharing/custom-compositor fixGowtham Tammana
Reviewed-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Gowtham Tammana <g-tammana@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
2020-10-02kmscube: enable gles3 targets conditionallyGowtham Tammana
Patch kmscube to enable gles3 targets conditionally, as not all glesv2 targets support glesv3. Signed-off-by: Gowtham Tammana <g-tammana@ti.com> Reviewed-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
2020-09-24README: fix branch name for dunfellDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-09-24README: document dependency on meta-arm and meta-arm-toolchain, drop meta-linaroDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-09-23README: add Dan Murphy to maintainers listDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-09-18packagegroup-*-addons-sdk-target: add numpy module to the target sysroot of ↵07.01.00.002Denys Dmytriyenko
devkit Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-09-18meta-toolchain-arago: reinstate python binaries in devkitDenys Dmytriyenko
In the past, nativesdk-python was not welcomed in the devkit, as it was pulled in by the python modules used directly from gdb. Times have changed and nativesdk-python can be useful, re-enable it. This reverts commit a3f404323a3be6bc1902a6e167c2eae288f2eb2e. Signed-off-by: Denys Dmytriyenko <denys@ti.com>