summaryrefslogtreecommitdiffstats
path: root/meta-ibm/meta-palmetto
Commit message (Collapse)AuthorAgeFilesLines
* meta-palmetto: Use mboxd instead of aspeed-lpc-ctrlLei YU2019-04-071-1/+1
| | | | | | | | | | | | | | | | | Palmetto is going to enable phosphor-isolation, which requires to use mbox for PNOR access instead of directly mapping on LPC to PNOR. Tested: With Palmetto's [dts fix][1] and a PNOR build that enables [PNORDD_IS_IPMI][2], verify Palmetto boots host successfully. [1]: https://patchwork.ozlabs.org/patch/1042662 [2]: https://github.com/open-power/op-build/pull/2680 (From meta-ibm rev: 9ba4f883224f2c101b0d4a6df1ddb3cd787a61fa) Change-Id: I7c225ab2f3afd4d31a217a616bfcc7412805004a Signed-off-by: Lei YU <mine260309@gmail.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-ibm: layer.conf: Add warrior compatibilityBrad Bishop2019-04-051-1/+1
| | | | | | | | | | | | oe-core branched in preparation for the upcoming 2.7 Yocto release and as of 13e45ff requires core layer compatibility to "warrior" instead of "thud". We'll retain compatibility for both until we do our own branch or stop testing thud. (From meta-ibm rev: 97893b2c0bf39cfaee58ccfc4f85249f9a1d8abf) Change-Id: I2e772add384637011a80acf52861b88ac71be98b Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* palmetto: Update I2C hwmon paths for the 5.0 kernelBrad Bishop2019-03-264-3/+3
| | | | | | | | | | In the 5.0 Linux kernel, an I2C device path segment changed: i2c@1e78a000 -> bus@1e78a000 (From meta-ibm rev: bf1862a9b9bc82683d12036edc247f9f4ea4d13c) Change-Id: I909073424a7b0a5c677307fe3b4ab25cab051cc9 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* ibm: remove useless ibm.inc configuration fileBrad Bishop2019-02-061-1/+1
| | | | | | | | | | | | | | ibm.inc simply includes openpower.inc. That, and meta-ibm is a distro policy layer and doesn't enable any specific hardware. Update machine configurations to include openpower.inc directly. Add a conf/distro/include/ibm.inc to meta-ibm at a later time when meta-ibm has distro policy to apply. (From meta-ibm rev: 3d1be91f99c646b350c02bfe1004a019cd436c13) Change-Id: I4bf1e9badba105f4ed10c478f7d5473e3f169791 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* ibm: remove meta-webserver from bblayers.confBrad Bishop2019-02-051-2/+0
| | | | | | | | | With the recent move to bmcweb we don't need meta-webserver anymore. (From meta-ibm rev: a5231caf14dd78aa451621644bb60069eea17009) Change-Id: I92f760321d38f99e651e3a6ae4d689f0bfb337ff Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* reset upstream subtrees to yocto 2.6Brad Bishop2019-01-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reset the following subtrees on thud HEAD: poky: 87e3a9739d meta-openembedded: 6094ae18c8 meta-security: 31dc4e7532 meta-raspberrypi: a48743dc36 meta-xilinx: c42016e2e6 Also re-apply backports that didn't make it into thud: poky: 17726d0 systemd-systemctl-native: handle Install wildcards meta-openembedded: 4321a5d libtinyxml2: update to 7.0.1 042f0a3 libcereal: Add native and nativesdk classes e23284f libcereal: Allow empty package 030e8d4 rsyslog: curl-less build with fmhttp PACKAGECONFIG 179a1b9 gtest: update to 1.8.1 Squashed OpenBMC subtree compatibility updates: meta-aspeed: Brad Bishop (1): aspeed: add yocto 2.6 compatibility meta-ibm: Brad Bishop (1): ibm: prepare for yocto 2.6 meta-ingrasys: Brad Bishop (1): ingrasys: set layer compatibility to yocto 2.6 meta-openpower: Brad Bishop (1): openpower: set layer compatibility to yocto 2.6 meta-phosphor: Brad Bishop (3): phosphor: set layer compatibility to thud phosphor: libgpg-error: drop patches phosphor: react to fitimage artifact rename Ed Tanous (4): Dropbear: upgrade options for latest upgrade yocto2.6: update openssl options busybox: remove upstream watchdog patch systemd: Rebase CONFIG_CGROUP_BPF patch Change-Id: I7b1fe71cca880d0372a82d94b5fd785323e3a9e7 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* ibm: remove setting root pw from local.confBrad Bishop2018-12-181-7/+0
| | | | | | | | | | With meta-phosphor commit fd1f696f99 this is done by the distro configuration; so, no need to do it in local.conf. (From meta-ibm rev: 0525b1723095b6c47af7892ca90f328f92270815) Change-Id: I6fdbf055b24adf768efdd86132faa7f1fffc56f9 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* ibm: Remove unused meta-poky layerBrad Bishop2018-11-191-2/+0
| | | | | | | | | The meta-poky layer is unused. Remove from the layer configuration. (From meta-ibm rev: 7bafd24c1b15a87e25c5386236527c863908121f) Change-Id: Ia589ac6a06af433e8af8cb858ec1a91af962768b Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-ibm: palmetto: set wildcard for version for mrw-nativePatrick Venture2018-11-082-0/+0
| | | | | | | | | | For mrw-native recipe append, set wildcard to version. (From meta-ibm rev: fc50b2d08f871df53e286cf9e6909048e3824846) Change-Id: I5de207d281b3247836601c84828db6a8b0f70182 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-ibm: palmetto: set mrw licensePatrick Venture2018-11-081-0/+2
| | | | | | | | | | Set the license fields for the machine-readable-workbook. (From meta-ibm rev: 1af1e9a8189bf33294782e80f3666e7d242b90de) Change-Id: Ic047325e9803aa4b2120dd1a986b69fc8ddb3ffd Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-ibm: master refresh baedc91099..a00d9b8a84Brad Bishop2018-11-082-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update meta-ibm to master HEAD. Patrick Venture (21): meta-ibm: add IBMBASE meta-ibm: romulus: chassis: avsbus-control: set LICENSE field meta-ibm: romulus: chassis: vrm-control: set LICENSE field meta-ibm: romulus: gpio: id-button: set LICENSE field meta-ibm: romulus: ipmi-fru-read-inventory-native: set LICENSE field meta-ibm: romulus: ipmi-inventory-map-native: set LICENSE field meta-ibm: romulus: ipmi-inventory-sel-native: set LICENSE field meta-ibm: romulus: led-manager-config-native: set LICENSE field meta-ibm: romulus; phosphor-logging-callouts-native: set LICENSE field meta-ibm: witherspoon: chassis: avsbus-control: set LICENSE field meta-ibm: witherspoon: chassis: vrm-control: set LICENSE field meta-ibm: witherspoon: events-policy-native: set LICENSE field meta-ibm: witherspoon: fan-policy-native: set LICENSE field meta-ibm: witherspoon: fan-watchdog: set LICENSE field meta-ibm: witherspoon: thermal-policy-native: set LICENSE field meta-ibm: witherspoon: inventory-cleanup-native: set LICENSE field meta-ibm: witherspoon: power-supply-policy-native: set LICENSE field meta-ibm: witherspoon: power-supply-sync: set LICENSE field meta-ibm: palmetto: ipmi-inventory-map-native: set LICENSE field meta-ibm: palmetto: led-manager-config-native: set LICENSE field meta-ibm: dbus-interfaces-mapper-config-native: set LICENSE field Change-Id: Ic74e30b1cdd013c7d293dffc9423035632f92e43 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-ibm: palmetto: set wildcard for mrw-nativePatrick Venture2018-10-272-0/+0
| | | | | | | | | | Set wildcard for mrw-native append and folder. (From meta-ibm rev: 513a0cfe065358ab35f153f8be7654f786f5a570) Change-Id: Id989b0f082e6c1a6d9c32471b786d90b516f65e6 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-ibm: palmetto: skeleton: obmc-libobmc-intf: drop symlinkPatrick Venture2018-10-252-2/+1
| | | | | | | | | | Drop symlink and rename bbappend for obmc-libobmc-intf. (From meta-ibm rev: 27809259718e262711a08a6b56531eab3df86bee) Change-Id: I2a4e5963a95e6691a55802b06b09802610cdaa9b Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-ibm: palmetto: skeleton: obmc-libobmc-intf: set version wildcardPatrick Venture2018-10-241-0/+1
| | | | | | | | | | Set the wildcard for version for obmc-libobmc-intf_%.bbappend (From meta-ibm rev: aab56a79b053d0f1c38602170f92c018c0003e20) Change-Id: I3e22edf832421011e94e41270f811e3335c74549 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-ibm: palmetto: config: rename as gitPatrick Venture2018-10-151-0/+1
| | | | | | | | | | palmetto-config.bb inherits config-in-skeleton, which is git-based. (From meta-ibm rev: c5aa5e9ed72fcf87f60655d82856ce40da71c49c) Change-Id: Iaac4451129ef02302875bda88dcbf8be87bc35a6 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-ibm: palmetto: rename phosphor-hwmon bbappendPatrick Venture2018-10-044-0/+0
| | | | | | | | | | | Rename phosphor-hwmon%.bbappend to phosphor-hwmon_%.bbappend. Tested: Built palmetto and verified rootfs contained sensor confs. (From meta-ibm rev: 9a7111ad913d24d65959eab8ac62fbadac4e500d) Change-Id: I11f974659b6e5974e48c8004a4ea8ac56ffb6ca7 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-ibm: Rename bb file collectionsBrad Bishop2018-09-241-3/+3
| | | | | | | | | | | | | | | | Typical upstream layers have a -layer suffix. Rename collections from foo to foo-layer to match this de-facto standard. Some existing layers that use this convention include: openembedded-layer networking-layer perl-layer virtualization-layer (From meta-ibm rev: 32478afb0f68ba711b816d1dbaecf379c67cc928) Change-Id: I5c22956cf289263d5cef1e3c1babb2d1f5a10a3d Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-palmetto: Update ipmi sensor config yamlLei YU2018-09-171-305/+826
| | | | | | | | | | | | | | | | | | Update the ipmi sensor config yaml for Palmetto. Added missing sensors, e.g. core/dimm temp, power. The yaml is generated based on palmetto rpt: sensor_yaml_config.py -i config.yaml \ -o output.yaml -f -r palmetto.rpt Tested: Verify ipmitool sensor prints the added sensors. (From meta-ibm rev: db91cc8e155b9322c976e41c670385e2c72d913b) Change-Id: I58acf8dd50daf02b79ae3e50998d31b569bdc073 Signed-off-by: Lei YU <mine260309@gmail.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Add Palmetto GPIO JSONMatt Spinler2018-08-282-0/+61
| | | | | | | | | | These GPIOs are used by the code in the skeleton repo. (From meta-ibm rev: 2ba966c18046651d2115d732cbb0ed8b231bafad) Change-Id: I58a5087252b5dc6a98174837305485925c07c712 Signed-off-by: Matt Spinler <spinler@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Add recipes-phosphor to Palmetto's recipes.txtGunnar Mills2018-08-281-0/+1
| | | | | | | | | | Fix Palmetto's recipes.txt. (From meta-ibm rev: 543acb28fc1ee93a819de955f4a14dd5d0fee499) Change-Id: Ibfe2724dc65122d23070396867a97064ac4e1124 Signed-off-by: Gunnar Mills <gmills@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-palmetto: Update occ sensor namesLei YU2018-08-281-22/+22
| | | | | | | | | | | | Update occ sensor names to make it consistent with Witherspoon. Tested: Verify the sensor names are updated via REST API. (From meta-ibm rev: fc7a1853fd16af0e58bcf104bd1f9585b1f36a20) Change-Id: Ia2b31ecfd591c580d8ec382fe7d26b30fd34d427 Signed-off-by: Lei YU <mine260309@gmail.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* [Subtree] Bring openbmc machines to top levelDave Cobbley2018-08-2330-0/+1807
The new subtree model brings the subtrees up from the openbmc-machines layer. Change-Id: I58a03ae1be374bc79ae1438e65e888375d12d0c0 Signed-off-by: Dave Cobbley <david.j.cobbley@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
OpenPOWER on IntegriCloud