summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/misc
AgeCommit message (Collapse)AuthorFilesLines
2020-09-25phosphor-misc: srcrev bump aeacd25267..2af04734ffAndrew Geissler1-1/+1
Igor Kononenko (1): usb-ctrl: adds to configure the usb interface type (From meta-phosphor rev: fd41defb5b3e12bdc4aaf8cb5c4e3349f2e3f021) Change-Id: Iad9e7045e77c28803a0dd2be4bd328084c4be939 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-14phosphor-misc: Create recipeAdriana Kobylak1-0/+61
Create a recipe for the phosphor-misc repo that creates PACKAGES based on supported configuration options. This allows individual packages to be added to an image such as phosphor-misc-usb-ctrl, phosphor-misc-http-redirect-awk, etc. Tested: - Verified that adding the misc packages to a packagegroup recipe built the desired misc package and the binaries and system service files (if applicable) were installed in the rootfs. Tried different combinations of misc packages such as: phosphor-misc-usb-ctrl phosphor-misc-first-boot-set-mac phosphor-misc-http-redirect-awk - Built an image that included the phosphor-misc-http-redirect-awk package and verified that http://bmc got redirected to https://bmc to the GUI homepage. Masking out the IP addresses: Aug 06 14:31:36 witherspoon-YL10UF78A0H4 systemd[1]: Started Redirect HTTP to HTTPS Per-connection (xxx.xxx.xxx.xxx:62348). Aug 06 14:31:36 witherspoon-YL10UF78A0H4 systemd[1]: http-redirect@1-yyy.yyy.yyy.yyy:80-xxx.xxx.xxx.xxx:62348.service: Succeeded. (From meta-phosphor rev: 9fca92d034489d4179450317e08f1913f30373ab) Change-Id: Ib0d162215c588b1c3e4a29969c4d2178db32eb14 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>