aboutsummaryrefslogtreecommitdiffstats
path: root/common/mel-support
AgeCommit message (Collapse)Author
2019-07-18common: remove mentor installer support bitsArsalan H. Awan
This removes the mentor installer support bits (related to intent of not deploying ISO images to the installer) in preparation for yocto based warrior branch Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2018-04-13archive-release: use oe.utils.str_filter_outAwais Belal
oe_filter_out has been deprecated. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2017-01-19archive-release: do not deploy ISO to installerAwais Belal
This ensures that ISO images will not be included in the prebuilt binaries when they are deployes to the installer even when iso is present in IMAGE_FSTYPES. The earlier mechanism only handled IMAGE_EXTENSION variable. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-02-11firmware-wireless: drop changes already incorporated in MELAwais Belal
These changes were submitted to mel/cedar and were made in the meta-amd to cater for the issues seen on birch. This is no longer needed. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-09-14firmware-wireless: fix QA warningAwais Belal
Fix for QA warning "WARNING: QA Issue: FILES variable for package firmware-wireless contains '//' which is invalid. Attempting to fix this but you should correct the metadata." Signed-off-by: Awais Belal <awais_belal@mentor.com>
2015-09-10firmware-wireless: fix deployment of firmware binsAwais Belal
The current firmware-wireless recipe deploys bins to base_libdir/firmware (/lib64/firmware in our case) whereas the generic approach is to deploy these to /lib/firmware directory so we override as required. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2014-07-16amd: Add MACHINEOVERRIDES option for amd.Drew Moseley
This allows a single variable override to apply to all AMD platforms rather than needing individual settings per board. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2014-06-26archive-release: Do not build ISO imagesDrew Moseley
Using a layer-specific bbappend file, remove ISO images from IMAGE_EXTENSION_live to avoid packaging them in Mentor installers. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>