aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
33 hoursCI/CD Auto-Merger: cicd.master.202405210100HEADcicd.master.202405210100master-nextmasterHEADLCPD Automation Script
Updated the value(s) for: ltp-ddt: SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
2024-05-02meta-arago-test: ltp-ddt: Update to 20240129Ryan Eatmon
Update the version of ltp-ddt to 20240129. Since this requires the ltp-20240129 recipe, which is available upstream, we no longer need the 20230127 recipes. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2024-05-02linux-firmware: remove packaging of Intel AC 9260 bluetooth firmwareDenys Dmytriyenko
Intel AC 9260 bluetooth firmware is now being packaged upstream by OE-Core: https://git.openembedded.org/openembedded-core/commit/?id=33827edf8212705a829c5aa23b69e8d1f7131d08 Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2024-04-30branding-ltsprep: enable newer pvr driversRandolph Sapp
The newer drivers require a dt binding change for platforms that is only present in the ltsprep kernel. Enable them with the new kernel here. Also pull in the newer pvr-mesa package here as well. It's not strictly required for this driver version but it is recommended. It still needs some attention with regards to SGX so it will not be enabled by default right now. Signed-off-by: Randolph Sapp <rs@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2024-04-26recipes-core: images: Remove WIC_CREATE_EXTRA_ARGcicd.master.202404300100Chirag Shilwant
- In meta-ti, we now have the wks file updated which ensures that we don't mount boot FAT partition into /boot directory of the rootfs [1] - Hence, adding --no-fstab-update to WIC_CREATE_EXTRA_ARG is no longer needed and we can remove it from tisdk-jailhouse-image. [1]: https://git.ti.com/cgit/arago-project/meta-ti/commit/?h=scarthgap-next&id=42c238a42fe0c8d18a9063bd48501f409cdc093c Signed-off-by: Chirag Shilwant <c-shilwant@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2024-04-19php: cleanup more places where php-fpm is creeping inDenys Dmytriyenko
As php has started giving an error now: ERROR: php-8.2.16-r0.arago1 do_package: php-fpm does not appear in package list, please add it Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2024-04-16conf/layer.conf: Update LAYERSERIES_COMPATRyan Eatmon
Update LAYERSERIES_COMPAT to scarthgap and styhead. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2024-04-16meta-arago-extras: packagegroups: Fix QA IssueChirag Shilwant
- Since packagegroup.bbclass is using inherit_defer in oe-core, some classes are now appearing after nativesdk resulting in following QA errors. ``` QA Issue: nativesdk-packagegroup-arago-tisdk-host: native/nativesdk class is not inherited last, this can result in unexpected behaviour. Classes inherited after native/nativesdk: allarch.bbclass [native-last] QA Issue: nativesdk-packagegroup-arago-qte-toolchain-host: native/nativesdk class is not inherited last, this can result in unexpected behaviour. Classes inherited after native/nativesdk: allarch.bbclass [native-last] ``` - To fix this issue, use inherit_defer that was added in bitbake recently [1]. [1]: https://github.com/openembedded/bitbake/commit/5c2e840eafeba1f0f754c226b87bfb674f7bea29 Signed-off-by: Chirag Shilwant <c-shilwant@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2024-04-16recipes-devtools: Drop bbappends for opkg-utils and swigChirag Shilwant
- This workaround to exclude rm_work on these packages was added to address issues that were observed when combined with the sourceipk feature of arago [1]. - As the sourceipk class is dropped from arago [2], we no longer need this workaround. If required this workaround should be carried in Processor SDK layer (i.e. meta-tisdk) which currently has the sourceipk class [3]. [1]: https://git.ti.com/cgit/arago-project/meta-arago/commit/?h=scarthgap&id=0070bdfdf1a91b62eabf8a4d8e2e441bfc1d014b [2]: https://git.ti.com/cgit/arago-project/meta-arago/commit/?h=scarthgap&id=22868449008e2872a75dede8027947c36a6afc80 [3]: https://git.ti.com/cgit/ti-sdk-linux/meta-tisdk/commit/?h=scarthgap&id=aa297415d65b9bb9d1171a3dd18a2b2b2341fd79 Signed-off-by: Chirag Shilwant <c-shilwant@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2024-04-16weston-init: remove old qol patchesRandolph Sapp
This reverts commit eab6e84b752b0341d1c1627527c99fa68c90bb52. The changes introduced in this commit were accepted into oe-core and are no longer required here. Signed-off-by: Randolph Sapp <rs@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2024-04-15recipes-containers: docker: Remove redundant bbappendChirag Shilwant
The changes in this bbappend has been fixed upstream [1]. Hence, remove this bbappend. [1]: https://git.yoctoproject.org/meta-virtualization/plain/recipes-containers/docker/docker.inc?h=scarthgap Signed-off-by: Chirag Shilwant <c-shilwant@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2024-04-15recipes-connectivity: mbedtls: Remove redundant bbappendChirag Shilwant
This has been fixed upstream [1]. Hence, remove this bbappend. [1]: https://git.openembedded.org/meta-openembedded/commit/?h=scarthgap&id=e012fe075d6de6050e1a37d23bfbb70b5278f0a5 Signed-off-by: Chirag Shilwant <c-shilwant@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2024-04-15recipes-benchmark: lmbench: Remove redundant bbappendChirag Shilwant
This has been fixed upstream [1]. Hence, remove this bbappend. [1]: https://git.openembedded.org/meta-openembedded/commit/?h=scarthgap&id=3b2330e4ee778c8a213116e927532dca5b36338b Signed-off-by: Chirag Shilwant <c-shilwant@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2024-04-13conf/images: Add ARAGO_IMAGE_SUFFIX to image namesRyan Eatmon
When attempting to merge the build artifacts from bitbake into a new release tarball coupled with running multiple bitbake builds for non-RT and RT kernels, the common naming for the image files poses an issue that requires a manual rename of the RT image file to make it unique. This patch adds a new ARAGO_IMAGE_SUFFIX variable that is normally "", but for RT builds is set to "-rt" so that the image files are different. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2024-04-10CI/CD Auto-Merger: cicd.master.202404100939cicd.master.202404100939LCPD Automation Script
Updated the value(s) for: ltp-ddt: SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
2024-04-08base-files: Remove fstab overrideAndrew Davis
There is already a version of this file provided by oe-core that is kept up to date. Do not override it. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2024-04-02meta-arago-test: cpuloadgen: Update SRCREV to latestAniket Limaye
Pulls in multi CPU support (no more limitation to dual-core max). Signed-off-by: Aniket Limaye <a-limaye@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2024-03-20linux-firmware: Remove Intel 9260 modulesRyan Eatmon
oe-core has added the 9260 modules to the upstream linux-firmware recipe[1], so having these entries causes a QA error with duplicate packaging. As these are no longer needed, we can remove them. [1] https://git.openembedded.org/openembedded-core/commit/?id=d924307b9cee4065ff60d08e3b4298278693ff2c Signed-off-by: Ryan Eatmon <reatmon@ti.com> Acked-by: Chirag Shilwant <c-shilwant@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2024-03-18meta-arago-test: packagegroups: ti-test: j784s4: Add ufs-utils packageAniket Limaye
j721e and j784s4 support UFS but the package ufs-utils was missing for j784s4. Adding the same. Signed-off-by: Aniket Limaye <a-limaye@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2024-03-18CI/CD Auto-Merger: cicd.master.202403180100cicd.master.202403180100LCPD Automation Script
Updated the value(s) for: ltp-ddt: SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
2024-03-12packagegroup-arago-tisdk-addons: Remove ti-ipc-examples-linuxcicd.master.202403140100Andrew Davis
This IPC example is no longer supported nor recommended for new designs. The documentation is no not available either (was on Processors Wiki). Remove this example. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2024-03-12dual-camera-demo: Remove this non-functioning democicd.master.202403130100Andrew Davis
This demo has not been maintained for years and is no longer functional. Remove this demo. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2024-03-08make-mod-scripts: Remove append for CROSS_COMPILEAndrew Davis
This has been fixed upstream. Remove this bbappends. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2024-03-08big-data-ipc-demo: Remove this obsolete demoAndrew Davis
This demo was based on SYS/BIOS which is no longer in development. This demo has a spiritual successor called rpmsg_char_zerocopy. The new demo does the same task as this one but is based on MCU+SDK. Remove this demo. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2024-03-08at: Remove append for bison-native dependencyAndrew Davis
This has been fixed upstream. Remove this bbappends. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2024-03-08CI/CD Auto-Merger: cicd.master.202403080100cicd.master.202403120100cicd.master.202403110100cicd.master.202403080100LCPD Automation Script
Updated the value(s) for: ltp-ddt: SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
2024-03-06websocketd: Add GOPROXY variableRyan Eatmon
As of go v1.21, GOPROXY is required to be set to something or you get the following error: go: github.com/gorilla/websocket@v1.4.0: GOPROXY list is not the empty string, but contains no entries Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2024-03-04Add description and summary for jailhouse image recipeParesh Bhagat
Image recipe for jailhouse does not have a summary and description. Due to which oe-layersetup also shows No Summary available for tisdk-jailhouse-image as compared to other targets for which we have proper summary. So to ensure good practice and help other users understand the purpose and functionality of recipe, add a summary and description for jailhouse image. Signed-off-by: Paresh Bhagat <p-bhagat@ti.com> Acked-by: Chirag Shilwant <c-shilwant@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2024-02-28Drop SRCPVDenys Dmytriyenko
A change in master from last year [1] dropped setting SRCPV. Since it is now empty, we do not need to use when setting PV. [1] https://git.openembedded.org/openembedded-core/commit/?id=a8e7b0f932b9ea69b3a218fca18041676c65aba0 Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
2024-02-27branding-ltsprep: Disable graphics for SGX platformsRyan Eatmon
We are not ready to update the older SGX drivers to work with the 6.6 kernel. Disable the graphics on these platforms for the ltsprep builds until we are ready to fix them. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2024-02-27CI/CD Auto-Merger: cicd.master.202402271317cicd.master.202402271317LCPD Automation Script
Updated the value(s) for: ltp-ddt: SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
2024-02-21Add a new initramfs image for jailhouse linux demoParesh Bhagat
Add a new jailhouse-inmate image which will be used as initramfs for jailhouse linux demo. This image will contain some additional applications and packages need for OOB demo. Signed-off-by: Paresh Bhagat <p-bhagat@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2024-02-20packagegroup-arago-tisdk-addons: Disable big-data-ipc-demoAndrew Davis
Temporarily disable big-data-ipc-demo until a fix for missing kernel header dma_buf_phys.h is complete. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2024-02-14meta-arago-extras: sysrepo: Update netopeer and sysrepo to start under systemdRavi Gunasekaran
The init.d scripts for sysrepo and netopeer2-server requires certain other init.d scripts that are now removed. And the systemd services generated systemd-sysv-generator is not sufficient. So introduce new unit files for sysrepo and netopeer2 and update the respective bitbake recipes. Signed-off-by: Ravi Gunasekaran <r-gunasekaran@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2024-02-14meta-arago-extras: sysrepo: Adopt Yocto variable namesRavi Gunasekaran
Use Yocto variable names instead of path value Signed-off-by: Ravi Gunasekaran <r-gunasekaran@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2024-02-14layer.conf: add compatibility with scarthgapDenys Dmytriyenko
OE-Core master has switched compatibility requirements from nanbield to scarthgap in preparation for the upcoming 5.0 release. https://wiki.yoctoproject.org/wiki/Releases Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Acked-by: Chirag Shilwant <c-shilwant@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2024-02-13CI/CD Auto-Merger: cicd.master.202402130100cicd.master.202402130100LCPD Automation Script
Updated the value(s) for: ltp-ddt: SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
2024-02-09meta-arago: tisdk-default-image: remove old chromium logicDarren Etheridge
The new dynamic meta-chromium-browser layer will do this same thing and add chromium-ozone-wayland into the image if the layer is detected. This is a hangover from dunfell and doesn't serve any purpose in kirkstone so removing to uncomplicate things. Signed-off-by: Darren Etheridge <detheridge@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2024-02-09meta-arago: images: update tisdk-default-image to include chromiumDarren Etheridge
If the chromium-browser-layer is detected, then add chromium-ozone-wayland into the default image. If the layer is detected then append chromium-ozone-wayland to the IMAGE_INSTALL variable. This increases the build time and image size which is why we make this conditional on the browser layer being present. Signed-off-by: Darren Etheridge <detheridge@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2024-02-09meta-arago: distro: add a bbappend to patch the chromium browserDarren Etheridge
This applies a patch for meta-browser/chromium-ozone-wayland to make the sandboxing work with the Imagination GPU components without the need for the --no-sandbox flag. GPU acceleration in Chromium is dependant on IMG DDK 23.3. It works across AXE/BXS/8XE GPU's. No acceleration is expected for SGX. Also add an upstream patch to stop Chromium from segfaulting when it is run with no input devices connected to the board. Patch was retrieved from: https://chromium.googlesource.com/chromium/src/+/323077958301bc321d840a2c2b983ab469934753 Signed-off-by: Darren Etheridge <detheridge@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2024-02-09meta-arago: distro: chromium: remove old dynamic layerDarren Etheridge
Cleaning up left over chromium stuff that I suspect won't even build with kirkstone. The meta-browser layer has moved on considerably and my next patches will replace this with GPU support on IMG Rogue based GPU devices within Chromium v111. Signed-off-by: Darren Etheridge <detheridge@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2024-02-09systemd: Add udev rules for persistent naming of the can devicesAniket Limaye
When multiple CAN's are present, then names that are getting assigned change after every boot even after providing alias in the device tree. So add udev rules to specify the interface name to use for each mcan device, to make it persistent across reboots. Signed-off-by: Bhavya Kapoor <b-kapoor@ti.com> Signed-off-by: Aniket Limaye <a-limaye@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2024-02-09packagegroup: graphics-sdk-target: Add GLES3 headersSai Sree Kartheek Adivi
GLES3 headers are missing in the linux-devkit/sysroots since 09.00. These are needed for cross compiling QT, OpenGLES and other graphics applications. Signed-off-by: Sai Sree Kartheek Adivi <s-adivi@ti.com> Acked-by: Chirag Shilwant <c-shilwant@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2024-02-06branding-ltsprep: Move to uboot 2024.04Praneeth Bajjuri
Move the U-Boot version to 2024.04 for LTS prep. Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2024-02-06libnl: update for 3.9.0Denys Dmytriyenko
Update bbappend for 3.9.0 release. The location of the private headers has changed slightly, adjust accordingly. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2024-02-06weston: update to version 13Denys Dmytriyenko
Update bbappend from 12.0.2 to 13.0.0 and rework the local patch to apply cleanly. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2024-02-06arago.conf: remove x11 againRandolph Sapp
We don't support x11, and while it can currently be enabled in tandem with our graphics stack right now without explicitly causing issues on it's own, Yocto still treats the presence of x11 as a distro feature to mean that desktop GL is present. This assumption leads to a lot of incorrectly configured packages in our case so to prevent future incompatibility with layers adjusting their PACKAGECONFIG values with this logic we should explicitly remove x11 again. This decision will likely flip again if oe-core introduces a standard "opengles" feature instead of just the blanket "opengl" one they currently use. Signed-off-by: Randolph Sapp <rs@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2024-02-01recipes-devtools: mtd-utils: Switch to infraroot.at for https over git protocolChirag Shilwant
- In past, there have been issues in do_fetch from infradead.org over git protocol in proxy based network [1]. - As per the latest release announcement from mtd-utils, infraroot.at is the official mirror for infradead.org [2]. - Since infradead.org has fetch failures over git, start using infraroot.at over https in SRC_URI. Reference --------- [1] https://e2e.ti.com/support/processors-group/processors/f/processors-forum/962170/processor-sdk-am65x-how-to-resolve-the-fetch-error-that-occurs-when-executing-bitbake [2] https://lists.infradead.org/pipermail/linux-mtd/2023-August/100922.html Signed-off-by: Chirag Shilwant <c-shilwant@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2024-01-25tisdk-*-image: Fix SYSTEMD_DEFAULT_TARGET assignmentRyan Eatmon
The use of the variable SYSTEMD_DEFAULT_TARGET is as a filename target. But the extra whitespace in the string caused by the link breaks and indents added spaces between the directory and the filename which resulted in the following error: run.set_systemd_default_target.23991: line 147: [: too many arguments Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2024-01-25gstreamer1.0-plugins-good: Add patch to increase min buffers for CSI captureRahul T R
This is required to avoid the frame drops and increase the tolrence for CSI capture using gsteamer Signed-off-by: Rahul T R <r-ravikumar@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>