summaryrefslogtreecommitdiffstats
path: root/package/pru-software-support
Commit message (Collapse)AuthorAgeFilesLines
* boot, package: use SPDX short identifier for BSD-3cRahul Bedarkar2017-04-011-1/+1
| | | | | | | | | | | We want to use SPDX identifier for license string as much as possible. SPDX short identifier for BSD-3c is BSD-3-Clause. This change is done using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/BSD-3c/BSD-3-Clause/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* boot, linux, package: use SPDX short identifier for GPLv2/GPLv2+Rahul Bedarkar2017-04-011-1/+1
| | | | | | | | | | | We want to use SPDX identifier for license strings as much as possible. SPDX short identifier for GPLv2/GPLv2+ is GPL-2.0/GPL-2.0+. This change is done by using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/\<GPLv2\>/GPL-2.0/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* pru-software-support: bump version to 5.1.0Cam Mannett2017-02-262-4/+4
| | | | | Signed-off-by: Cam Mannett <camden.mannett@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* pru-software-support: fix legal info againThomas Petazzoni2016-12-071-1/+1
| | | | | | | | | | | | Commit 00810e0ea3976c5b26a7fd264870f15e17a2eaa2 still didn't fix the license information properly, so this is a new commit (properly tested this time) fixing the license information. Fixes: http://autobuild.buildroot.net/results/ece1407b9f32472fb55823bb554dc026546cd26d/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* pru-software-support: fix licensing informationThomas Petazzoni2016-12-051-2/+2
| | | | | | | | | | | Fix the path to the license file, and adjust the licensing information according to the contents of this file. Fixes: http://autobuild.buildroot.net/results/213cdda78b0a4762ee4fecc0f178df1225062c6f/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* pru-software-support: add library for PRU firmwareAsh Charles2016-12-045-0/+80
TI provides a set of headers files and libraries useful in developing firmware for real-time (PRU) cores embedded in some processors e.g. AM3358. This package stages these files for any packages creating PRU firmware. Note: As per [1], use commit v4.0.2 to sync with common TI Linux versions. [1] http://e2e.ti.com/support/arm/sitara_arm/f/791/p/552190/2018113#2018113 Signed-off-by: Ash Charles <ash.charles@savoirfairelinux.com> [Thomas: - rename BR2_PACKAGE_PRU_EXAMPLES to BR2_PACKAGE_PRU_SOFTWARE_SUPPORT, since the package directory name should match the Config.in option for this package - use select for BR2_PACKAGE_HOST_TI_CGT_PRU, and therefore add the appropriate "depends on BR2_PACKAGE_HOST_TI_CGT_PRU_ARCH_SUPPORTS".] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud