summaryrefslogtreecommitdiff
path: root/recipes-core/nv-conf
AgeCommit message (Collapse)Author
2017-12-20recipes: fix invalid license file locationMax Krummenacher
Use '${COMMON_LICENSE_DIR} for license files fix the warning: | WARNING: packagegroup-xfce-base-1.0-r5 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: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-04-10nv-conf-systemd: remove emmc read ahead configurationLeonardo Graboski Veiga
The read_ahead configuration is now set using udev. The script run from udev was added to meta-toradex-bsp-common, since it applies to all modules with eMMC. Signed-off-by: Leonardo Graboski Veiga <leogveiga@gmail.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-04-07recipes: remove unneeded RDEPENDSMax Krummenacher
The 'rdepending' packages are picked up automatically by the buildsystem. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2015-11-02nv-conf-systemd: cpu hot-plug configuration and startupMarcel Ziswiler
Systemd startup script for NVIDIA T30 CPU hot-plug configuration.