summaryrefslogtreecommitdiff
path: root/meta-facebook/recipes-fb/fb-powerctrl
AgeCommit message (Collapse)AuthorFilesLines
2021-11-04meta-facebook: fix shellcheck issues in scriptsPatrick Williams2-48/+48
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I62cf17d414795e91d673d468a196d4f0a6c0a71b
2021-08-07meta-facebook: prep for new override syntaxPatrick Williams1-3/+3
Ran `scripts/contrib/convert-overrides.py` from upstream Yocto and fixed up a few by hand that were missed. Tested: Built bletchley and tiogapass. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I0489ba007132901697e4ef1a29b03a3591b3ee3b
2021-01-26meta-facebook: fb-powerctrl: remove excess trailing slashPatrick Williams1-3/+3
Clean up the bitbake warning. WARNING: Recipe fb-powerctrl sets S variable with trailing slash '.../tmp/work/arm1176jzs-openbmc-linux-gnueabi/fb-powerctrl/1.0-r0/', remove it Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Iad85528bfc42f042985f02035bbe8cc41fa020e8
2020-03-05meta-facebook: Move common recipe under facebook layerVijay Khemka7-0/+174
Moved common facebook recipe under meta-facebook to support multiple facebook platform and make use of common code across platforms. This is just a first phase to add common layer and moved meta-tiogapass/recipe-fbtp to ./recipe-fb. Slowly, will move all common meta data under meta-facebook. (From meta-facebook rev: 2769bfe7823ce0ce426f2faf463c6d91e43b6c29) Change-Id: I7f9f0d2d621524bc6de1c948a55a23238e3a7b7f Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>