aboutsummaryrefslogtreecommitdiffstats
path: root/meta-seattle
AgeCommit message (Collapse)Author
2022-10-10bsp: drop unsupported arm bsp layerZhaolong Zhang
Signed-off-by: Zhaolong Zhang <zhaolong.zhang@windriver.com>
2022-04-19meta-amd: Convert to new override syntaxZhaolong Zhang
This converts the layers to the new override syntax. This was done using `<oe-core>/scripts/contrib/convert-overrides.py <this-layer>` after expending the override strings(shortvars) in convert-overrides.py by: "radeon amdgpu amd seattle-be v1000 amdx86" with no more other manual fixes. Signed-off-by: Zhaolong Zhang <zhaolong.zhang@windriver.com>
2019-08-28meta-amd: minor fixes in the READMEsArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-08-28common: rename to meta-amd-bspArsalan H. Awan
This renames common layers to meta-amd-bsp as it is going to hold all the bsps in it in the following commits. This also changes the layer title in layer.conf from "amd" to "amd-bsp" Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2016-09-16meta-amd: update READMEs according to yocto guidelinesAwais Belal
This updates the READMEs per the yocto compliance sheet and converts them to .md so they are easier to read on GitHub or any other platform that supports markdown. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-02-17seattle: layer.conf: use LAYERDEPENDSAwais Belal
Use LAYERDEPENDS to list the layer dependencies appropriately. This way bitbake will error out if the dependencies are not added correctly. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-02-16seattle: add common layer dependencyAdrian Calianu
Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
2016-02-16support to run 32b applicationsAdrian Calianu
Since MULTILIB is not yet available for aarch64 add two solutions to run 32b application on aarch64. One solution is using chroot while other requires qemu-arm. Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
2016-02-16Linux BSP for AMD's SeattleAdrian Calianu
BSP layer for the AMD Opteron A1100-Series features AMDs first 64-bit ARM-based processor, codenamed "Seattle". This BSP is based on Yocto kernel 3.19 and 4.1.2. The former one is used for booting with UEFI BigEndian support while the later is used for LitleEndian(default on ARM) boot. There are two machines defined, one for each endianess mode. BSP was tested on Seattle B0 version target. Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>