aboutsummaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp
AgeCommit message (Collapse)Author
2017-02-05yocto-bsps: add 4.9 bbappendBruce Ashfield
Introduce a 4.9 bbappend for the h/w reference BSPs. Since 4.8 will be removed, we need to have this file in place. (From OE-Core rev: e024cb13eaf7d5bd484995390ba75f3ab85ec0ef) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-01-17gummiboot: Remove gummiboot testsAlejandro Hernandez
Since we replaced gummiboot with systemd-boot along with its tests, the gummiboot tests are no longer necessary. [YOCTO #10332] (From meta-yocto rev: 43c3f96d0395c9ceb0f3c63a026ec34073fad69e) 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>
2017-01-16mpc8315e-rdb: move wks file to wic/ directoryEd Bartosh
Moved mpc8315e-rdb.wks from scripts/lib/wic/canned-wks/ to layer wic/ directory to gather all wks files for reference BSPs in one place. (From meta-yocto rev: 73337565a4489225a9a204aaf24b8fa82fdb821e) 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>
2017-01-16edgerouter: add edgerouter.wksEd Bartosh
Currently edgerouter machine uses sdimage-bootpart.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 edgerouter.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: 6313c8fffe0dd4c3670ed06eca4c0a815d931e4a) 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>
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>
2017-01-16mpc8315e-rdb.conf: produce wic images for MPC8315Ed Bartosh
Added wic images to the list of default image types for mpc8315e-rdb machine. Configured wic sdimage-boot plugin to put u-boot.bin, kernel and device tree on the first partition. [YOCTO #8719] (From meta-yocto rev: dfbd39add8c24b366ba1709154f453dadd17a5a5) 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>
2017-01-16beaglebone: add beaglebone.wksEd Bartosh
Currently beaglebone machine uses sdimage-bootpart.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 beaglebone.wks to meta-yocto-bsp/wic/ to make it independent on changes in oe-core and easier to maintain. [YOCTO #8719] (From meta-yocto rev: e88c4da453f24845f3b95f9ff7b23a4a38dc670a) 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-17u-boot/beaglebone: Select Beaglebone Black target specifically.Kristian Amlie
The am335x_evm_config target has a subtle problem which is not present in the am335x_boneblack_config target: When booting from an external MMC card, the internal MMC is not accessible using the former target. This problem was introduced in U-Boot in commit 80b24fcd3083515e6b961, due to the addition of the CONFIG_DM_MMC option, and the am335x_boneblack_config target does not have this problem. (From meta-yocto rev: 18d0692f70e05b382e8404dbed34e9fad7f348aa) Signed-off-by: Kristian Amlie <kristian.amlie@mender.io> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-12-14edgerouter.conf: enable generation of wic.bmapEd Bartosh
Enabled generation of block map(bmap) files for wic images built for edgerouter machine. This should simplify flashing images with bmaptool. [YOCTO #10621] (From meta-yocto rev: dd867484a43f90ac9a1a903b3e3ce3953a6fca59) 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-14beaglebone.conf: enable generation of wic.bmapEd Bartosh
Enabled generation of block map(bmap) files for wic images built for beaglebone machine. This should simplify flashing images with bmaptool. [YOCTO #10621] (From meta-yocto rev: 503516e37e09f9f1b693e3741687661a56b905b0) 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-13meta-yocto-bsp: bump to the latest linux stable kernel for the non-x86 BSPsKevin Hao
Boot test for all these boards. (From meta-yocto rev: bfabbe8ef170be5c9c5218612dddb98e0f332891) Signed-off-by: Kevin Hao <kexin.hao@windriver.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-12-12edgerouter.py: avoid python3 exceptionJuro Bystricky
This fixes an error such as: Exception: File "/master/poky/meta-yocto-bsp/lib/oeqa/controllers/edgeroutertarget.py", line 47 self.image_fstype = self.get_image_fstype(d) TabError: inconsistent use of tabs and spaces in indentation (From meta-yocto rev: 5ff5dc2767dfef93c314e7465a52ca2dce553604) Signed-off-by: Juro Bystricky <juro.bystricky@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-12-09linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.8Alejandro Hernandez
Updates to Linux 4.8.12 - Includes CVE-2016-8655 (From meta-yocto rev: cccbd2d315a69befd090744af095e89bdd0e77bb) Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-12-09linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.4Alejandro Hernandez
Updates to Linux 4.4.36 - Includes CVE-2016-8655 (From meta-yocto rev: 95bc86ba1bb33ef2e6808fa7d080c07904073daf) Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-12-09linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.1Alejandro Hernandez
Updates to Linux 4.1.36 - Includes CVE-2016-8655 (From meta-yocto rev: 4966f0daa0ae91bd2c1329b4a5434d0fb0c7f477) Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-12-08meta-yocto-bsp: bump to the latest stable linux kernel for the non-x86 BSPsKevin Hao
Boot test for all these boards. (From meta-yocto rev: e3e35cf4d251dbac5d87fb8f48b7e0a5babb9b1b) Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-11-15conf: Remove legacy X input driversJussi Kukkonen
xf86-input-libinput is RRECOMMENDed by xserver-xorg, these legacy drivers are not needed. (From meta-yocto rev: 715f72d7842b4a789a78e7889b2f01cd41f02df8) Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-10-26meta-yocto-bsp: linux-yocto: bump to the latest stable version for non-x86 BSPsKevin Hao
Built and boot test for all these boards on 4.1, 4.4 and 4.8 kernels. (From meta-yocto rev: d4627701a3a5d8c82f49747c41c5b3226da56d07) Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-10-26linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.4Alejandro Hernandez
Upgrades to Linux 4.4.26 (From meta-yocto rev: 96275ed6faffd11b4ca2e958381f3b02122f1eeb) Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-10-26linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.1Alejandro Hernandez
(From meta-yocto rev: 16ef41db64dffb57a8a863631e20fde2521f1880) Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-10-26linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.8Alejandro Hernandez
Upgrades to Linux 4.8.3 (From meta-yocto rev: eef04c03f794a7776129118e99feb94165e8fd5e) Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-10-15linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.4 Upgrades to ↵Alejandro Hernandez
Linux 4.4.22 (From meta-yocto rev: 231154919669d30f1f82d4fc9e3fbd47408e6ec5) 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>
2016-10-15linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.1 Upgrades to ↵Alejandro Hernandez
Linux 4.1.33 (From meta-yocto rev: 6d0a183706cfe89367d4d1eeb11472411e3d2341) 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>
2016-10-15edgerouter.conf: produce wic images for EdgerouterEd Bartosh
Added wic images to the list of default image types for Edgerouter machine. Added required wic dependencies. [YOCTO #8719] (From meta-yocto rev: 7abb3ec529bd7754fc15ecf30e078d90d8014569) 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-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-10-11linux-yocto: linux 4.4: bump to the latest stable version for non-x86 BSPsKevin Hao
Boot test for all these boards. (From meta-yocto rev: 0fc5dc88faaf54ec7cfd1adc9da07a7fd28b3eae) Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-10-11linux-yocto: linux 4.1: bump to the latest stable version for non-x86 BSPsKevin Hao
Boot test for all these boards. (From meta-yocto rev: b90c81322363ecbdc1e552fd15bc547441b69b78) Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-10-11linux-yocto: linux 4.8: bump to the final v4.8 release for non-x86 BSPsKevin Hao
Boot test for all these boards. (From meta-yocto rev: 095731b7bde0539aeb4af79df56b5758a59c0e0f) Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-10-06linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.8Alejandro Hernandez
Upgrades to Linux 4.8 (From meta-yocto rev: b68cd3eed60e01936cec94a03ba2b1a087763e6b) Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-10-01beaglebone.conf: produce wic images for BeagleboneEd Bartosh
Added wic images to the list of default image types for Beaglebone machine. Added kernel image and device tree packages to the image to make it bootable. Added required wic dependencies. [YOCTO #8719] (From meta-yocto rev: 71cb33a39bf01e588c2df769c34d110d3e2ca6ea) 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-09-30genericx86-64.conf: Add SERIAL_CONSOLES_CHECK = "ttyS0"California Sullivan
Trying to start getty on a non-existent console will spew I/O errors into auth.log on some hardware. Avoid this behavior by checking that ttyS0 is a console that exists. Fixes [YOCTO #10291]. (From meta-yocto rev: bb28e1211b9f2542c7edb627abd8aaae2cbe8df8) Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-09-21linux-yocto: Updates genericx86* SRCREVs for linux-yocto 4.8Alejandro Hernandez
Upgrades to Linux 4.8-rc7 (From meta-yocto rev: 1a36dae24793dd1736e7eaea80c0b470d0be559d) Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-09-21linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.4 Upgrades to ↵Alejandro Hernandez
Linux 4.4.20 (From meta-yocto rev: 6dc826a721d7da1b9c703fc9096591ae9ee8a3b8) Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-09-21linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.1 Upgrades to ↵Alejandro Hernandez
Linux 4.1.32 (From meta-yocto rev: a1c385fd4da293281095a1207e8cd99ef92286f5) Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-09-21meta-yocto-bsp: bump to linux-yocto 4.8 for the non-x86 BSPsKevin Hao
Boot test for all these boards. (From meta-yocto rev: 3fe3a876710255ad8d16fae84aea92477c144440) Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-09-21meta-yocto-bsp: linux 4.4: bump to the latest stable version for the non-x86 ↵Kevin Hao
BSPs Boot test for all these boards. (From meta-yocto rev: ba5f8d54492d862de5995364e33acfe014281c00) Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-09-21meta-yocto-bsp: linux 4.1: bump to the latest stable version for the non-x86 ↵Kevin Hao
BSPs Boot test for all these boards. (From meta-yocto rev: 02239cf4e7d034e1e910b0373fcdc5a9bdd74b6e) Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.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-09-14linux-yocto: Adds new bbappend for genericx86 and genericx86-64 BSPs to ↵Alejandro Hernandez
support kernel 4.8 (From meta-yocto rev: a96837d7bc42b8710ca5ac687191f03540279fad) Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-08-25linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.4Alejandro Hernandez
Upgrades to Linux 4.4.18 (From meta-yocto rev: 3fadd68e9021993a082f453945bd8c0ce142ff6f) Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-08-25linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.1Alejandro Hernandez
Upgrades to Linux 4.1.30 (From meta-yocto rev: 7f3a857f94e29d1476c03ea9193fddd83a9b28bf) Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-08-11systemd_boot: Enable module to test systemd bootloaderJose Perez Carranza
Module systemd_boot created wtih a class "Systemdboot" and a test case "test_efi_systemdboot_images_can_be_built" to test new systemd bootloader. [YOCTO #9706] (From meta-yocto rev: 4366060660f15592261227ca47088b492383f8cc) Signed-off-by: Jose Perez Carranza <jose.perez.carranza@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-08-11Revert "systemd_boot: Enable module to test systemd bootloader"Richard Purdie
This reverts commit 3f859816aef3c3dba35cfbea15f0c56483205544, applied to the wrong repo. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-08-10linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.4Alejandro Hernandez
Upgrades to linux version 4.4.15 (From meta-yocto rev: eee273eeaf3d2a95c4535af198479f71ff9fb63e) Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-08-10linux-yocto: Update genericx86* SRCREVs for linux-yocto 4.1Alejandro Hernandez
Upgrades to linux version 4.1.28 (From meta-yocto rev: da898f3da00d6e74f7f69d89b47c7529ebc7b20d) Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-07-26uclibc: remove meta-yocto-bsp appendRoss Burton
With the removal of uclibc from OE-Core, this is no longer needed. (From meta-yocto rev: c02a10b40c5bb80cf82e85b90965206c954a77c1) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>