summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp/conf/machine/include
AgeCommit message (Collapse)Author
2024-01-22yocto-bsp: Bump the default kernel to v6.6Kevin Hao
Create the bbappend for v6.6 and bump the default kernel to v6.6 for all the machines. In the v6.6 kernel the dtb files for beaglebone have been moved to a vendor specific directory, so we also need to adjust the corresponding variables for its DTB generation. (From meta-yocto rev: 58ac51b7a44fbb165311c7226ae8b15cd004114d) Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-12-06genericx86: remove redundant assignmentsRoss Burton
GLIBC_ADDONS was removed from the glibc recipe in 2018 (oe-core 9dc9983). matchbox-panel-2 uses the ACPI battery by default if the machine has the 'acpi' feature, which genericx86 has. (From meta-yocto rev: 0e50dbf558fda7595f5cb13667cbe0a01481a9f5) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-01-13meta-yocto-bsp: Update the default kernel to 6.1Kevin Hao
Create the corresponding 6.1 bbappend and also update the default kernel to 6.1 for all the boards. (From meta-yocto rev: 7494f08fa1c85611a1dce3444a2737ef06fc8fdf) Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-01-12yocto-bsp: change default to 5.15Bruce Ashfield
5.14 has been removed from core, so we change our default version to the 5.15 LTS kernel. (From meta-yocto rev: a0241305e3785930f806529fd1b1d1a3831203d0) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-09-24meta-yocto-bsp: Update the default kernel to v5.14Kevin Hao
Introduce the bbappend for v5.14 and also set the default kernel to v5.14 for all the boards. (From meta-yocto rev: bed70a64b5b772fd71a7ff88a9f3719082e9398c) Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-08-22meta-yocto-bsp: Set the default kernel to v5.13Kevin Hao
Build and boot test for all the boards. (From meta-yocto rev: b296bf6b0cadcff7c9000a3f4a3ca162785b9a33) Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-08-18yocto-bsp: update machine confs with new tune locationsJon Mason
(From meta-yocto rev: c909922cc70bbf1420a51e035625d06537334b47) Signed-off-by: Jon Mason <jdmason@kudzu.us> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-07-29meta-poky/meta-yocto-bsp: Convert to new override syntaxRichard Purdie
This converts the two layers to the new override syntax. This was done using <oe-core>/scripts/contrib/convert-overrides.py <this-layer> with no manual fixes. (From meta-yocto rev: 387eab70f343966267c2a68746aea1bbb8525191) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-01-13meta-yocto-bsp: Bump the kernel to v5.10Kevin Hao
Build and boot for all these machines and also explicitly set the preferred kernel version for the x86 machines so that we can override the default setting in oe-core. (From meta-yocto rev: a93344439e01e8aba4ba15d3123ce31b4500add1) Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2019-12-15genericx86: wic wks do not hardcode loaderChee Yang Lee
replace .wks with .wks.in and refer loader to EFI_PROVIDER to enable different bootloader. soft assign default EFI_PROVIDER "grub-efi" for genericx86. (From meta-yocto rev: 11ecd2febed95e923c8cc68e2c438cd846a88d02) Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-09-10genericx86-common.inc: remove eee-acpi-scriptsAlexander Kanavin
Asus EEEpc hardware hasn't been produced for a long time; upstream repo is now gone. (From meta-yocto rev: 76cd3a475ebce4ae26fc3aae0f2b43628926f7b0) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-08-02genericx86-common.inc: add kernel-modules to RRECOMMENDSAnuj Mittal
Now that kernel-modules are not included in x86-base.inc because of changes done for YOCTO #12384, add them to RRECOMMENDS explicitly for genericx86*. (From meta-yocto rev: 0b78254b373c23f2c1a2bf7db0108a350266ab85) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-03-22genericx86-common: Update .inc file's PREFERRED_VERSIONSaul Wold
Since the genericx86*.conf file directly set PREFERRED_VERSION remove it from here to avoid confusion. (From meta-yocto rev: 2383d50b084cafdf04f7bd15ea732cd98982625b) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-01-16genericx86: add genericx86.wksEd Bartosh
Currently genericx86* machines use mkefidisk.wks from scripts/lib/wic/canned-wks. It'd be easier to find this file if it's name contains machine name and it's located in the same layer. Added genericx86.wks to meta-yocto-bsp/wic/ to make it independent from changes in oe-core and easier to maintain. [YOCTO #8719] (From meta-yocto rev: becb5f506198d94762e43f1b5a47b50d24b5ab35) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-12-14genericx86 & x86-base: Update PREFERRED_VERSION for 4.8 kernelSaul Wold
(From meta-yocto rev: ea869b917e49aaabe4e735fb719237a82468f63e) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-12-13genericx86-common: enable generation of wic.bmapEd Bartosh
Enabled generation of block map(bmap) files for wic images built for genericx86 and genericx86-64 machines. This should simplify flashing images with bmaptool. [YOCTO #10621] (From meta-yocto rev: 1178a9b2ef56af55cc022aec506dce19f38a5633) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-10-11genericx86-common.inc: add dependency do_image_wic -> do_bootimgEd Bartosh
do_image_wic depends on do_bootimg on genericx86 machines as it copies files from hddimg/EFI/BOOT directory to boot partition. (From meta-yocto rev: 377a87d390ec3a3f19499f850b7f6b6dfb624389) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-10-11genericx86-common.inc: produce EFI wic imageEd Bartosh
Used mkefidisk.wks as a default kickstart file for genericx86* machines. Added dependency do_image_wic -> gptfdisk-native as wic uses sgdisk tool from this package to set partition UUIDS. (From meta-yocto rev: a867b07634b49f75d3e7591b9bc83536eeecb3ad) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-09-21genericx86-common.inc: produce wic imagesEd Bartosh
Added wic images to the list of default image types for genericx86 and genericx86-64 machines. This is a first step of using wic as a recommended way of creating images for reference BSPs. [YOCTO #8719] (From meta-yocto rev: 384fa3a21d515c53c177ac66f74999276933b214) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-09-21genericx86-common.inc: support boot by runqemuRobert Yang
(From meta-yocto rev: aac30f9e8e5ec06479750d460e7342bc990e87fe) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-02-28genericx86-common: Update PREFERRED_VERSION_linux-yocto to 4.4Alejandro Hernandez
(From meta-yocto rev: 6f61d286b4f98766a566e086bbfae3fe4cc9e1a8) Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-12-28meta-yocto-bsp: Remove uvesafb (v86d) from generic x86 featuresJianxun Zhang
When uvesafb is automatically loaded during boot and FW doesn't support legacy video bios and frame buffer, its user space helper will throw error messages in kernel log: [6.843790] uvesafb: Getting VBE info block failed (eax=0x4f00, err=1) [6.843864] uvesafb: vbe_init() failed with -22 [6.843916] uvesafb: probe of uvesafb.0 failed with error -22 Assuming most x86 boards today don't really rely on this module, this change simply removes it from the common feature list to get rid of these harmless messages. [YOCTO #6584] (From meta-yocto rev: d58fc630b1114dbafa8342de7dcaef8e7d798848) Signed-off-by: Jianxun Zhang <jianxun.zhang@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-08-19genericx86*: Update BSPs to use 4.1 KernelSaul Wold
This adds the initial bbappend to meta-yocto-bsp for the 4.1 kernel It also sets up the PREFERRED_VERSION for the X86 and X86-64 Generic BSPs to the 4.1 kernel. This has been tested on MinnowBoard (32bit) MinnowBoard Max (64bit) along with both 32 and 64 bit versions of the NUC. (From meta-yocto rev: e1fe9bc5211ad8fae3de6b1e3febba8364a5a943) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-05-22genericx860common.inc: Enable using the 3.19 kernelSaul Wold
This is the second half of enabling the 3.19 kernel for the genericx86* meta-yocto BSPs. (From meta-yocto rev: 7671a1f303b822e6773fc54bb623ef342203d917) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-06-01genericx86: switch to Linux 3.14 from 3.10Ross Burton
Boot-tested on a NUC. (From meta-yocto rev: ef7e8d3f250c66ff6ab422c9527fd8b3a5386234) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-01-28genericx86: Use new x86 tune filesDarren Hart
Use the new names for the x86 tunes files (x86 instead of ia32). (From meta-yocto rev: 45f99cb7faa219b37da09fb1080f24457e0c78b5) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Cc: Richard Purdie <richard.purdie@linuxfoundation.org> Cc: Paul Eggleton <paul.eggleton@intel.com> Cc: Tom Zanussi <tom.zanussi@intel.com> Cc: Nitin Kamble <nitin.a.kamble@intel.com> Cc: Mark Hatle <mark.hatle@windriver.com> Cc: Bruce Ashfield <bruce.ashfield@windriver.com> Cc: Martin Jansa <martin.jansa@gmail.com> Cc: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-11-21genericx86-common.inc: add eee-acpi-scripts to MACHINE_EXTRA_RRECOMMENDSPaul Eggleton
Add this back here after removing it from ia32-base.inc in OE-Core. (From meta-yocto rev: 0574bbe01b48df0f4671b5cff11de79b0c29d481) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-09-06genericx86: Create a genericx86-common.inc base for the x86 BSPsDarren Hart
The genericx86 and genericx86-64 machines share a great deal in common in terms of machine features, required packages, etc. Use a common include file to simplify changes to both machine definitions and avoid accidental omissions. Replace the hard-coded XSERVER assignment with the XSERVER_IA32* defines from ia32-base.inc. (From meta-yocto rev: c70ee30da060173f51e8dba72069052ecff389b5) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Cc: Ross Burton <ross.burton@intel.com> Cc: yunguo.wei@windriver.com Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>