aboutsummaryrefslogtreecommitdiffstats
path: root/common/conf
AgeCommit message (Collapse)Author
2016-12-16Revert "grub*: move to git based recipes"Drew Moseley
This reverts commit cb942be5728da17dcfb51819ef73e4a91981e44c.
2016-12-16Merge branch 'morty'Drew Moseley
2016-12-16Merge pull request #386 from abelal/update_grubDrew Moseley
Update grub and grub-efi
2016-12-13grub*: move to git based recipesAwais Belal
This enables git based grub recipes to be used for AMD BSPs. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-12-07amd-common-configurations: use sane defaults for settingsAwais Belal
If a variable is not defined at all bitbake tends to use the literal value which causes failures and unintended settings in various cases. This now uses a very weak default to cope with this problem. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-12-07amd-common-configurations: drop unnecessary changesAwais Belal
The xserver changes have been consolidated between OE-core and meta-oe so the specific setting for xserver-nodm-init are no longer required. The SPLASH variable now already defaults to psplash in MEL configurations so we don't need to set this either. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-11-11amd-common-configurations.inc: fix resolution issuesAwais Belal
The Mentor Embedded splash screen has a higher resolution than what we get with vga=802 (800x600) so it comes out clipped. Also the vga=xxx parameter usage has been deprecated under grub2 and cannot be used to set a particular resolution so it picks up a default in most cases. We now use vga=803 (1024x768) only for handling the syslinux environment and set gfxpayload accordingly to cope for the grub2 scenarios. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-11-08machine.conf: allow for modifications through customer layersAwais Belal
The machine configuration now includes a config fragment that can be provided through customer layers. This will help in situations where a variable can only be touched through conf files rather than recipes one such example is the SERIAL_CONSOLES variable. Also pick up APPEND_ADDITIONAL which can be passed through the same customer layer for flexibility. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-10-28amd-common-configurations: prioritize ext4 RootFSAwais Belal
This was handled differently earlier in b1676a652df606cc35ce2642f35d72b910fb0dd4 for which the patch was dropped later during kernel upgrade. This is a better way of solving the same problem. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-10-21conf: specify serial console prior to vga consoleAwais Belal
As a best practise the serial consoles should be provided earlier on the kernel command line than the vga consoles because the last console is used for taking user input and is mapped to /dev/console. Using it differently can break things at places where conflicting/incorrect serial drivers can generate a kernel panic in such a scenario. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-10-14Merge pull request #353 from abelal/linux-yocto+rt+update+consolidateDrew Moseley
linux-yocto: RT, update for SE/BE and general fixes.
2016-10-14conf: make psplash the default splash screenAwais Belal
Currently the default used by MEL BSPs is plymouth however it does not function appropriately on AMD platforms. We now switch to using psplash which seems to be the preffered one going forward. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-10-14SE/BE: move to 4.4 kernelAwais Belal
This commit does a few things which cannot be separated easily so it cannot be split in to separate commits. * Drops all 4.1 kernel bits. * Moves all common patches from meta-amdfalconx86 to common. * Moves SE/BE builds to 4.4 kernel. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-08-17amd: Remove amd-wdt-load and amd-gpio-load from RRECOMMENDSDrew Moseley
These packages have been removed. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2016-07-15xserver: adjust for dynamic layer priority changes for MELAwais Belal
With the new layer priority handling introduced into MEL we have to explicitly set version for xserver-nodm-init. So we now conslidate both xserver-nodm-init and xserver-common to be picked up from meta-oe. Once the versions found in OE-core and meta-oe are merged this should be dropped. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-07-15<machines>: move common configurations to a common includeAwais Belal
This consolidates the common configurations between the different machines and move them to common from where these are used through an include to make things more maintainable. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-06-27amd-common: add basic calculatorMichael
2016-06-23amd-multimedia: change to amd-commonMichael
2016-04-01amd-multimedia: deploy gstreamer-vaapi on the target conditionallyAwais Belal
GStreamer is mainly a supported feature on MEL commercial distro so we add the gstreamer-vaapi support on the target at the same basis. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-10-15common: Add Firmware-amd licenseMichael
2015-08-10layer.conf: update BBFILE_PRIORITY for all layersAwais Belal
The layer priority under meta-amd is currently same (6) for all layers. Which makes it a little difficult to deterministically override changes from the layers we inherit from. We now adjust the priority of all layers so things like prepend/append can be done a little more deterministically. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-03-05Globally replace base_contains with bb.utils.containsAwais Belal
OE-Core has obsoleted the usage of base_contains function in favor of the bb.utils.contains functions. The earlier one will be dropped in coming releases of OE-Core. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-03-04amd-multimedia: install gstreamer packages only on melAwais Belal
Additional tools are only available when the distro is set to mel. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2014-07-29amd: Enable gstreamer1.0 for AMD platforms.Drew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-06-26common: Support layer-specific bbappends.Drew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-04-25common: Reorganize recipes to Yocto standardsDrew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-04-23Initial import of AMD layerSean Hudson
Signed-off-by: Sean Hudson <sean_hudson@mentor.com>