summaryrefslogtreecommitdiff
path: root/meta-inspur
AgeCommit message (Collapse)AuthorFilesLines
2019-03-29inspur: Remove obmc-button-power/resetJohn Wang1-2/+0
obmc-button-power/reset are deprecated and meta-inspur has not used obmc-button-power/reset,so remove them. (From meta-inspur rev: 856989e7af1f55d6f43217237c8799bd212eeeca) Signed-off-by: John Wang <wangzqbj@inspur.com> Change-Id: I154695ded3c9b26b9efcca70a606559b9053aa9b Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-03-28inspur: react to phosphor-rest removalBrad Bishop1-4/+0
phosphor-rest-server and phosphor-gevent are no longer the project defaults so no need to expliclty remove it any longer. (From meta-inspur rev: fefe7af70e16e76040f08ff6f7870f7306db591c) Change-Id: Ia1cd2f8f6add5652faaf527449885faf47b9c2c0 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-03-26meta-inspur: on5263m5: Update I2C hwmon paths for the 5.0 kernelPatrick Venture4-3/+3
In the 5.0 Linux kernel, an I2C device path segment changed: i2c@1e78a000 -> bus@1e78a000 (From meta-inspur rev: 92609a93bf06ff5f71983595cf7edc4523676043) Tested: Verified paths visually, but not tested on hardware. Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I37efb06fe1b59a69939560c7aba71e17354b2b81 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-03-05packagegroups: Remove obmc-mgr-systemAdriana Kobylak1-1/+0
The system manager (obmc-mgr-system) which provided GPIO functionality is being deprecated and it's not in use anymore: * GPIOs have moved out of D-Bus (see openbmc/openbmc#3332). * Tools depending on its GPIO functions have been updated to call local functions instead. * The systemd service files have been updated to not depend on system manager. (From meta-inspur rev: dd16cd4cce9956f5a7e1115bc268bcac4a3647f5) Change-Id: Id87ff99546c55947be3db006583a99edf2b171e7 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-02-01meta-on5263m5: Add inspur-uuidJohn Wang1-0/+27
The phsophor-led-sysfs needs only one pin to control the led(linux led subsystem). But inspur's motherbaord needs 2 pins to manager the identify-led(only identify-led) gpio_control 1-0-1 keep 0>50ms toggle the led gpio_read get the led status(0 means on 1 means off) Testd: Tested on the on5263m5 board (From meta-inspur rev: c8f86c0b5d40b1fa6e7ecba096a148187859e089) Change-Id: Ia3677a8e37b8888b8c679090b58bc2740763095e Signed-off-by: John Wang <wangzqbj@inspur.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-30meta-inspur: Upgrade to yocoto 2.6John Wang1-1/+1
set layer compatability to thud (From meta-inspur rev: 63e6b51e20656647b7df03cdf4c6414934d993d3) Change-Id: Ia13c535f8aab24750aa3231b93521205cda3b1b2 Signed-off-by: John Wang <wangzqbj@inspur.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-15meta-on5263m5: Add sensor configsJohn Wang6-0/+52
tmp421 tmp112 adm1278 adc fan-tach Tested: Build on5263m5 board and load on the target hardware (From meta-inspur rev: cfb537ae3d5d9f4e0ca922880752dbf472cb6801) Change-Id: Ide9f3ea2314f518c2381b2258dbe97af04d14a9e Signed-off-by: John Wang <wangzqbj@inspur.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-15Add obmc-bsp-common.incJohn Wang1-0/+1
Without obmc-bsp-common.inc in machine/on5263m5.conf, it seems that the image-bmc can not be generated, so it is added Tested: export meta-inspur/meta-on5263m5/conf and build obmc-phosphor-image, verify the images are built (From meta-inspur rev: af5f1ab12b97dca39722f9056ad57d8e723871e9) Change-Id: Ica691390859cdb88159f6a2232a5fb6327c32db7 Signed-off-by: John Wang <wangzqbj@inspur.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-13Add ON5263M5 platformJohn Wang16-0/+715
(From meta-inspur rev: 42e8cb80b7e8344ce9fb6ff0c40f81e0bdd03cbe) Change-Id: I8affa38b64d7db1f4826718983d049dea5ea2f26 Signed-off-by: John Wang <wangzqbj@inspur.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>