summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/video
AgeCommit message (Collapse)AuthorFilesLines
2021-11-22uart-render-controller: srcrev bump 26ac7f7bd6..08e854a6c4Oskar Senft1-1/+1
Oskar Senft (1): Fix incorrect parsing of large values in VGA scratch register Signed-off-by: Oskar Senft <osk@google.com> Change-Id: I76419ff9ad9492a8c85626a62265a03abaed17a3
2021-09-02meta-phosphor: change systemd.bbclass to match upstream override syntaxPatrick Williams1-1/+1
Upstream bbclasses changed to typically use the `:${PN}` override syntax, including the SYSTEMD_ variables. Change our systemd.bbclass to do the same for consistency and perform a tree-wide variable replacement. Spot checked by building bletchley and witherspoon and checking some of the SYSTEMD_LINK directives on installed packages under qemu. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I20a9dd809bff8af8759488734f80486c7228c6eb
2021-08-11meta-phosphor: prep for new override syntaxPatrick Williams2-4/+4
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I588025b614416c43aa2d053765ab53bacf890cb5
2021-06-05meta-phosphor: liberation-fonts: Make override genericWilliam A. Kennington III1-9/+0
Reducing the installed font set is not version specific, apply even to updated versions. Change-Id: Iddf03fb64cc43d49a4c94d480d141352a300a831 Signed-off-by: William A. Kennington III <wak@google.com>
2020-10-16uart-render-controller: Use new sysfs pathsJoel Stanley1-2/+2
The kernel now contains a patch "drm/aspeed: Add sysfs for output settings" that has been merged to mainline for 5.11. This patch has the required files under the drm (GPU) device, so the paths have changed. The openbmc kernel carries this in dev-5.8 as of f43cef68025d. For now both old and new paths will work, but the old path will be removed in the future. (From meta-phosphor rev: 39db01c017971cee5ac2e9db025e3574041e208c) Change-Id: I558abf50d5251d473d83aba2e2e8ba837e86e7b0 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-08-06uart-render-controller: srcrev bump 14decab20f..26ac7f7bd6Jeremy Kerr1-1/+1
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>
2019-04-06update upstream subtreesBrad Bishop1-1/+1
A number of corequisites exist so squashing these all into one patch. meta-ingrasys - refresh master bc513127f4..67bcaf389f meta-hxt - refresh master 86a4df514f..8fe0d38bbb meta-phosphor - refresh master 06c09d7cce..df6ddae3d2 meta-quanta - refresh master 4f126361a1..53f3025271 Change-Id: I3daeef2a0467d8ea4f1fd1c617e526f8b11258af Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-03-28meta-phosphor: Fix explicit dependencies antipatternBrad Bishop1-1/+0
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>
2018-09-06meta-phosphor: Move layer content from common/Brad Bishop7-0/+98
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>