summaryrefslogtreecommitdiffstats
path: root/recipes-ti/beagleboard/beaglebone-capes.bb
Commit message (Collapse)AuthorAgeFilesLines
* recipes-ti: Use COMMON_LICENSE_DIR instead of COREBASEKhem Raj2019-09-301-1/+1
| | | | | | | | 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>
* beaglebone-capes: Update checksums for LICENSEKhem Raj2019-05-121-1/+1
| | | | | | | | OE-Core has reworded the license file see https://git.openembedded.org/openembedded-core/commit/?id=f8c9c511b5f1b7dbd45b77f345cb6c048ae6763e Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* beaglebone-capes: update oe-core's LICENSE checksumAndreas Müller2014-01-291-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* beaglebone-capes: use backlight hack for all LCD4 variantsKoen Kooi2012-07-251-1/+1
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* beaglebone-capes: add support for weatherstation capeKoen Kooi2012-06-111-1/+1
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* beaglebone-capes: add support for 4.3" LCD capeKoen Kooi2012-06-111-1/+1
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* beaglebone-capes: add a powerdown script as wellKoen Kooi2012-05-211-1/+4
| | | | | | | The current powerdown script disables the PMIC backlight Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* beaglebone-capes: userspace support for capesKoen Kooi2012-04-181-0/+23
Not everything can be done inside the kernel yet, so have a script that does the userspace portion. Only the LCD3 cape is supported currently, more will follow later. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>