aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amdfalconx86/recipes-kernel/linux/linux-yocto-amd-4.1.inc
AgeCommit message (Collapse)Author
2016-04-05linux-yocto: Upgrade SE / BE to v4.1 kernel and refactorMichael
2016-03-11linux-yocto/rt: allow overrides SRCREV, KBRANCH and versionAwais Belal
Update definitions to allow overriding of the said variables through configuration files. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-03-10linux-yocto/rt: use common-pc-64 as KMACHINEAwais Belal
The closest kernel understandable machine for the amdfalconx86 platform is the common-pc-64. We now use it as KMACHINE per the yocto standards and manipulate configurations accordingly. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-03-01linux-yocto/rt: fix configuration warningAwais Belal
Fixes WARNING: [kernel config]: specified values did not make it into the kernel's final configuration: Value requested for CONFIG_DRM_I915_PRELIMINARY_HW_SUPPORT not in final ".config" Requested value: "CONFIG_DRM_I915_PRELIMINARY_HW_SUPPORT=y" Actual value set: "" Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-03-01linux-yocto/rt: upgrade to 4.1.18Awais Belal
The kernel is upgraded to 4.1.18 stable tag. We specifically remove a kernel CVE coming in from mel-updates that has been merged already in the kernel we're upgrading to here. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-02-08linux-yocto-amd.inc: close BSP audit warningsAwais Belal
Fixes WARNING: [kernel]: An auto generated BSP description was used, this normally indicates a misconfiguration. Check that your machine (amdfalconx86) has an associated kernel description. The warning is superfluous in our case so we close it. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-02-03linux-yocto: use amdfalconx86 as KMACHINEAwais Belal
In order to generate a scratch kernel configuration we need to use a machine not know to the kernel otherwise if we specify a known machine like common-pc-64, the default configuration for this machine is used and any other machine configurations like the amdfalconx86.cfg are ignored. We fix this issue by defining the KMACHINE to amdfalconx86 for the falcon family so we can reliably provide configuration fragments to handle kernel configuration. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-02-02linux-yocto/rt: consolidate files under one directoryAwais Belal
With the upgrade to 4.1.15 a separate directory was created for patches and configurations which applied on the 4.1 kernel separately although some of the old configuration fragments were still used. With the removal of version 3.14 this is no longer necessary, creates confusion and would be harder to maintain at the end of the day. We now consolidate these directories to have a single one which provides everything needed to go through a sane build. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-02-02linux-yocto: use common bits through includeAwais Belal
A lot of things are common between the standard and RT kernel metadata so we use an include to specify these generic settings between the two types of kernel recipes. Signed-off-by: Awais Belal <awais_belal@mentor.com>