Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# bccaff34 14-Apr-2023 Patrick Williams <patrick@stwcx.xyz>

treewide: reduce append operators on SRC_URI

In a base bb file where we are setting the primary git repository, it
is rare that we need to `SRC_URI +=`. This is an unnecessary pattern
that seems to

treewide: reduce append operators on SRC_URI

In a base bb file where we are setting the primary git repository, it
is rare that we need to `SRC_URI +=`. This is an unnecessary pattern
that seems to have been copied throughout the repository. Remove the
pattern where appropriate and simply set SRC_URI directly.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I430186a82f9582ba6196f5bf66b659af4092b48d

show more ...


Revision tags: 2.14.0-dev, 2.12.0
# 9936f86d 19-Sep-2022 Ed Tanous <edtanous@google.com>

Run oe-stylize on our files

In all of our recipes, we should be following yoctos lead on formatting,
order, and other things, for consistency in our meta layers.

This commit runs oe-stylize.py on a

Run oe-stylize on our files

In all of our recipes, we should be following yoctos lead on formatting,
order, and other things, for consistency in our meta layers.

This commit runs oe-stylize.py on all of our files. The types of
changes being made can be seen in the commit, but amount to:

1. Setting an explicit key ordering
2. Sectioning the files appropriately
3. Applying rules checking to our files

At some point in the near future, we would turn this on as part of
repotest, but some minor changes need to be upstreamed to meta-oe (WIP)
to make that happen.

Looking for input on whether this is something we'd like to do, and
whether the diffs below look reasonable to folks.

Signed-off-by: Ed Tanous <edtanous@google.com>
Change-Id: I489dd21d38a9fe4f3ece89cc7a5e1d0463224abf

show more ...


Revision tags: 2.12.0-rc1, 2.13.0-dev
# 15587227 20-Apr-2022 Patrick Williams <patrick@stwcx.xyz>

treewide: fix GPLv2+ obsolete-license warnings

The LICENSE string 'GPLv2+' is considered obsolete by Yocto and raises a
warning. Switch them too the accepted tag 'GPL-2.0-or-later'.

Signed-off-by:

treewide: fix GPLv2+ obsolete-license warnings

The LICENSE string 'GPLv2+' is considered obsolete by Yocto and raises a
warning. Switch them too the accepted tag 'GPL-2.0-or-later'.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I88c639dbb45762e2e019a3503f1f1930b65c09d6

show more ...


Revision tags: 2.11.0
# bb99d22e 24-Jan-2022 Patrick Williams <patrick@stwcx.xyz>

treewide: fix up github SRC_URIs

Per [1], Yocto is going to start requiring both branch names and
`protocol=https` in GitHub SRC_URI variables. Ran the upstream tool to
automatically fix our URIs.

treewide: fix up github SRC_URIs

Per [1], Yocto is going to start requiring both branch names and
`protocol=https` in GitHub SRC_URI variables. Ran the upstream tool to
automatically fix our URIs.

1. https://git.yoctoproject.org/poky/tree/documentation/migration-guides/migration-3.5.rst#n10

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I5f9619f7ff707050b469ae74c8aa16846568c5e4

show more ...


Revision tags: 2.12.0-dev
# b9d1f019 16-Nov-2021 Oskar Senft <osk@google.com>

uart-render-controller: srcrev bump 26ac7f7bd6..08e854a6c4

Oskar Senft (1):
Fix incorrect parsing of large values in VGA scratch register

Signed-off-by: Oskar Senft <osk@g

uart-render-controller: srcrev bump 26ac7f7bd6..08e854a6c4

Oskar Senft (1):
Fix incorrect parsing of large values in VGA scratch register

Signed-off-by: Oskar Senft <osk@google.com>
Change-Id: I76419ff9ad9492a8c85626a62265a03abaed17a3

show more ...


# 12fc939c 06-Aug-2021 Patrick Williams <patrick@stwcx.xyz>

meta-phosphor: prep for new override syntax

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I588025b614416c43aa2d053765ab53bacf890cb5


Revision tags: 2.10.0-rc1, 2.11.0-dev, 2.9.0, 2.9.0-rc1, 2.10.0-dev, 2.8.0, 2.8.0-rc1, 2.9.0-dev, 2.7.0
# 711fbc33 01-Aug-2019 Jeremy Kerr <jk@ozlabs.org>

uart-render-controller: srcrev bump 14decab20f..26ac7f7bd6

Jeremy Kerr (1):
Fix error when VGA scratch register has high bits set

(From meta-phosphor rev: 8be9b74f9b751d53

uart-render-controller: srcrev bump 14decab20f..26ac7f7bd6

Jeremy Kerr (1):
Fix error when VGA scratch register has high bits set

(From meta-phosphor rev: 8be9b74f9b751d5335e1b51bd3683ff480231dc8)

Change-Id: I3c4a8ccea764c9a477a0a8e3b245db489ffa1557
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>

show more ...


Revision tags: 2.7.0-rc1, 2.8.0-dev
# 44f3ccea 22-Mar-2019 Brad Bishop <bradleyb@fuzziesquirrel.com>

meta-phosphor: Fix explicit dependencies antipattern

Out of the box bitbake examines built applications, automatically adds
runtime dependencies and thus ensures any library packages dep

meta-phosphor: Fix explicit dependencies antipattern

Out of the box bitbake examines built applications, automatically adds
runtime dependencies and thus ensures any library packages dependencies
are automatically added to images, sdks, etc. There is no need to list
them explicitly in a recipe.

Dependencies change over time, and listing them explicitly is likely
prone to errors - the net effect being unnecessary shared library
packages being installed into images.

Consult
https://www.yoctoproject.org/docs/latest/mega-manual/mega-manual.html#var-RDEPENDS
for information on when to use explicit runtime dependencies.

(From meta-phosphor rev: 26873c99d30b55e21a920c9851f21c3e2eab19f7)

Change-Id: I38640d75a2d834c07d45ddcdb0162f1a23f848d9
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>

show more ...


Revision tags: 2.7.0-dev, 2.6.0, 2.6.0-rc1, 2.6.0.rc1, v2.4
# ff075f6e 31-Aug-2018 Brad Bishop <bradleyb@fuzziesquirrel.com>

meta-phosphor: Move layer content from common/

Adopt a more conventional directory hierarchy. meta-phosphor is still
a _long_ way from suitable for hosting on yoctoproject.org but thing

meta-phosphor: Move layer content from common/

Adopt a more conventional directory hierarchy. meta-phosphor is still
a _long_ way from suitable for hosting on yoctoproject.org but things
like this don't help.

(From meta-phosphor rev: 471cfcefa74b8c7ceb704cb670e6d915cf27c63b)

Change-Id: I3f106b2f6cdc6cec734be28a6090800546f362eb
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>

show more ...