Daniel Thompson a266dbf8fb linux-qcom-bootimg: Fix SyntaxWarning messages
Currently linux-qcom-bootimg.inc issues warnings like the following with
some versions of Python 3:
WARNING: linux-linaro-qcomlt-6.0-r0 do_qcom_img_deploy:
.../meta-qcom/recipes-kernel/linux/linux-qcom-bootimg.inc:51:
SyntaxWarning: "is" with a literal. Did you mean "=="?

Using is to test for equality is wrong. is only works "by accident" and
relies on some rather dubious assumptions about how CPython manages the
string literal pool

There are three occurrences, the first two are fixed the obvious way and
the final one is simply removed because the code was unreachable anyway
(the empty string already evaluates to False when used in a logic
expression).

Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
2022-11-21 14:48:37 +00:00
2017-04-11 14:26:32 +02:00
2022-06-14 10:53:45 -07:00

meta-qcom

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

This layers has an optional dependency on meta-oe layer:

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

The dependency is optional, and not strictly required. When meta-oe is enabled in the build (e.g. it is used in BBLAYERS) then additional recipes from meta-qcom are added to the metadata. You can refer to meta-qcom/conf/layer.conf for the implementation details.

Contributing

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

Alternatively you can send patches to openembedded@lists.linaro.org, in which case, please:

  • When creating patches, please use something like:

git format-patch -s --subject-prefix='meta-qcom][PATCH' origin

  • When sending patches, please use something like:

git send-email --to openembedded@lists.linaro.org <generated patch>

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

Reporting issues

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

Maintainer(s)

Nicolas Dechesne nicolas.dechesne@linaro.org

Description
No description provided
Readme 1.8 MiB
Languages
BitBake 100%