summaryrefslogtreecommitdiff
path: root/meta-facebook
AgeCommit message (Collapse)AuthorFilesLines
2022-10-14treewide: more obmc-host-ctl cleanupsPatrick Williams2-2/+0
obmc-host-ctl is defined as a MACHINE, DISTRO, and IMAGE feature. The IMAGE feature pulls in a virtual provider only if the COMBINED feature (MACHINE + DISTRO) is enabled. This is only done on openpower machines. There are a lot of other places where machines are half-way disabling this feature and/or changing variables which have zero effect anyhow. Clean up almost all references to `obmc-host-ctl`. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I090d782bb6a34dc4e3c43df97e8ccf6e1812fed5
2022-10-13fb-ipmi-oem: srcrev bump 85ac24de4a..3f6712731cAndrew Geissler1-1/+1
Bonnie Lo (1): oemcommands: set system guid Change-Id: I274b644e69922287393910b49760352f4e54355a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-10-13treewide: remove pointless abstractionsBrad Bishop1-1/+1
All of these abstractions have exactly one implementation. Remove the indirection to improve at a glance comprehension. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Change-Id: I5d701aff6d0876fa3b2d16c841cbdcb0433b221f
2022-10-11fb-ipmi-oem: srcrev bump 020ff3e49f..85ac24de4aAndrew Geissler1-1/+1
Karthikeyan Pasupathi (1): greatlakes: Added config files for debug card Change-Id: I514789b3882a5d83095d30fe8da9af84cd90e23f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-10-10meta-facebook: add emmc dependencies and timeoutPatrick Williams2-1/+3
Add dependencies so that the `emmc-init` service only runs if the device is present. Add a timeout parameter to the fstab entry for the device so that the timeout is a reasonably short amount, since we expect the device to always be immediately available. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I405a6773ff71f9eb047c4bb9d684fdd9b5d97948
2022-10-07meta-facebook: Add json file for health monitor.Jayashree Dhanapal2-0/+57
BMC health monitor json file is added for Facebook platform to monitor the CPU, Memory and Storage usage. It will reboot the target, once it exceeds the critical threshold value. Tested: Tested in Facebook YosemiteV3.5 platform Signed-off-by: Jayashree Dhanapal <jayashree-d@hcl.com> Change-Id: Ieb7486b558de087fac7e9acaba1d88771a5b7626
2022-10-06meta-facebook: bletchley: 32-bit idevicerestore supportPotin Lai3-0/+8
Add a few recipe tweaks in order to enable idevicerestore to run on 32-bit platforms like AST2600. - Add large file support (-D_FILE_OFFSET_BITS=64): - idevicerestore - libzip - Modify usbmuxd.service to discard "--user usbmuxd" and move PIDFile under /run. Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: I5dc3c925b4b61207b17e3739c42336d6da5c512c Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2022-10-06meta-facebook: add emmc-init packagePotin Lai4-0/+82
Add a service and script for detecting the state of the eMMC device and formatting it if needed. Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: I4618d1691dedcff582772a0749c5797ad052f238 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2022-10-06meta-facebook: add secondary-emmc featurePotin Lai6-0/+26
* Define a MACHINE_FEATURE that enables a secondary eMMC device. * Add kernel and base-files support for mounting the eMMC device using btrfs. * Enable machine feature for Bletchley. Signed-off-by: Potin Lai <potin.lai@quantatw.com> Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I3fde3b285720c137c4e5bbbad233e4ef40b84d54
2022-10-06meta-facebook: bletchley: set kernel VMSPLIT_3G_OPTPatrick Williams1-0/+2
We are increasing the RAM for PVT to 2G. In order for userspace to be able to access larger amounts of RAM (and mmap'd files), move the VMSPLIT up to 3G. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I96f095f3ea3f6e9e585764d14bbe17ef67df9a8a
2022-10-04meta-facebook : Add phosphor-buttons gpio config YV2Naveen Moses2-0/+123
This change adds phosphor-buttons gpio configs for the following : 1. Power button 2. Reset button 3. Host selector 4. Debug host selector button 5. serial uart mux To keep the install method common for copying gpio_defs.json file in supported platforms the install method is moved to obmc-phosphor-buttons_git.bb file. Signed-off-by: Naveen Moses <naveen.mosess@hcl.com> Change-Id: I91a106fdc5ac9aa83eec63cbd41a9615b380c37d
2022-09-30add langdale to compatible layerAndrew Geissler5-5/+5
Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I65febeeec11e6e5b40ee728f42cfbe77023dae1e
2022-09-20fb-ipmi-oem: srcrev bump e4d6fe74c8..020ff3e49fAndrew Geissler1-1/+1
Patrick Williams (1): selcommands: add include for flat_map Change-Id: I803a54069a2a0e9758d085493e115cafdb8fcaa9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-09-15meta-bletchley: fix enclosure identify feature on redfishPotin Lai2-2/+7
Add xyz.openbmc_project.Inventory.Item.Panel interfae into /system/chassis/bmc inventory object papth because bmcweb uses xyz.openbmc_project.Inventory.Item.Panel to determine if the FRU has LED indicators. Also add both enclosure_identify enclosure_identify_blink led group difinition in led.yaml, which are required by redfish. Tested Results: 1. Enable LED indicator [potin@localhost redfish-testing]$ curl -k -H "X-Auth-Token: $token" \ > -X PATCH https://$bmc_ip/redfish/v1/Chassis/bmc \ > -d '{"LocationIndicatorActive":true}' [potin@localhost redfish-testing]$ curl -k -H "X-Auth-Token: $token" \ > https://$bmc_ip/redfish/v1/Chassis/bmc 2>/dev/null \ > | grep Indicator "IndicatorLED": "Blinking", "LocationIndicatorActive": true, 2. Disable LED indicator [potin@localhost redfish-testing]$ curl -k -H "X-Auth-Token: $token" \ > -X PATCH https://$bmc_ip/redfish/v1/Chassis/bmc \ > -d '{"LocationIndicatorActive":false}' [potin@localhost redfish-testing]$ curl -k -H "X-Auth-Token: $token" \ > https://$bmc_ip/redfish/v1/Chassis/bmc 2>/dev/null \ > | grep Indicator "IndicatorLED": "Off", "LocationIndicatorActive": false, Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: Ice0fd7ab6fbdc82e87ac314396db4b33b313234b
2022-09-15meta-bletchley: bsp: increase vmalloc to 768MPotin Lai1-1/+1
We notice the spi-aspeed-smc driver failed to Tested on QEMU with 2GB memory: - vmalloc=512M: spi-aspeed-smc shows ioremap failed root@bletchley:~# dmesg | grep "Kernel command line:" [ 0.000000] Kernel command line: console=ttyS4,57600n8 root=/dev/ram rw vmalloc=512M root@bletchley:~# dmesg | grep spi-aspeed-smc [ 2.410462] spi-aspeed-smc 1e620000.spi: CE0 read buswidth:2 [0x203b0641] [ 4.908989] spi-aspeed-smc 1e620000.spi: Calibration area too uniform, using low speed [ 4.909416] spi-aspeed-smc 1e620000.spi: CE1 read buswidth:2 [0x203b0041] [ 4.968292] spi-aspeed-smc 1e631000.spi: ioremap failed for resource [mem 0x50000000-0x5fffffff] [ 4.969035] spi-aspeed-smc 1e631000.spi: missing AHB mapping window [ 4.969301] spi-aspeed-smc: probe of 1e631000.spi failed with error -12 - vmalloc=768M: spi-aspeed-smc probe successfully root@bletchley:~# dmesg | grep "Kernel command line:" [ 0.000000] Kernel command line: console=ttyS4,57600n8 root=/dev/ram rw vmalloc=768M root@bletchley:~# dmesg | grep spi-aspeed-smc [ 2.672402] spi-aspeed-smc 1e620000.spi: CE0 read buswidth:2 [0x203b0641] [ 2.844554] spi-aspeed-smc 1e620000.spi: Calibration area too uniform, using low speed [ 2.845442] spi-aspeed-smc 1e620000.spi: CE1 read buswidth:2 [0x203b0041] Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: I7ad7a2127a103db7cbefd6d89d42bd780294ceb0
2022-09-12treewide: handle more upstream TEMPLATECONF movePatrick Williams4-0/+0
We also need to move the conf-notes.txt files. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ic44e015c0216b526de4fec277ad42f162bca1f33
2022-09-09treewide: handle upstream TEMPLATECONF movePatrick Williams8-0/+0
The latest poky commit is requiring us to have all of our template configs in a subdirectory instead of directly in the `conf` directory. Without this we end up with errors during setup like: ``` Error: TEMPLATECONF value (which is .../openbmc/meta-facebook/meta-bletchley/conf) must point to meta-some-layer/conf/templates/template-name ``` Fix this by moving all of our template files into the 'default' template subdirectory (following the pattern of poky) and modifying `setup` as necessary to follow. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Iecefde73d55acbb6bc63ae3d68c4311adaf327ae
2022-09-06meta-bletchley: introduce board-type-checker-fpb servicePotin Lai4-0/+138
Add board-type-checker-fpb service for checking the board type (main or 2nd source) of front panel board. Base on the board type result, this service help probing i2c device with compatable driver and creating a softlink to link virtual sensor configuration to corresponding json file. This commit require a kernel patch to remove hdc1080 node from devicetree. Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: I2b9aabb41c9749f525fe5444fb519871f0a7796d
2022-09-06meta-bletchley: phosphor-virtual-sensor: add config for each FPB typePotin Lai3-2/+147
Add virtual sensor configuration for each front panel board type, and the phosphor-virtual-sensor require board-type-checker-fpb to setup the softlink of configuration. This patch relies on the patch below: https://gerrit.openbmc.org/c/openbmc/openbmc/+/56384 Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: I8537985682228aa651d6286aaac3aa5dac285795
2022-09-06meta-bletchley: phosphor-ipmi-host: skip Ipmi SoftPowerOff servicePotin Lai1-0/+5
Bletchley doesn't have IPMI support, skip xyz.openbmc_project.Ipmi.Internal.SoftPowerOff.service service Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: I5a302d92cbfbaeabf921b46fe3026d48bf0ce6fb
2022-09-06meta-bletchley: motor-ctrl: map host power action to obmc host targetPotin Lai2-5/+5
Mapping AC relay on/off to chassis power on/off: - host-ac-on@.service --> obmc-chassis-poweron@.target - host-ac-off@.service --> obmc-chassis-poweroff@.target Mapping host power button on/off to host starting/stopping - host-poweron@.service --> obmc-host-starting@.target - host-poweroff@.service --> obmc-host-stopping@.target Test Results: root@bletchley:~# obmcutil -i=6 poweron root@bletchley:~# obmcutil -i=6 state CurrentBMCState : xyz.openbmc_project.State.BMC.BMCState.Ready CurrentPowerState : xyz.openbmc_project.State.Chassis.PowerState.On CurrentHostState : xyz.openbmc_project.State.Host.HostState.Running BootProgress : xyz.openbmc_project.State.Boot.Progress.ProgressStages.Unspecified OperatingSystemState: xyz.openbmc_project.State.OperatingSystem.Status.OSStatus.Inactive root@bletchley:~# obmcutil -i=6 poweroff root@bletchley:~# obmcutil -i=6 state CurrentBMCState : xyz.openbmc_project.State.BMC.BMCState.Ready CurrentPowerState : xyz.openbmc_project.State.Chassis.PowerState.Off CurrentHostState : xyz.openbmc_project.State.Host.HostState.Off BootProgress : xyz.openbmc_project.State.Boot.Progress.ProgressStages.Unspecified OperatingSystemState: xyz.openbmc_project.State.OperatingSystem.Status.OSStatus.Inactive Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: I1fa2ec6d9233be61117149ac7f7d46f0417a6930
2022-09-06meta-bletchley: power-ctrl: add delay in do_action_on()Potin Lai1-0/+1
In Bletchley, we check host link status from switch to identify the host power state. During the power on process, the host (MAC mini) need some extra times to stable link status. Add extra 10 seconeds delay into do_action_on() to avoid get wrong host power state during stress testing of host power on/off. Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: Ica628df42e29912029b44675aacdf555263cb6fa
2022-08-30fb-ipmi-oem: srcrev bump e40592a7cb..e4d6fe74c8Andrew Geissler1-1/+1
Logananth Sundararaj (1): Add BIC to handle the DCMI commands Change-Id: Ic747c6b2c172d8506642755d533082aa98558d8f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-08-25meta-facebook : Add Whitelist as IPMI restriction mode by defaultKumar Thangavel4-1/+17
Added IPMI restriction mode as Whitelist by default mode for all the hosts in machine layer for Facebook YosemiteV2 platform. TESTED : Built Facebook YosemiteV2 images and loaded on the target hardware. Verified restriction mode as whitelist by default. Signed-off-by: Kumar Thangavel <thangavel.k@hcl.com> Change-Id: Ib3e98615a2ec80d241f1677ac1838de5a837c6d0
2022-08-20phosphor-fan: Rename meson optionMatt Spinler1-1/+1
The option that tells the code to use the host state as the power state was renamed in the code. phosphor-fan-presence: srcrev bump bf8e56f699..b7dd3e222c Matt Spinler (2): control: Display locked targets in debug dump meson: Rename host power state checking option Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: Ic4dfd0c600b31a3aa0d0c9b8101c27e488812bb2 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2022-08-19phosphor-fan: Build with mesonMatt Spinler1-1/+1
The phosphor-fan-presence repository added meson support, so start using it. Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: If850d3d379ad82dc8f9691efd7a0561f350543dc
2022-08-18fby35: Rename to greatlakesPeter Delevoryas14-7/+7
Change-Id: Ia7e6bbf0506e9e6acb99fdf67fc7d55a20588a0d Signed-off-by: Peter Delevoryas <peter@pjd.dev>
2022-08-18meta-bletchley: enable IPMB for USB debug cardPotin Lai2-0/+13
1. Add IPMB channel configuration for USB debug card. 2. Enable both phosphor-ipmi-ipmb and fb-ipmi-oem. This patch relies on the kernel patch below: https://lore.kernel.org/all/20220810004338.329832-2-potin.lai.pt@gmail.com/ Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: I10c0a99530519e9533dbf0ac5b22a31051f91f98
2022-08-16meta-bletchley: bsp: set vmalloc to 512MPotin Lai1-1/+1
The vmalloc not automatic assigned correctly With 2048MB memory. Manual append `vmalloc=512M` in bootargs to avoid boot issue of vmap allocation failed. Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: I11d3c8babb533ac94e81017da19feadeda45f1e2
2022-08-16meta-bletchley: bsp: convert patch to cfg filePotin Lai4-39/+5
convert current patch to .cfg file Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: I98ad0d5d69dd0c55ea40debd5b05ba4aa77be945
2022-08-15meta-facebook:meta-yosemitev2:Add support for uboot-fw-utilsJayashree Dhanapal1-0/+2
Added support for uboot-fw-utils in Facebook YosemiteV2 platform. Tested: Tested and verified in Yosemite V2 platform Signed-off-by: Jayashree Dhanapal <jayashree-d@hcl.com> Change-Id: I75d9fe20f1c4c537d2186fb00ab9a6f749d559e3
2022-08-11meta-facebook: fix fb-ipmi-oem config for bicPatrick Williams1-3/+10
The meson flags for BIC were inverted. BIC was "enabled" on most systems and "disabled" on Yv2. Switch to a PACKAGECONFIG and set all `fb-compute-multihost` to enable BIC by default. Change-Id: If5335c95cf148664b9e5724d2646d646a0f3d4c3
2022-08-11fb-ipmi-oem: srcrev bump ed22930004..e40592a7cbAndrew Geissler1-1/+1
Potin Lai (2): oemcommands: fix compile error of unused parameter configs: add configs for bletchley Change-Id: I79c23e8c7107782902c08a73c24678b264cc78a3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-08-10fby35: Disable tpm_tis_i2cPeter Delevoryas1-0/+3
fby35 uses a SPI TPM interface, not the I2C interface, and the I2C module produces compilation warnings, and build failures with -Werror, so we should disable it until it's fixed in the kernel. Building fby35: ``` . setup fby35 build bitbake obmc-phosphor-image ``` Before: ``` | /home/pdel/lfopenbmc/build/tmp/work-shared/fby35/kernel-source/drivers/char/tpm/tpm_tis_i2c.c: In function 'tpm_tis_i2c_write_bytes': | /home/pdel/lfopenbmc/build/tmp/work-shared/fby35/kernel-source/drivers/char/tpm/tpm_tis_i2c.c:114:17: error: ISO C90 forbids mixed declarati ons and code [-Werror=declaration-after-statement] | 114 | struct i2c_msg msgs[] = { | | ^~~~~~ ``` After: Compiles successfully. Change-Id: Ib57bcad51837956d8a277d2be1ff7c887ade9606 Signed-off-by: Peter Delevoryas <peter@pjd.dev>
2022-08-10meta-bletchley: kernel: enable IPMI and IPMB featurePotin Lai1-1/+5
Enable IPMI and IPMB in kernel configuration Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: I83f3a1bab0aa77b785c11a729f57fd06e42cb496
2022-08-09meta-bletchley: kernel: enable si7020 configurationPotin Lai1-1/+3
Enable si7020 driver to support 2nd source front panel board. Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: I3c91d1af9d8316670f946849d31d6c9608200fdf
2022-08-05fb-ipmi-oem: srcrev bump d532feca93..ed22930004Andrew Geissler1-1/+1
Patrick Williams (2): sdbusplus: use shorter type aliases MAINTAINERS: remove file Change-Id: I16d7f6c40706f18f85dd38d756bc60b09b0e532d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-08-03meta-facebook: fby35: add Michael as reviewerPatrick Williams1-0/+2
Michael is the primary system owner at Meta for yv35, so add him to the reviewer list so he gets informed of any changes directly affecting that system. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Icf6a8e479a04b34b6f039912aeb91bb392603d15
2022-07-29meta-facebook: default to restore power policy for Facebook.Karthikeyan Pasupathi3-4/+4
Facebook systems should default to "Restore" for RestorePolicy. This will ensure a system is automatically restored to the last state prior to the power loss. Tested: Built Facebook image and verified generated source file had correct default in it. Signed-off-by: Karthikeyan Pasupathi <pkarthikeyan1509@gmail.com> Change-Id: Ifccec4ef88ca8fe01e7d90a57af2411db3311736
2022-07-27fb-ipmi-oem: srcrev bump 2e9921c240..d532feca93Andrew Geissler1-1/+1
Karthikeyan Pasupathi (1): yosemitev2:Multi-host CPU info displayed in OCP debug-card. Change-Id: Ic1fdb055cbe02d055310fd25ebbd426718071a39 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-07-27meta-facebook: fby35 : Add support to take actions if Fan/NICKumar Thangavel1-0/+28
sensor values crossed thresholds Added support to trigger hard shutdown alarms and power off the slots of the platform if the Fan/NIC sensors values getting low compared to threshold values. Added platform specific service file and script to take platorm specific actions. TESTED : Verified all the slots getting powered Off when fan/nic sensor values crossed threshold values. Signed-off-by: Kumar Thangavel <thangavel.k@hcl.com> Change-Id: Icd1f761c08e8b829eef4f1d28ef68732600c296b
2022-07-26meta-facebook: yosemitev2 : Add support to take actions ifKumar Thangavel7-0/+103
Fan/NIC sensor values crossed thresholds Added support to trigger hard shutdown alarms and power off the slots of the platform if the Fan/NIC sensors values getting low compared to threshold values. Added platform specific service file and script to take platorm specific actions. TESTED : Verified all the slots getting powered Off when fan/nic sensor values crossed threshold values. Signed-off-by: Kumar Thangavel <thangavel.k@hcl.com> Change-Id: I6deb6707e574a375fac8f2379f47661a5a0ed332
2022-07-25facebook/fby35: remove explicit TPM kconfigPeter Delevoryas1-8/+0
There is already a MACHINE_FEATURE ('tpm2') which is enabled on fby35 and pulls in all the necessary kernel config for the TPM2 hardware. See the fby35 machine config. ``` meta-fby35/conf/machine/fby35.conf:require conf/machine/include/facebook-tpm2.inc ``` Change-Id: I7f26aa3d2d74c3b5f1d6f78d34667681e3cce882 Signed-off-by: Peter Delevoryas <peter@pjd.dev> Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2022-07-25fb-ipmi-oem: srcrev bump 6d9e9a7539..2e9921c240Andrew Geissler1-1/+1
Patrick Williams (3): OWNERS: switch 'matches' to 'matchers' meson: move machine configs meson: enable full subproject build Change-Id: Icb1f2f55015deaf30720a86b729661d7a7e3e39e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-07-25facebook/fby35: Fix missing nvme_config.jsonPeter Delevoryas1-0/+0
The FB phosphor-nvme recipe requires this json file for all platforms, even if they're not using it. If it's missing, the fby35 build fails. In the future, we should really refactor the nvme recipe to make this file optional. Change-Id: Ib80c0f06efae98555a6b08e47eb23b4526261888 Signed-off-by: Peter Delevoryas <peter@pjd.dev>
2022-07-22meta-bletchley: bletchley-common-functions: add functionsPotin Lai1-0/+77
add below functions for flash binding on spi2 1. spi2_mux_select(): set spi2 mux by giving a sled index 2. bind_spi2_pnor(): set spi2 mux and bind pnor flash 3. unbind_spi2_pnor(): unbind pnor flash and unset spi2 mux Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: I8cd626d2ee47e8812569a61b745d8181dee2f708
2022-07-22meta-bletchley: power-ctrl: add host cycle and reset actionsPotin Lai4-0/+96
Add host power cycle and power reset actions Cycle Action includes following steps: - 1. AC Off - 2. AC On - 3. Power On Reset Action includes following steps: - 1. Power Off - 2. Power On Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: I17341ec30776413d428f35498d70534901d250b1
2022-07-22meta-facebook: bb file changes in fb-ipmi-oem.Karthikeyan Pasupathi1-3/+2
parsed machine name to meson from bb file to identify and copy the machine-specific JSON to a machine. Tested: Tested and verified with yosemitev2 and tiogapass platform. Signed-off-by: Karthikeyan Pasupathi <pkarthikeyan1509@gmail.com> Change-Id: Ib891a9cef232f981ede61567953888870296a248
2022-07-20meta-facebook: create empty json fileAndrew Geissler2-0/+0
New yocto enforces the files being under the machine being built. For now just make some empty files to get through compile and then facebook team can come back if needed to put some content in them. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I01eda9f403df1bb9262b4fce039c9e09072d22ae
2022-07-20meta-bletchley: systemd: increase RuntimeWatchdogSecPotin Lai1-1/+1
We notice that systemd cost long time to start after firmware update, and it can exceed 30s timeout. Increase the watchdog timeout to 90s to avoid BMC reset after firmware update. Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: I43efde51c2465c40753400795e60a7edd1a5ea26