aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel
AgeCommit message (Collapse)Author
2020-01-28linux-yocto-dev: remove "+"Armin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-08-24linux-stable: rename to more generic bbappendArmin Kuster
use wildcards Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-08-15linux-yocto-dev: update to use kernel cacheArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-08-15linux-yocto: use 4.19 kernel cache nowArmin Kuster
remove kernel fragments now that they are in the kernel-cache for 4.19 update bbappend accordingly. Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-08-15linux-stable/5.2: add stable bbappendArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-08-15linux-%: remove kernel fragments now in cacheArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-06-26kernel: Add conditional inclusion of fragments for linux-yocto-devHe Zhe
Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-06-26linux-bbappends: simplifyArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-05-12smack: kernel fragment updateArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-05-09apparmor: fix fragment for 5.0 kernelArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-04-01linux-yocto/5.0: add apparmor fragmentsArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-04-01linux-yocto: make bbappend version neutralArmin Kuster
update apparmor configs [v2] Just update configs. leave versions intact. Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-11Fix build issue for apparmor kernel configurationJinliang Li
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>
2018-02-18linux-yocto: move to wildcard on bbappendArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-02-18linux-yocto: drop dangling dirArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-02-18linux-stable: drop old versions no longer in coreArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-02-18yocto-linux/4.9: fix typo in filepathArmin Kuster
fix idea submitted but Derek Betker <derek.betker@ge.com> [Yocto 12134] Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-10-02linux-yocto/4.12: update path versionArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-08-31linux-yocto: drop all 4.1 contentMikko Ylinen
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>
2017-08-31linux-yocto: add 4.12 bbappendsArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-05-14tpm: move to a sub layerArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-04-06linux-yocto: add 4.10 kernel supportArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-04-06kernel: mv 4.8 kernel to 4.9Armin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-02-18yocto-kernel: add apparmor fragmentsArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-10smack kernel: add smack kernel config fragmentsArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-01linux-yocto-4.8: add tpm fragmentsArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-05-25Use bb.utils.contains instead of base_contains because it is deprecatedThomas Perrot
Signed-off-by: Thomas Perrot <thomas.perrot@tupi.fr> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-01-17linux-yocto_3.14: remove bbappend from masterThomas Perrot
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>
2015-10-30ccs-patch: Add ccs kernel patchesArmin Kuster
add 4.1 kernel support for css Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-03-20tomoyo: fix typos in scc fileArmin Kuster
thanks to rday for pointing it out. Signed-off-by: Armin Kuster <akuster808@gmail.com>
2014-08-20tomoyo: Add kconfigArmin Kuster
V2: Fixed path to init program Fix typo in name Add kernel config to enable tomoyo Signed-off-by: Armin Kuster <akuster@mvista.com>