summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-08-11meta-aspeed: prep for new override syntaxPatrick Williams11-41/+41
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I8135871ae0e3b360aff7d878f7cf04a2504f2dd0
2021-08-11meta-evb: prep for new override syntaxPatrick Williams10-25/+25
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I7a755976c2144356314faef7cf1f226ae18dc884
2021-08-11meta-facebook: more prep for new override syntaxPatrick Williams11-86/+208
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I21120d6215c25be49afd60d6e807b68f2798423a
2021-08-11meta-phosphor: prep for new override syntaxPatrick Williams186-734/+734
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I588025b614416c43aa2d053765ab53bacf890cb5
2021-08-10openpower-libhei: srcrev bump c905d2b5e6..91f1d3d2aaAndrew Geissler1-1/+1
Zane Shelley (1): Add query for checkstop attentions in signature list Change-Id: Id81dd13200a6c0eb2a59842d4a1193d01a5d3947 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-10meta-google: gpio-ctrl: upstream gpio-ctrl recipeMichael Shen2-0/+264
Add license to bb file and the copyright to shell script. Signed-off-by: Michael Shen <gpgpgp@google.com> Change-Id: I8b546ebfb302213c5a115af7220102fa51f2419b
2021-08-10Add D-bus monitor snmp policy for ibm systemsRavi Teja4-19/+38
This commit is add D-bus monitor config.yaml for errorlog entries for snmp eventing. Tested by: Configured SNMP and created errorlog observed snmp traps recieved on SNMP server Signed-off-by: Ravi Teja <raviteja28031990@gmail.com> Change-Id: I59c1f8a3b03eb3aab4a55c3cfb0bfb3e9e600a4d
2021-08-10Override pldm response time out valueManojkiran Eda1-0/+4
This commit would override response time out value for a request to 4.8 seconds for all the ibm machines. We have seen in our debugging that in rare cases host takes close to 5 seconds to respond to the pldm message.This value (4.8 seconds) is in sync with what phyp maintains for their messages(5 seconds). As we do lot of fileIO operations, and the number of PDR's tend to grow, picking 4.8 seconds seems to be less risky path & also larger timeout would reduce the number of retries from BMC incase if the host does not respond within 2-3 seconds. Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com> Change-Id: Ic0eac42b66dbc2c6d69bff440fe590775f35e390
2021-08-10host-check: check host state on startup of host managerAndrew Geissler2-16/+1
See this commit for more info on function and testing: https://github.com/openbmc/phosphor-state-manager/commit/0d1c3f1f9329c853677f0581287afef83eeea0f0 phosphor-state-manager: srcrev bump 65bfcf5792..0d1c3f1f93 Andrew Geissler (1): host-check: discover host state within state manager Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I04129b1838118efceb1d073539d01d6e1af99eec
2021-08-10Change default password hashJoseph Reynolds2-6/+8
Background: OpenBMC provisions the BMC firmware image with the root account password in a form which is no longer acceptable to Linux-PAM version 1.5.1. Specifically, [phosphor-defaults.inc][] sets the password hash into /etc/shadow as "\$1\$UGMqyqdG\$FZiylVFmRRfl9Z0Ue8G7e/", where $1 indicates the deprecated [MD5 hash algorithm][].  Ref: [wikipedia passwd entry][].  Beginning around PAM version 1.5.1, when you log in, the [pam_unix.so module][] authenticates okay but requires the password to be changed.  (For example, you'll get a message like "You are required to change your password immediately (administrator enforced)."  This behavior is undesirable for OpenBMC project defaults, and is not tolerated by the project's current continuous integration tools.) This change is to replace the password hash to keep the same cleartext password but hashed with an acceptable algorithm. Specifically, the password hash supplied in phosphor-defaults.inc is updated to use the same password as before but encoded with the SHA-512 algorithm.  The hash was generated by the `openssl passwd -6 0penBmc` command.  This change ought to be transparent and forward and backward compatible. Note various meta-layers use this same hash string in conf/local.conf.sample files. They are changed to match. References: [phosphor-defaults.inc]: https://github.com/openbmc/openbmc/blob/1a977b269ed437bebb9ae7810e3157746ec9174d/meta-phosphor/conf/distro/include/phosphor-defa ults.inc#L245 [wikipedia passwd entry]: https://en.wikipedia.org/wiki/Passwd [pam_unix.so module]: https://github.com/linux-pam/linux-pam/tree/master/modules/pam_unix [MD5 hash algorithm]: https://en.wikipedia.org/wiki/MD5 Tested: Created image with new password hash and PAM 1.5.1 and checked that login works okay and does not require the passwod to be changed. Signed-off-by: Joseph Reynolds <joseph-reynolds@charter.net> Change-Id: I5b189374f08ba506dbed7f8b9b991f2808cc3bc5
2021-08-10Remove redundant code to set root passwordJoseph Reynolds12-47/+12
Background: The OpenBmc project default root account password is set in meta-phosphor/conf/distro/include/phosphor-defaults.inc and can be customized in each layer's local.conf file. Many of these local.conf.sample files had redundant code to set the password, which probably should not have been there. Removing them allows the defaults in phosphor-defaults.inc to take effect. Tested: No. Only meta-ibm was tested. Signed-off-by: Joseph Reynolds <joseph-reynolds@charter.net> Change-Id: I76dce00d269d7afa005d7bcfd63f846d3cf45596
2021-08-10meta-google: host-power-ctrl: Import libwatchdog from gBMCTom Tung2-0/+49
Upstream package for libwatchdog. Change-Id: I9ef9243ae8e56a4a92be31c9229f1b38c00f662d Signed-off-by: Tom Tung <shes050117@gmail.com>
2021-08-10meta-google: host-power-ctrl: Import gpio-host-pwr from gBMCTom Tung18-0/+435
Upstream common package for gpio-host-pwr. Change-Id: I08550d46d2b062f6b793cb5417d26231c7e4ca20 Signed-off-by: Tom Tung <shes050117@gmail.com>
2021-08-10bmcweb: srcrev bump e6a7165064..885bbf1c82Andrew Geissler1-1/+1
Willy Tu (1): ssl: remove BMCWEB_ENABLE_SSL since openssl is not optional anymore Change-Id: Id317d10cb20deaa283cb5b81401f825653f8acfc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-10openpower-hw-diags: srcrev bump 897a6f7d8e..869d9bbfbbAndrew Geissler1-1/+1
Zane Shelley (5): Provide package data dir for compiler option Install RAS data file schema document initial function to apply RAS policies for root cause Util functions to validate JSON and find data files Parse and verify the RAS data files Change-Id: I6db8b27254e1599d95d42924ff7fc811c719afbf Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-09intel-ipmi-oem: srcrev bump e7725610df..a87dbd4ee3Andrew Geissler1-1/+1
gokulsanker (1): Code clean up to handle memory exception Change-Id: I42f9f0597024e5583e8d828a88cdb634c94dc7f5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-09ekb: srcrev bump 52e5c0038a..c14cb37697Jayanth Othayoth1-1/+1
Commit included. - Release tag & head commit information updated for hw071421a.opmst10  - Gard the clock on CBS_NOT_IN_IDLE_STATE error                        - SW528598 - Unmask MCFIR bit 5                                        - Supporing 48 bit target type for SBE FFDC                            - RAS Review: p10_do_fw_hb_istep.xml                                   - RAS Review: p10_ram_errors.xml                                       - RAS Review: p10_block_wakeup_intr_errors.xml                         - RAS Review: p10_qme_sram_access_errors.xml                           - RAS Review: p10_query_core_stop_state.xml                            - Release tag & head commit information updated for hw071221a.opmst10  - RAS Review: p10_scomt_errors.xml                                     - p10_fbc_eff_config -- calculate tsnoop based on core, mc, pau freqs  - RAS Review: p10_query_host_meminfo_errors.xml                        - p10_sbe_scrach_regs -- raise DD2 PAU frequency to support high frequency sorts - Define ATTR_MRW_FREQ_SYSTEM_CORE_FLOOR_MHZ for per system control    - RAS Review: p10_qme_customize_errors.xml                             - RAS Review - p10_tod                                                 - Release tag & head commit information updated for hw070921a.opmst10  - Change MFG OMI screen test to use x4 downgrade                       - Add null pointer check to FFDC gathering functions                   - Release tag & head commit information updated for hw070721a.opmst10  - Minor attribute cleanup                                              - Minor attribute cleanup                                              - Add type for MDS Media Controller Device                             - Allow multicast targets for target ffdc in fapi error xml            - Add correct FFDC info for RNG regs                                   - Release tag & head commit information updated for hw070521a.opmst10  - p10_frequency_buckets -- adjust DDR 2933 mesh clock speed constant   - p10_mss_eff_grouping RAS updates                                     - Release tag & head commit information updated for hw063021a.opmst10  - Using uint8_t variable for CLOCK_POS FFDC                            - p10.pci.scan.initfile -- updates for HW 507934                       - P10 Dynamic VIO Setpoint                                             - Release tag & head commit information updated for hw062821a.opmst10  - Adding simple clock detector check                                   - Fix for defect SW521078                                              - QME: enable MMA dynamic mode                                         - Release tag & head commit information updated for hw062521a.opmst10  - PPB HWP: Bug fix in handling unsorted parts                          - P10 RAS Review io_init_done, io_lib, io_power, omi_init, omi_train_check - DD2 updates. For meas seeprom use bkp for all errors as upd is not possible - Release tag & head commit information updated for hw062321a.opmst10  - p10_sbe_gptr_time_initf -- swap PAUC DTS constants                   - Release tag & head commit information updated for hw062121a.opmst10  - Release tag & head commit information updated for hw061821a.opmst10  - DD2 ABUS CCM updates                                                 - RCS Setup Updates Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: Ic5b7eb3eca9236d26979fc2e60d498f5e27d6032
2021-08-09meta-openpower: phal devtree data export serviceJayanth Othayoth2-0/+9
Service to collect r/w devtree attribute data from the devtree and save to known location. This is data collected prior to concurrent software update and applied to new device tree in the reboot followed by concurrent software update. Version bump to enable service back-end support. tested: Jul 30 14:27:35 xxx phal-export-devtree[2624]: Software path interface add signal received Jul 30 14:27:35 xxx phal-export-devtree[2624]: Successfully exported devtree attribute data root@xx:~# ls /var/lib/phal/ exportdevtree Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: Ic2462f596a7ffcc716254577dc693d580111b766
2021-08-09meta-openpower: phal devtree data import serviceJayanth Othayoth2-1/+10
Service to override r/w devtree attribute data to the newer version of devtree from older version. This is used in concurrent software update followed BMC reboot. This service will only run in the following condition: - Chassis power is on when the BMC comes out of reset - version bump to enable service back-end support Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I352c60ba254cfcf50a2339224eab9fa418491cc7
2021-08-09pdata: srcrev bump ad43980485..b05eb90ad1Jayanth Othayoth1-1/+1
Amitay Isaacs (4) attribute: Improve usage message for attribute tool attribute: Fix argument check for export command configure: Update version scripts: genDTS: Fix to handle uint16 type attributes Ilya Smirnov (1) data: p10: Add SECURE_VERSION_NUM attribute Jayanth Othayoth (1) Add devtree preserve attribute list Ramesh Iyyar (4) scripts: Updated MRW xml processing scripts data: p10: Added the lcard-dimm-ddimm4u scripts: Add FAPI attributes in more than one MRW target type. scripts: Updated MRW xml processing scripts Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: Ie0029444a733bdeb8ced62af77d0f375c085b4da
2021-08-09meta-google: layer.conf: Revert 45725 and add honister as Yocto releaseWilly Tu1-3/+3
Reverting the changes in https://gerrit.openbmc-project.xyz/c/openbmc/openbmc/+/45725 and adding `honister` to LAYERSERIES_COMPAT for the next Yocto release. Change-Id: I32c138127dc3508d6925c990643b9efce2bda0b6 Signed-off-by: Willy Tu <wltu@google.com>
2021-08-09phosphor-nvme: srcrev bump be3439961f..31c3a2f7c9Andrew Geissler1-1/+1
George Hung (1): Filter meaningless characters for reading NVMe model name Change-Id: Ia234010e85a4b5c965e925f95a6a89a205c1a95f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-09phosphor-watchdog: srcrev bump 61bc6cdd56..9ef0d0fbacAndrew Geissler1-1/+1
Willy Tu (1): watchdog: Add signal for timeout event Change-Id: Ib1c65311ebfd6719df0d82513da45e48871e0972 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-09phosphor-sel-logger: srcrev bump 147b1fd75e..e295fd9d6fAndrew Geissler1-1/+1
William A. Kennington III (1): build: Remove cmake Change-Id: I3ce79e7bb3cc4c0e4c93374e053374f44b802115 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-09sdbusplus: srcrev bump 2dcf64bf84..cf0c072281Andrew Geissler1-1/+1
Rashmica Gupta (1): match: Add new PropertiesChanged rule Change-Id: I32b8757931b31b2327306bf5b94129723827a9aa Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-09phosphor-host-ipmid: srcrev bump 8f1b0b932a..43a8810983Andrew Geissler1-1/+1
Jayaprakash Mutyala (1): Fix for getSystemBootOptions for unsupported param Change-Id: I2b189fe0f679e67139c79b78942d17e0c294dc43 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-09phosphor-net-ipmid: srcrev bump 60d6e4ed2b..05c1447d75Andrew Geissler1-1/+1
Jayaprakash Mutyala (1): rakp12: Clear security sensitive data sunitakx (1): Log Redfish event for invalid login via RMCPP interface Change-Id: I6a3ee827e3ea43bb67fd707fd8e29d2c385994a1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-09phosphor-logging: srcrev bump 7f1ec94d55..2ccdcef997Andrew Geissler1-1/+1
Sumit Kumar (1): PEL: Guard against hostboot sending down duplicate PEL Ids Change-Id: Ib33fc7ef179d3718778bdf03635c3eca23860e4d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-09bmcweb: srcrev bump ff3f835ad4..e6a7165064Andrew Geissler1-1/+1
Abhishek Patel (1): Fix event_service privileges Sunitha Harish (1): Event subscriber persistency: Fix restoring subscribers Change-Id: I60099ac59cbf86d0cd7ab24e0d5837944820963b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-09pldm: srcrev bump ab8017917e..33ac59dd77Andrew Geissler1-1/+1
Manojkiran Eda (1): Update OWNERS file to match the format in docs Tom Joseph (1): tools: Fix bug in pldm_fwup_pkg_creator.py Change-Id: Iaf8296676804d34886a3613d109aff9d8305a020 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-09openpower-proc-control: srcrev bump c3d6b876e7..07e9a6a1ccAndrew Geissler1-1/+1
Jayanth Othayoth (6): PHAL: add phal-export-devtree app PHAL: export devtree attribute support PHAL: import devtree tool support PHAL: remove devtree import data file in genesis boot PHAL: add devtree import service PHAL: add devtree data export service Change-Id: I3710ecd40a35af626ae5e685f86cad7bf5ace506 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-09openpower-hw-diags: Add valijson dependencyZane Shelley1-1/+1
For JSON data file validation. Change-Id: I46fce804d0481e7f245e1b4e690e83482172f524 Signed-off-by: Zane Shelley <zshelle@us.ibm.com>
2021-08-07meta-google: layer.conf: Cleanup for Yocto override syntax changeWilly Tu1-3/+3
Update `_google-layer` to `:google-layer`. Change-Id: I3443c265aa3ff3bb711f65c016942bfd53ecf153 Signed-off-by: Willy Tu <wltu@google.com>
2021-08-07meta-ampere: Cleanup for Yocto override syntax changeThang Q. Nguyen36-109/+109
Run convert-overrides.py meta-ampere and update missing changes as below: - Change all _mtjade to :mtjade - Change all _${PN} to :${PN} Tested: 1. Check compilation without problem. 2. Check basic functions like switch UART mux, power control. Signed-off-by: Thang Q. Nguyen <thang@os.amperecomputing.com> Change-Id: I42038b2a98ed1951d6c770bdf49f5fc440f8163e
2021-08-07meta-google: packagegroups: Add obmc-apps bbappendZhenfei Tai1-0/+17
Signed-off-by: Zhenfei Tai <ztai@google.com> Change-Id: I10ca13b80eaa9259a72c1d1957bebe2fb2eb2978
2021-08-07meta-google: Add glome serial console login recipeJie Yang1-0/+26
Signed-off-by: Jie Yang <jjy@google.com> Change-Id: I98f40cbbb412028330201d174e9624410529d1f6
2021-08-07meta-google: Cleanup for Yocto override syntax changeWilly Tu42-147/+147
``` convert-overrides.py meta-google git grep "_[a-z0-9_/-]*[ :]" -- meta-google | grep ".bb" git grep -l _gbmc -- meta-google | grep ".bb" \ | xargs sed -i 's/_gbmc/:gbmc/' git grep -l _prod -- meta-google | grep ".bb" \ | xargs sed -i 's/_prod/:prod/' git grep -l _dev -- meta-google | grep ".bb" \ | xargs sed -i 's/_dev/:dev/' git grep -l _hoth -- meta-google | grep ".bb" \ | xargs sed -i 's/_hoth/:hoth/' git grep -l _bandaid -- meta-google | grep ".bb" \ | xargs sed -i 's/_bandaid/:bandaid/' ``` Some small fix includes ``` platforms_gbmc_bringup platforms_gbmc_secure ``` Tested: ``` $ git grep "_[a-z0-9_/-]*[ :]" -- meta-google | grep ".bb" meta-google/recipes-connectivity/avahi/avahi_%.bbappend:do_install:append:gbmc() { meta-google/recipes-core/dropbear/dropbear_%.bbappend:do_install:append:gbmc:dev() { meta-google/recipes-core/dropbear/dropbear_%.bbappend: echo ' chain gbmc_br_pub_input {' >>"$rules" meta-google/recipes-extended/libconfig/conf2struct-native_git.bb: oe_runmake checker meta-google/recipes-extended/libconfig/conf2struct-native_git.bb: oe_runmake install meta-google/recipes-extended/networking/mstpd_git.bb:do_install:append() { meta-google/recipes-extended/networking/sslh_git.bb: oe_runmake distclean meta-google/recipes-extended/networking/sslh_git.bb: oe_runmake sslh-conf.h meta-google/recipes-extended/networking/sslh_git.bb: oe_runmake install meta-google/recipes-google/ipmi/ipmi-fru-sh.bb:do_install:append() { meta-google/recipes-google/ncsi/gbmc-ncsi-config.bb:do_install:append() { meta-google/recipes-google/networking/gbmc-bridge.bb:do_rm_work:prepend() { meta-google/recipes-google/networking/gbmc-bridge.bb: # HACK: Work around broken do_rm_work not properly calling rm with `--` meta-google/recipes-google/networking/gbmc-ip-monitor.bb:do_install:append() { meta-google/recipes-google/networking/gbmc-iperf3.bb:do_install:append:dev() { meta-google/recipes-google/networking/gbmc-iperf3.bb: echo ' chain gbmc_br_pub_input {' >>"$rules" meta-google/recipes-google/networking/gbmc-mac-config.bb:do_install:append() { meta-google/recipes-google/networking/network-sh.bb:do_install:append() { meta-google/recipes-google/ssh/authorized-keys-comp.bb:SUMMARY = "Compiles a set of authorized_keys files into a single file" meta-google/recipes-google/ssh/authorized-keys-comp.bb:do_install:append() { meta-google/recipes-google/systemd/gbmc-systemd-config.bb:do_install:append:dev() { meta-google/recipes-google/test/test-sh.bb:do_install:append() { meta-google/recipes-phosphor/flash/inplace-gbmc-update.bb:do_install:prepend:dev() { meta-google/recipes-phosphor/host/phosphor-host-postd_%.bbappend:do_install:append:gbmc:dev() { meta-google/recipes-phosphor/initrdscripts/obmc-phosphor-initfs.bbappend:do_install:append:gbmc:dev() { meta-google/recipes-phosphor/initrdscripts/obmc-phosphor-initfs.bbappend:do_install:append:gbmc:prod() { meta-google/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend:do_install:append:gbmc() { meta-google/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend: overlapping="$(jq '."${GBMCBR_IPMI_CHANNEL}" | .is_valid and .name != "gbmcbr"' $chjson)" ``` Change-Id: I9d610c664bd44e8bd81fb8f7e76249a0b43b9ffd Signed-off-by: Willy Tu <wltu@google.com>
2021-08-07meta-google: sslh: Remove ecosrv from the buildWilliam A. Kennington III1-0/+4
This is not used in the installed output and is breaking the build non-deterministically. Change-Id: I3f7193e9f0aac5e5cdcd45d4c736c3d31bb2858b Signed-off-by: William A. Kennington III <wak@google.com>
2021-08-07meta-facebook: prep for new override syntaxPatrick Williams36-107/+107
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-08-06phosphor-sel-logger: Convert to mesonWilliam A. Kennington III1-7/+6
This switches from the CMake build to the meson one. Change-Id: I24ca927bcb02ca60250400ae44266b72911c0737 Signed-off-by: William A. Kennington III <wak@google.com>
2021-08-06phosphor-sel-logger: srcrev bump e9da2599f1..147b1fd75eAndrew Geissler1-1/+1
William A. Kennington III (3): sel_logger: Fix temporary int creation sel_logger: Annotate unused variables build: Add meson Change-Id: I81ba810121c92b94aeff2cb3678d18237e09829a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-06perlcross: not break build if already patchedMingli Yu1-1/+1
Currently the build will break if the patch already applied as the return value of "test ! -f $@" is not 0, so make sure to return 0 if the patch already applied. Fixes: $ bitbake perl-native Make a change as below $ git diff diff --git a/meta/recipes-devtools/perl-cross/perlcross_1.3.6.bb b/meta/recipes-devtools/perl-cross/perlcross_1.3.6.bb index b77bbd1fd4..4c5e35ab80 100644 --- a/meta/recipes-devtools/perl-cross/perlcross_1.3.6.bb +++ b/meta/recipes-devtools/perl-cross/perlcross_1.3.6.bb @@ -33,6 +33,7 @@ do_compile () { do_install_class-native() { mkdir -p ${D}/${datadir}/perl-cross/ cp -rf ${S}/* ${D}/${datadir}/perl-cross/ + echo "test" > ${D}/${datadir}/perl-cross/testfile } $ bitbake perl-native NOTE: make -j 40 make crosspatch make[1]: Entering directory '/build/tmp-glibc/work/x86_64-linux/perl-native/5.34.0-r0/perl-5.34.0' test ! -f cnf/diffs/perl5-5.34.0/posix-makefile.applied && (patch -p1 -i cnf/diffs/perl5-5.34.0/posix-makefile.patch && touch cnf/diffs/perl5-5.34.0/posix-makefile.applied) test ! -f cnf/diffs/perl5-5.34.0/dynaloader.applied && (patch -p1 -i cnf/diffs/perl5-5.34.0/dynaloader.patch && touch cnf/diffs/perl5-5.34.0/dynaloader.applied) make[1]: *** [Makefile:64: cnf/diffs/perl5-5.34.0/posix-makefile.applied] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: *** [Makefile:64: cnf/diffs/perl5-5.34.0/dynaloader.applied] Error 1 make[1]: Leaving directory '/build/tmp-glibc/work/x86_64-linux/perl-native/5.34.0-r0/perl-5.34.0' make: *** [Makefile:78: all] Error 2 (From OE-Core rev: 354163db5588d87941f53a2763be62b2430cc1fc) Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit dd5ebf4fdd3ccbe937001a777ad7fcc1e1319e94) Change-Id: I5ff726eb777d5efcfe0cab7364763c646cab1ecb
2021-08-06meta-quanta: gbs: modify i2cool_1 sensor UCT to 75CGeorge Hung1-1/+1
Modify i2cool_1 sensor UCT to 75C according to thermal requirement Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: I48fb5cada8e893688e450207985fe8466119bb3b
2021-08-06meta-google: sslh: Ensure that autogenerated files aren't staleWilliam A. Kennington III2-6/+9
These files sometimes get checked into the repo and we don't want non-determinism around their generation. Ensure they are cleaned up and regenerated for every build since that is very fast. Change-Id: If20c79f8308c117a20983c8cb54c3420d872d64b Signed-off-by: William A. Kennington III <wak@google.com>
2021-08-06meta-ampere: mtjade: fix Mt.Jade recipes not enabledThang Q. Nguyen1-4/+1
Using IMAGE_INSTALL in mtjade.conf makes other Ampere recipes not included in the build. This commit fixes the issue by enabling the mtd-utils in OBMC_IMAGE_EXTRA_INSTALL_append instead. Tested: 1. Check if all Ampere services and scripts available. 2. Check power control operations Signed-off-by: Thang Q. Nguyen <thang@os.amperecomputing.com> Change-Id: I17293ba520c05a7b5a438767c790f00220156d3f
2021-08-06sslh: Bump de0ec95..63f9c4aWilliam A. Kennington III1-2/+2
Uptream moved from PCRE to PCRE2 Change-Id: I62434762a7e0485f4fe49ad6f181290cf6d34844 Signed-off-by: William A. Kennington III <wak@google.com>
2021-08-06conf2struct: Bump 06ddd92..6bc9eedWilliam A. Kennington III1-1/+1
Change-Id: Ia4843efa02ed9f3f7587580e4cb83711054637cb Signed-off-by: William A. Kennington III <wak@google.com>
2021-08-06openpower-vpd-parser: srcrev bump b0f3749d79..8cc5b15ca6Andrew Geissler1-1/+1
PriyangaRamasamy (1): Vpd-tool defect fix:data not shown for primed objects Change-Id: I1bdfc7ddc5126817ddc47d0cacf936442dc6dc62 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-06phosphor-host-ipmid: srcrev bump 08a080ab62..8f1b0b932aAndrew Geissler1-1/+1
Willy Tu (1): Revert "config: update the dbus-sdr flag to remove underscores" Change-Id: Ib085cbad635d90dab53614eea48e556d3db4c5bb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-06telemetry: srcrev bump 3a617023ea..a74e44f6efAndrew Geissler1-1/+1
Lukasz Kazmierczak (1): Extending meson build system to support fast compilation during development stage Change-Id: I1d8a22ded36c5003a8feb879ed7940308d1bb239 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>