summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
Commit message (Collapse)AuthorAgeFilesLines
* Fix build issue for apparmor kernel configurationJinliang Li2018-06-111-1/+1
| | | | | | | | | Set the correct path of kernel configuration file in linux-yocto_4.%.bbappend to fix the build issue, which is "Fetcher failure for URL: 'file://apparmor.cfg'. Unable to fetch URL from any source." Signed-off-by: Jinliang Li <jinliang.li@linux.alibaba.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* linux-yocto: move to wildcard on bbappendArmin Kuster2018-02-184-0/+0
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* linux-yocto: drop dangling dirArmin Kuster2018-02-182-11/+0
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* linux-stable: drop old versions no longer in coreArmin Kuster2018-02-1810-82/+0
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* yocto-linux/4.9: fix typo in filepathArmin Kuster2018-02-181-1/+1
| | | | | | | | fix idea submitted but Derek Betker <derek.betker@ge.com> [Yocto 12134] Signed-off-by: Armin Kuster <akuster808@gmail.com>
* linux-yocto/4.12: update path versionArmin Kuster2017-10-021-1/+1
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* linux-yocto: drop all 4.1 contentMikko Ylinen2017-08-317-20627/+0
| | | | | | | | | | | | linux-yocto_4.1.bb recipe has been removed from oe-core master and that triggers a bitbake error due to orphan bbappends maintained in meta-security. To fix the error, drop linux-yocto_4.1.bbappend plus the patches and the config fragments for it. Signed-off-by: Mikko Ylinen <mikko.ylinen@linux.intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* linux-yocto: add 4.12 bbappendsArmin Kuster2017-08-314-0/+33
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* tpm: move to a sub layerArmin Kuster2017-05-141-3/+0
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* linux-yocto: add 4.10 kernel supportArmin Kuster2017-04-064-0/+36
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* kernel: mv 4.8 kernel to 4.9Armin Kuster2017-04-066-2/+2
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* yocto-kernel: add apparmor fragmentsArmin Kuster2017-02-182-0/+14
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* smack kernel: add smack kernel config fragmentsArmin Kuster2016-11-103-0/+15
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* linux-yocto-4.8: add tpm fragmentsArmin Kuster2016-11-013-0/+20
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* Use bb.utils.contains instead of base_contains because it is deprecatedThomas Perrot2016-05-251-4/+4
| | | | | Signed-off-by: Thomas Perrot <thomas.perrot@tupi.fr> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* linux-yocto_3.14: remove bbappend from masterThomas Perrot2016-01-171-4/+0
| | | | | | | | Remove recipe for the kernel 3.14 from master branch, to fix a build error. ERROR: No recipes available for: meta-security/recipes-kernel/linux/linux-yocto_3.14.bbappend Signed-off-by: Thomas Perrot <thomas.perrot@tupi.fr> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* ccs-patch: Add ccs kernel patchesArmin Kuster2015-10-307-0/+20627
| | | | | | add 4.1 kernel support for css Signed-off-by: Armin Kuster <akuster808@gmail.com>
* tomoyo: fix typos in scc fileArmin Kuster2015-03-201-2/+2
| | | | | | thanks to rday for pointing it out. Signed-off-by: Armin Kuster <akuster808@gmail.com>
* tomoyo: Add kconfigArmin Kuster2014-08-203-0/+15
V2: Fixed path to init program Fix typo in name Add kernel config to enable tomoyo Signed-off-by: Armin Kuster <akuster@mvista.com>