summaryrefslogtreecommitdiff
path: root/meta-yadro
AgeCommit message (Collapse)AuthorFilesLines
2024-04-03smbios-mdr: Add cpuinfo-peci PACKAGECONFIGJonathan Doman1-1/+0
Part of the functionality contained in the existing `cpuinfo` flag is now split into a new flag `cpuinfo-peci`. The new flag is still logically dependent on the existing one, but it gives finer control over enabled features. Remove all cpuinfo flags from default PACKAGECONFIG. Update bbappend based on new defaults. smbios-mdr: srcrev bump abdccd3af9..4e1cf09955 Jonathan Doman (1): cpuinfoapp: Make PECI features optional Change-Id: Ib9a1e634634f046b2ec6ff5629d4498bf0d5914b Signed-off-by: Jonathan Doman <jonathan.doman@intel.com>
2023-11-25treewide: add scarthgap to LAYERSERIES_COMPAT2.16.0-devPatrick Williams3-3/+3
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I28ee50fa55ae47dd7fd8c99f8f6db8f5f6dfa53d
2023-11-24treewide: add nanbield to LAYERSERIES_COMPATPatrick Williams3-3/+3
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I85272779478b66452acd11be93f5fea99e4c3a34
2023-10-11treewide: clean up webui selectionPatrick Williams1-1/+0
The webui-vue package is now enabled by default. Clean up all the meta layers to clean up the explicit enablement. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I4895be56c70d2c8666dd96cec18d2c097f0c05a3
2023-09-26linux-aspeed: Move to Linux v6.5Joel Stanley3-3/+3
This moves the OpenBMC kernel to a v6.5 base for ASPEED. The 6.5 kernel moved all 32-bit ARM device trees, so our BMC device tress are now under an 'aspeed' subdirectory. This change means systems must describe the KERNEL_DEVICETREE with the aspeed directory prefix. There are 78 patches in the tree, with 40 of those patches not yet queued for merging in v6.6. The remaining out of tree patches include: Andrew Jeffery (6): dt-bindings: hwmon: pmbus: Add Maxim MAX31785 documentation pmbus (max31785): Add support for devicetree configuration pmbus (core): One-shot retries for failure to set page pmbus (max31785): Wrap all I2C accessors in one-shot failure handlers ARM: dts: aspeed: witherspoon: Update max31785 node ipmi: kcs_bmc: Add a "raw" character device interface Cédric Le Goater (1): /dev/mem: add a devmem kernel parameter to activate the device Eddie James (16): ARM: dts: aspeed: bonnell: Add reserved memory for TPM event log dt-bindings: soc: Add Aspeed XDMA Engine soc: aspeed: Add XDMA Engine Driver soc: aspeed: xdma: Add user interface soc: aspeed: xdma: Add reset ioctl soc: aspeed: xdma: Add trace events i2c: core: Add mux root adapter operations iio: si7020: Lock root adapter to wait for reset eeprom: ee1004: Enable devices on multiple busses dt-bindings: trivial-devices: Add Atmel AT30TSE004A serial eeprom eeprom: ee1004: Add OF matching support leds: pca955x: Refactor with helper functions and renaming leds: pca955x: Use pointers to driver data rather than I2C client leds: pca955x: Optimize probe led selection leds: pca955x: Add HW blink support leds: Ensure hardware blinking turns off when requested Jae Hyun Yoo (1): clk: ast2600: enable BCLK for PCI/PCIe bus always Joel Stanley (14): net: ftgmac100: Ensure tx descriptor updates are visible ARM: aspeed: Add debugfs directory ARM: soc: aspeed: Add secure boot controller support dt-bindings: trivial-devices: Remove Infineon SLB9673 TPM ARM: dts: nuvoton: npmc750-evb: Add default console tpm: tis-i2c: Add more compatible strings leds: pca955x: Revert "Remove the unused function pca95xx_num_led_regs()" arm64: configs: Add Nuvoton NPCM defconfig ARM: configs: aspeed: Add new FSI drivers ARM: config: aspeed_g5: Enable SSIF BMC driver ARM: config: aspeed: Remove FIRMWARE_MEMMAP ARM: config: aspeed: Add Ampere SMPro drivers ARM: config: Add openbmc defconfig ARM: config: openbmc: Add HPE GPX and Nuvoton 7xx Johannes Holland (1): dt-bindings: tpm: Add schema for TIS I2C devices Potin Lai (1): mtd: spi-nor: winbond: Add support for w25q01jvq Change-Id: Ib97af192391af6e71c96fe14e12cfc88c23d7a7d Signed-off-by: Joel Stanley <joel@jms.id.au>
2023-07-20ipmi-fru-parser: srcrev bump 06514028f8..7153343816Andrew Geissler1-4/+2
Patrick Williams (6): clang-format: copy latest and re-format writefrudata: remove vla strgfnhandler: suppress unused parameter warnings frup: suppress stringop-truncation warning scripts: accept absolute paths to YAML build: enable meson builds build: install strgfnhandler into ipmi-providers dir Vernon Mauery (1): Set new maintainer as Patrick Williams Willy Tu (1): fru-parser: Remove the use of mktime Switch to Meson. Change-Id: Iec9c41cc17a72f84248b8cd75f70353e053f17e2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-05-12Revert "Add socket-id for the first console"Andrew Jeffery2-2/+0
This reverts commit ec7cab9378f548e94ee4af83946b2583d1fc7194. ec7cab9378f5 ("Add socket-id for the first console") was only a partial fixup of the obmc-console configurations found in the tree. For historical reasons not all platforms that support multiple consoles install a client configuration file for all consoles. Instead they relied on some default behaviour that was removed in obmc-console's 4e7186918599 ("Fixed broken dbus interface for multiple consoles"). Applying the configuration changes in the manner of ec7cab9378f5 ("Add socket-id for the first console") resulted in an asymmetric configuration between the client and server, breaking some SSH SOL instances. As of ae2460d0b8e8 ("obmc-console: Provide a default value for `console-id`.") in obmc-console the requirement to specify `socket-id`[^1] is lifted. Instead, the configuration can choose to override a default value. This restores the original behaviour and unbreaks SSH SOL. [^1]: Now an alias of the `console-id` configuration key Websocket and IPMI consoles remain broken. A fix is under development that also takes a proper approach to supporting multiple consoles in bmcweb, and the same solution pattern can be applied in ipmid. More discussion of the problems involved can be found here: https://amboar.github.io/notes/2023/05/08/happenings-in-obmc-console.html Change-Id: I274284c791758f336da6d6301dc523bac2b5dd69 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
2023-04-21Add socket-id for the first consoleNinad Palsule2-0/+2
This drop adds socket-id for first console. This was left out before but with the new design this parameter is required and enforced by obmc-console code. It is decided to set "socket-id = console0" initially because that is the current path used by bmcweb but in future you can change this value to whatever is appropriate. The console information is now available through the DBUS interface. Each console server register it's object path on DBUS. The leaf node of the object path is used to create a console path. For example in the following console0 the leaf node "console0" is used to make up the console path and the GUI will use console path "/console/console0" to connect to the console. busctl tree xyz.openbmc_project.Console.console0 `-/xyz `-/xyz/openbmc_project `-/xyz/openbmc_project/console `-/xyz/openbmc_project/console/console0 Here is a discord thread where new design was discussed. https://discord.com/channels/775381525260664832/1083551792094249051 Tested: Tested on the rainier system. Related commits: 1) phosphor-dbus-interface: https://gerrit.openbmc.org/c/openbmc/phosphor-dbus-interfaces/+/61486 2) obmc-console: https://gerrit.openbmc.org/c/openbmc/obmc-console/+/62496 3) bmcweb: https://gerrit.openbmc.org/c/openbmc/bmcweb/+/62525 Change-Id: I5fd06f3aac69872a3e5032d592a9b59711795cfe Signed-off-by: Ninad Palsule <ninadpalsule@us.ibm.com>
2023-04-19meta-yadro: fix shellcheck issuesPatrick Williams1-19/+19
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I554299542d5a5c1125ab4a9a152a28937052a128
2023-03-27treewide: switch '/usr/share' to datadirPatrick Williams2-2/+2
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I8ea79d284356629f5b7b24ad3a99336e9e2e297e
2023-01-13yocto:mickledore: add support for new yocto layerAndrew Geissler3-3/+3
Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I8e54833ac78e540e9dd5011533d53ff9a3af6763
2022-10-10phosphor-objmgr: recipe cleanupsPatrick Williams1-1/+1
Big cleanups to the phosphor-mapper/phosphor-objmgr recipe. - Remove all "mapper-config-native" constructs as the underlying repository has no such support. - Remove all mapper-related bbclasses as they are no longer relevant. - Remove environment support in service file as the mapper executable no longer supports any arguments. - Greatly simplify the 'libmapper' packaging to avoid stray python in the recipe. - Update all recipes to use `DEPENDS += "libmapper"` where appropriate for clarity if they use libmapper. - Rename the recipe from phosphor-mapper to phosphor-objmgr to match the repository name, which allows simpler devtool invocations. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I5a64e2feddd1a7919813e007411f9c28b6c9a330
2022-09-30add langdale to compatible layerAndrew Geissler3-3/+3
Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I65febeeec11e6e5b40ee728f42cfbe77023dae1e
2022-09-12treewide: handle more upstream TEMPLATECONF movePatrick Williams2-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 Williams4-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-08-15dbus-sensors: change build option of Intel cpu sensorAndrew Geissler1-1/+1
The build option of Intel cpu sensor service in dbus-sensors repository is changed from "cpusensor" to "intelcpusensor". Update the build option in openbmc source to match with that change. dbus-sensors: srcrev bump 0fe0229497..255da6b419 Thu Nguyen (1): cpusensor: Change cpusensor to intelcpusensor Tested: 1. No build errors. Signed-off-by: Thu Nguyen <thu@os.amperecomputing.com> Change-Id: Ib31f7ce3dd7d5ed1bb226eb991459ec0bf233973 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2022-08-05treewide: Don't duplicate default extrausers configZev Weiss1-2/+0
phosphor-defaults.inc now automatically inherits extrausers and configures the default root/0penBmc account, so individual platforms no longer need to specify either explicitly. Signed-off-by: Zev Weiss <zev@bewilderbeest.net> Change-Id: Ic2b725f0eaadfafef67069449497e57438fa0fba
2022-06-29meta-yadro: vegman: add sensors to kernel configAndrei Kartashev1-0/+9
This enables drivers for some I2C devices used on different VEGMAN boards. Signed-off-by: Andrei Kartashev <a.kartashev@yadro.com> Change-Id: I46306c570d1e759f520d6d59eefc6bac8f451059
2022-06-29meta-yadro: vegman: fix setting default hostnameAndrei Kartashev1-1/+1
There was a leftover in the script, clean it up. Signed-off-by: Andrei Kartashev <a.kartashev@yadro.com> Change-Id: Ie6eb88957260540d5f1654796d77140f58472732
2022-06-23meta-yadro: vegman: fix ipmi-host append fileAndrei Kartashev1-2/+2
phosphor-ipmi-host was recently converted from autotools to meson, but we miss the moment. Update recipe according new build flags. Signed-off-by: Andrei Kartashev <a.kartashev@yadro.com> Change-Id: I061f3093f9fe482328e4499c80d74b1a7112e019
2022-06-22meta-yadro: vegman: add CLI tools to the imageAndrei Kartashev1-0/+4
Add CLI user shell as well as lssensors, lsinventory and netconfig tools to the image. Signed-off-by: Andrei Kartashev <a.kartashev@yadro.com> Change-Id: I10f7683e15ab067e373cbed140eda669c2f185bd
2022-06-22meta-yadro: vegman: ipmi: enable hybrid-sensorsAndrei Kartashev3-0/+48
The phosphor-ipmi-host has two implemetations of SDR: static and dynamic. Static SDR implementation requires us to set all coefs manually for all sensors in the system, while dynamic implementation doesn't support discrete sensors. Enable support for mixed mode where both static and dynamic implementations work at the same time. Signed-off-by: Andrei Kartashev <a.kartashev@yadro.com> Change-Id: I27df9e083f0bd816b9a02515e75a3dea69ea20bb
2022-06-21phosphor-host-ipmid: srcrev bump 33d90e182d..0e7a8af0e5Andrew Geissler1-4/+4
Harvey.Wu (2): dbus-sdr: fix SEL record Generator ID to fit SPEC dbus-sdr: fix the vector size in sdrWriteTable and sdrStatsTable Jian Zhang (1): Add data types to Value to extend setDbusProperty Vernon Mauery (1): fix header install Willy Tu (4): cleanup: Remove all warning errors for the Meson build support build: Add meson build for phosphor-host-ipmi build: move all shared_library/module to library with version suffix build: Remove dynamicsensor library if it is not enabled Change-Id: I92503c6625d1ec2bf88c0a28afac9b4eeb8fbd75 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Willy Tu <wltu@google.com>
2022-06-20meta-yadro: remove dropbear extra optionsAndrei Kartashev2-0/+0
Remove "-G priv-admin" to allow ssh login for non-admin users (user, operator, tech). Signed-off-by: Andrei Kartashev <a.kartashev@yadro.com> Change-Id: Ib0600ffccfedba7c632562b9421a30776ffa6f28
2022-06-20meta-yadro: vegman: fix phosphor-watchdog configurationAndrei Kartashev5-0/+85
This brings a set of the unit-files to make `phosphor-watchdog` working properly. Signed-off-by: Andrei Kartashev <a.kartashev@yadro.com> Signed-off-by: Alexander Filippov <a.filippov@yadro.com> Change-Id: I9763bf7e87753bfd2b9c7c05295dddd18e6f6c48
2022-06-17meta-yadro: vegman: add smbios parser to the imageAndrei Kartashev2-0/+2
Add smbios-mdr daemon to the image. This only parse smbios image binary which should be delivered to BMC filesystem using some other software (via IPMI in our case). Signed-off-by: Andrei Kartashev <a.kartashev@yadro.com> Change-Id: I3a18879630ccbe517030b6f803a6ae5fe42dceac
2022-06-17meta-yadro: vegman: add IPMI configurationAndrei Kartashev8-0/+224
Setup ipmi stack for Yadro VEGMAN machines. Signed-off-by: Andrei Kartashev <a.kartashev@yadro.com> Change-Id: I13f5e51dd5b7ac169a71ee046ad61dbfa2bffe9b
2022-06-17meta-yadro: vegman: add EntityManager and dbus-sensorsAndrei Kartashev5-0/+24
This brings EntityManager sevice to the image. This also brings dbus-sensors daemons to provide sensors based on EM configuration. Signed-off-by: Andrei Kartashev <a.kartashev@yadro.com> Change-Id: I4d41f3b8bc98e8859cbfe33a220e79e78e8bbee5
2022-05-24meta-yadro: vegman: add MACHINE_FEATURESAndrei Kartashev1-0/+19
Add main machine features for VEGMAN: power manager, entity manager, ipmi and so on. Signed-off-by: Andrei Kartashev <a.kartashev@yadro.com> Change-Id: I8a8fb30b03329eeaadc56ec7031d2704861f85ee
2022-05-24meta-yadro: vegman: add default FRU handlerAndrei Kartashev4-0/+221
default-fru-vegman recipe provides script to apply hardware configuration on first boot based on FRU EEPROM content. Signed-off-by: Andrei Kartashev <a.kartashev@yadro.com> Change-Id: I7a17c519259e4bb56a2a00900894ffdbd4edd2f6
2022-05-19meta-yadro: vegman: setup obmc-consoleAndrei Kartashev4-0/+69
Add obmc-console configuration for Yadro VEGMAN machines Signed-off-by: Andrei Kartashev <a.kartashev@yadro.com> Change-Id: I392a6621f1588833d3aaf6187bc277ea661d416f
2022-05-17meta-yadro: vegman: led-manager configurationAndrei Kartashev6-0/+246
This brings LEDs description for phosphor-led-manager. This configuration only describes LED groups. Real LED control will be introduced in later commits with phosphor-dbus-monitor configuration once we set other required components. Signed-off-by: Andrei Kartashev <a.kartashev@yadro.com> Change-Id: I74b9f86b9d2c43d8b4f5728f330fe06b19b1e08a
2022-04-28meta-yadro: os-release: fix buildAlexander Filippov1-0/+1
Yocto now requires the files listed within `CONFFILES` also be included to `FILES`. Change-Id: I48617ee860b6eda06ac4aaa07b9b1bb7b368b5af Signed-off-by: Alexander Filippov <a.filippov@yadro.com>
2022-04-28meta-yadro: phosphor-ipmi-host: fix buildAlexander Filippov1-15/+13
This commit rebases our local patch and fixes the build. Change-Id: I296439215783ea846efc2ae9ef75be4ce4fd0247 Signed-off-by: Alexander Filippov <a.filippov@yadro.com>
2022-04-22treewide: drop unused meta-security layerBrad Bishop2-2/+0
This was added with cde0f094f for libseccomp, but shortly after that upstream moved libseccomp from meta-security to core (241c7d2e6). As such, meta-security is no longer used or required. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Change-Id: I371e54b11f6336720dfc6edf0ef733d22b7fb4f2
2022-04-12treewide: Update BB_DISKMON_DIRS useGeorge Liu2-8/+8
Per [1][2], Yocto is starting to deprecate ABORT and has replaced the "ABORT" action in BB_DISKMON_DIRS entries with "HALT". 1. https://wiki.yoctoproject.org/wiki/Inclusive_language 2. https://git.yoctoproject.org/poky/commit/?id=4f77505d94a8f6260933f457e9848d1d2fa98ce5 Tested: Built obmc-phosphor-image successfully and eliminate the following warnings: ``` WARNING: The BB_DISKMON_DIRS "ABORT" action has been renamed to "HALT", update configuration ``` Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: If57d0ded9fac41e23b31b01e2a0e309ac7388148
2022-02-26treewide: support yocto kirkstone releasePatrick Williams3-3/+3
* Deprecate N-1 release (hardknott). * Enable N+1 release (kirkstone). Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I39e027e02dab64b4390b46ffbd9c299c858f403e
2022-02-22treewide: remove MAINTAINERSPatrick Williams1-48/+0
The MAINTAINERS files are no longer used and are out of date (references to IRC still exist in most of them). Remove them and rely on the OWNERS exclusively. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I0f5d2719ad97e218ce03c4503efe1b1c92ac455e
2022-01-27obmc-yadro-fwupdate: srcrev bump 388f4a0..eea7cadAlexander Filippov1-1/+1
Alexander Filippov (1): openssl: stop using deprecated read_RSAPublicKey Change-Id: I1fd482a559840771e019dd6079e8f6d5795d6c6f Signed-off-by: Alexander Filippov <a.filippov@yadro.com>
2022-01-25treewide: fix up github SRC_URIsPatrick Williams7-7/+7
Per [1], Yocto is going to start requiring both branch names and `protocol=https` in GitHub SRC_URI variables. Ran the upstream tool to automatically fix our URIs. 1. https://git.yoctoproject.org/poky/tree/documentation/migration-guides/migration-3.5.rst#n10 Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I5f9619f7ff707050b469ae74c8aa16846568c5e4
2022-01-18u-boot: Specify u-boot package for AST2500 machinesJoel Stanley1-0/+3
This sets u-boot to the package containing the v2016.07-aspeed-openbmc branch. This ensures there will be no change if the default changes in the future. Change-Id: Iea12e1691dbdda34a3f95d6d0862add0b15bcf37 Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-01-11meta-yadro: initial bring up for VEGMAN machinesAndrei Kartashev12-0/+415
Introduce new meta-layer for Yadro VEGMAN servers family. This brings initial image build information: layer meta-data, kernel configuration and basic software set. Change-Id: Iad21dc55dab0803ee7476f91861c6a07e9838e6d Signed-off-by: Andrei Kartashev <a.kartashev@yadro.com>
2021-12-14obmc-yadro-lssensors: srcrev bump 39c37655bb..dcaac17c62Andrei Kartashev1-1/+1
Alexander Amelkin (4): Fix alignment for log sensor names Add CLI mode Fix error message for invalid sensor type Fix a typo in commit aabb2cf2b4fcbc09 Signed-off-by: Andrei Kartashev <a.kartashev@yadro.com> Change-Id: I2075b55bcf9bafd5f94587253916e9b9fcf9210a
2021-12-14obmc-yadro-lsinventory: srcrev bump d0bdf0ddd1..d8e25f82ffAndrei Kartashev1-2/+2
Alexander Filippov (3): Add remote host support use any inventory managers replace json-c with nlohmann/json Signed-off-by: Andrei Kartashev <a.kartashev@yadro.com> Change-Id: I7b7b9214c909e6b0d147d17339c73c203e78fcb3
2021-12-14obmc-yadro-fwupdate: srcrev bump 0e3c0714f3..388f4a004eAndrei Kartashev1-1/+1
Andrei Kartashev (1): image_intel: use 'bootside' u-boot var Artem Senichev (5): Add integration with UEFI variables service bios: Use YADRO specific path for D-Bus interface Revert "bios: Use YADRO specific path for D-Bus interface" Revert "Add integration with UEFI variables service" vegman: Save/restore MAC addresses of x722 Signed-off-by: Andrei Kartashev <a.kartashev@yadro.com> Change-Id: Ifd49ddf0e2eb8a7f586cdbca7feb1455a316d993
2021-12-14obmc-yadro-cli: srcrev bump 76743c3706..ce70f4f732Andrei Kartashev1-1/+2
Alexander Amelkin (6): host: Fix help wording and formatting Fix `health sensors` help Refix 480e20899: Fix double execution of cmds host config default: Remove extra audit diagnostics intrusion: fix/refactor diagnostics intrusion: Add audit logging Alexander Filippov (6): vegman: health: logs: clean: remove rotated logs vegman: heath: logs: clean: remove obsolete logs vegman: bmc: add snmp subcommand Prevent modification of admin and current user vegman: inventory: use lsinventory user: refix preventing rules Artem Senichev (1): Add check for invalid options in BMC/BIOS update Igor Kononenko (4): host virtualmedia: Add more protocols host virtualmedia: Fix RO/RW modes host virtualmedia: Fix mount/umount output host:vm: Support to direct NBD external images Ivan Mikhaylov (3): vegman: intrusion: add intrusion control vegman: led: led refactoring vegman: audit handling change Signed-off-by: Andrei Kartashev <a.kartashev@yadro.com> Change-Id: I21a8118ec88e0411c42adf2855cdbe96f938cedd
2021-12-02Remove BBLAYERS_NON_REMOVABLE variableAlexander Filippov1-13/+0
`BBLAYERS_NON_REMOVABLE` is obsolete and no longer required. As it said by Yocto documentation it can be used by `Hob` https://www.yoctoproject.org/docs/1.5.2/ref-manual/ref-manual.html#var-BBLAYERS_NON_REMOVABLE that already removed since Yocto-2.1 https://www.yoctoproject.org/tools-resources/projects/hob Change-Id: Ibc2d8268a9d837a81e9cf6b0131dba8d0a030a3f Signed-off-by: Alexander Filippov <a.filippov@yadro.com>
2021-11-04meta-yadro:meson: pkgconfig inherit requiredAndrew Geissler5-5/+5
Upstream yocto made a change recently that brought to light a bug in some of our recipes. If your meson makefiles utilize the dependency() function then the recipe must also include pkgconfig. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Ic6813d3ce906f68e7fec1754b4cc4efddae09ffb
2021-11-01meta-nicole: admin-account: Move to local.confAlexander Filippov3-39/+6
This refixes of 905072f5c1d2f1e2bd99fb3346ee2978428b992b commit as pure build without sstate-cache is still broken. This commit moves the admin account creation from the standalone package to the bitbake config file. Change-Id: I6d4cfe41b1e6e2f5e707f4e942a8e4df93277e93 Signed-off-by: Alexander Filippov <a.filippov@yadro.com>
2021-09-16treewide: fix comments for rpm/ipkPatrick Williams1-1/+1
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ia05891430c6c97a89b7bc8ba4558ae496866bf7d