Dmitry Baryshkov ffe4ed6874 initramfs-firmware-lenovo-x13s-image: add Lenovo X13s firmware image
Add initramfs image for Lenovo X13s.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2025-02-20 03:23:14 +02:00
2024-11-30 17:02:09 +02:00
2017-04-11 14:26:32 +02:00
2024-11-30 17:02:09 +02:00

meta-qcom

latest build daily builds

Introduction

OpenEmbedded/Yocto Project layer for Qualcomm based platforms.

This layer depends on:

URI: https://github.com/openembedded/openembedded-core.git
layers: meta
branch: master
revision: HEAD
URI: https://github.com/Linaro/meta-qcom.git
layers: meta
branch: master
revision: HEAD
URI: https://github.com/openembedded/meta-openembedded.git
layers: meta-oe
branch: master
revision: HEAD

Device support

All contemporary boards are supported by a single qcom-armv8a machine. Please use it instead of using the per-board configuration file. In order to enable support for the particular device extend the qcom-armv8a.conf file .

Quick build

If you're new to the Yocto Project, you might want to read the Yocto Project
Quick Build document in order to setup your Yocto Project build environment.

From inside poky folder, clone this repository:

git clone git://git.yoctoproject.org/meta-qcom

Now, from inside poky folder initialize your build folder:

source oe-init-build-env build/qcom-armv8a

The script will cd into the newly created build/qcom-armv8a folder. From within this folder, add meta-qcom layer:

bitbake-layers add-layer ../../meta-qcom

Change MACHINE variable into conf/local.conf to:

MACHINE ?= "qcom-armv8a"

Finally, build your image:

bitbake core-image-minimal

Contributing

If you want to contribute changes, you can send Github pull requests at https://github.com/Linaro/meta-qcom/pulls.

You can discuss about this layer, on #linaro on Libera Chat IRC network.

Reporting issues

Please report any issue on https://github.com/Linaro/meta-qcom/issues

Maintainer(s)

Dmitry Baryshkov dmitry.baryshkov@linaro.org

Description
No description provided
Readme 1.8 MiB
Languages
BitBake 100%