summaryrefslogtreecommitdiff
path: root/meta-phosphor/classes
AgeCommit message (Collapse)AuthorFilesLines
2020-06-03phosphor-networkd: srcrev bump 06345733e3..b6103f2cfcAndrew Geissler1-1/+1
Manojkiran Eda (1): Fix : clang-10 issue for Networkd (From meta-phosphor rev: 199c4eb97d386bb0ef83d692892b452eff4a6d95) Change-Id: I7d66cba3dc5e87f9d8b60e5bfe26e8ca1813fa23 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-02python3-autotools.bbclass: remove unused classPatrick Williams1-38/+0
sdbusplus was the only user of this bbclass and now that is moved to meson. Drop unused class. (From meta-phosphor rev: 2d826275ba4eb670fbae81490d819b8c602ecbad) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I0b49e9a0acab8dbfacdb67efc9e3422db16e60ba Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-02phosphor-bmc-code-mgmt: srcrev bump 9155b713ff..0d7198f4ebAndrew Geissler1-3/+0
Adriana Kobylak (2): configure.ac: Set values to support a default configuration meson: Fix compile errors Bright Cheng (1): Add checking ApplyTime for static layout With the new support for ApplyTime on static layout, the reboot service files move from the ubi bbclass to the common BMC updater. (From meta-phosphor rev: b99a1ad6ddcbfc10fac3f23437ea105b542048a1) Change-Id: I6eacdb1a254ee594fda1ba17463afe8a9ec9cbf3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-05-27phosphor-networkd: srcrev bump f15503ec46..06345733e3Andrew Geissler1-1/+1
Benjamin Fair (1): Allow disabling use of u-boot environment (From meta-phosphor rev: c02fb7a0e8b08e2f9f919b1c62966a8ed956f368) Change-Id: I9c4d931aa4ab74a009b3de1066da1065d807579e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-05-27image_types_phosphor.bbclass: mmc tar: Compress ext4 rootfsAdriana Kobylak1-1/+3
Compress the ext4 rootfs so that it's faster to transfer to the BMC and does not take much space. The code update process can then uncompress it on the fly and write to flash. Use zstd to compress which has a good compression rate and is also faster to decompress than xz. (From meta-phosphor rev: 5e1b6dc499736e219766cc24924dd486ff2a8ccb) Change-Id: I07aadc413e5e883a6b97d1a374e4bbf215b07786 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-05-15phosphor-networkd: srcrev bump 40a51df94c..f15503ec46Andrew Geissler1-1/+1
Patrick Williams (2): sdbusplus: remove deprecated variant_ns sdbusplus: replace message::variant with std::variant (From meta-phosphor rev: eee09144c06b9e20e083c1b6bcad3c5d8c46a63b) Change-Id: I2a25130d0a2a49a3eb1bf13b3802e341a4eacecc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-05-14phosphor-networkd: srcrev bump d0679f9bb4..40a51df94cAndrew Geissler1-1/+1
Ratan Gupta (2): Initialize the link status and interface status correctly Fix for the MAC address configuration (From meta-phosphor rev: dc609d668ac6724afa9ae494d14de30543dff898) Change-Id: I8c0de7949355627f59e5fa316b7d133acbd02f86 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-29image_types_phosphor: Create a image-u-boot file with splAdriana Kobylak1-2/+18
If a u-boot spl file is built, generate a image-u-boot file with it so that code update can flash the u-boot mtd with the spl. (From meta-phosphor rev: 8fe768d9c696730eb67d48c243cbab9b228b8334) Change-Id: I8ead2155593945602c925b26e85d2b6effc206f9 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-23dunfell: fix up inherits for python3Andrew Geissler2-2/+2
Most of these recipes are no longer needed but bitbake still verifies the inherit clauses for them. python2 has been removed so need these to all use the corresponding python3 classes. (From meta-phosphor rev: d55b42ae26bf5198efeb38db9eed8166139408bd) Change-Id: Idf5fee957d8d0f3128a766a8007c3053fc1464d9 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-15phosphor-networkd: srcrev bump acd6dd5572..d0679f9bb4Andrew Geissler1-1/+1
Johnathan Mantey (1): Added enable/disable control of the Network Interface Card (From meta-phosphor rev: c6c4bd14ed9385ccd717b2812ff8869a3d9a674a) Change-Id: Ib82500b92df3682601cd43d7c42812960949085d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-14image_types_phosphor: Add u-boot spl to static imageAdriana Kobylak1-1/+12
If the [SPL_BINARY][1] variable is set, add the spl binary to the static image, then increase the u-boot offset by the size of the spl (default to 64kb). [1]: https://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#var-SPL_BINARY (From meta-phosphor rev: 31fdddf87d96ddeed1b16639368c6bea991392b1) Change-Id: I96fef2323dec511257ea17ce6d4aa888d3ba1dbf Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-10obmc-phosphor-python-autotools: remove unused bbclassPatrick Williams1-30/+0
(From meta-phosphor rev: e95fd00d32d7032cea056ef8a077903810bcc6b7) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ia367acbef791cb1542734c53bc208c5eabc7e22e Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-10mrw: bump tools rev and switch to python3Patrick Williams1-1/+1
(From meta-phosphor rev: 18f36a2062894252d85046167e2675349937c7a3) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I5fc335dd02c0a2d2fb4ccc5f7d67a82c40b79e7d Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-09phosphor-networkd: srcrev bump 6f9a2ee25c..acd6dd5572Andrew Geissler1-1/+1
Manojkiran Eda (1): Backend changes for Populating Nameservers(DNS & Static) (From meta-phosphor rev: 93599deec761cb0aa4bc69750bacded2886786fc) Change-Id: If1e9a858e076bb831bef83641bec97ade67f114a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-07obmc-phosphor-systemd: Substitute more variablesWilliam A. Kennington III1-0/+6
(From meta-phosphor rev: 174bce334bc5e4fa960aa600399b5cddeb30b841) Change-Id: I03c2c389c7cfedbfbc4c97a8fa4c9fa3fbf937f7 Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-07meta-phosphor: remove unused config-in-skeleton bbclassPatrick Williams1-36/+0
(From meta-phosphor rev: 501bea332a71385297c2968a16e6782ce96cf5e5) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I39a6f05d2180e4965c8767b441743bb66b5a2f07 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-03phosphor-networkd: srcrev bump ad4bf5ce12..6f9a2ee25cAndrew Geissler1-1/+1
Patrick Williams (1): delete deprecated python scripts (From meta-phosphor rev: 447b833511e76db91e7516867c63b053b0f9d6e3) Change-Id: I6b95358f259eddc21418158a04a176495df5e2d5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-03phosphor-networkd: srcrev bump 99801cea8c..ad4bf5ce12Andrew Geissler1-1/+1
Johnathan Mantey (1): Enable conditional use of ETHTOOL features in the NIC driver (From meta-phosphor rev: 776457862dd6a5a19d8d2629bedd1de44f8768b4) Change-Id: I7b819a4d3a60c1259b7f9887fe8d9b564572d406 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-27meta-phosphor: distro: remove loggingBrad Bishop1-1/+1
There isn't any recipe metadata with any conditional logic around this distro feature. Remove, for a small improvement to comprehensibility. (From meta-phosphor rev: b670a101cd22746227ca3fd7ef8615f04aa97fd4) Change-Id: Ie893015545db146512ef4cb216d94e80e8ac5050 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-19phosphor-networkd: srcrev bump faa72e5c87..99801cea8cAndrew Geissler1-1/+1
Ratan Gupta (1): Fix the networkd crash during creation of vlan (From meta-phosphor rev: e502d092aace77296f39668fbf56fbf51307b72b) Change-Id: I20547010c5c5e4db113cb4b70d5e3f577e385e8a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-16obmc-xmlpatch.bbclass: Use python3Matt Spinler1-3/+3
Use python3native and remove a filter statement. (From meta-phosphor rev: c55fc52815dcce6d2f5eeb77ed5a1aaafd990958) Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: Ic25919bc947b1733cfac0573a41f35a5f12ed194 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-16image_types_phosphor: Add debug text for fs sizingJosh Lehan1-1/+5
Debugging text to help with filesystem sizing This can be useful when diagnosing sizing issues No behavioral change intended Tested: Output appears as expected (From meta-phosphor rev: a68b23d5052d6650176547b6ba3a4d9ccf0dc08e) Signed-off-by: Josh Lehan <krellan@google.com> Change-Id: I37d5daf038348576c43f5c1fb9e517e6e8aa37a0 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-16obmc-phosphor-python3-autotools: workaround setuptools manglingPatrick Williams1-0/+21
python-setuptools will mangle the #! line in a python script that we install using setuptools. OE already has workarounds for this in distutils3.bbclass but we cannot use it here due to the conflict of autotools and distutils. Port the mangling fixes into our autotools recipe. See pypa/setuptools#494 for upstream report (years old). (From meta-phosphor rev: a1b7f30d915a4a85e257938d0a96803e013ab528) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I50c7df4f92f324b6883e42d1871add813af0872d Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-10obmc-phosphor-python-autotools: hack to support mixed python installsPatrick Williams1-0/+13
Some packages are switching to 'inherit python3native' while also having a DEPEND on a python2-based script (such as sdbus++). Rewrite the #! in these executables to use `nativepython` instead of `python` so that the correct version of python and modules are found. (From meta-phosphor rev: 75f63b9ee7741073d22cf9001bfe4c3f31e3a59f) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I8a7bcb21a539463838a6a103d531aa8f90c5c8c3 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-05phosphor-networkd: srcrev bump dbd328d7e0..faa72e5c87Andrew Geissler1-1/+1
Johnathan Mantey (1): Enable the network link carrier state to be reported. (From meta-phosphor rev: 50fd000f27bbbac97feb736ad2ab46ad0094346a) Change-Id: I5e778f919f97891bdb7a8365bf39c594a96f5329 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-02-25obmc-phosphor-python3-autotools: create bbclassPatrick Williams1-0/+17
Create python3 version of the obmc-phosphor-python-autotools.bbclass. (From meta-phosphor rev: 62412417ee2db0fd23a90523a50f88060adf44b2) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I819a6436a9c8dc7019bd6554142acb49ac4d722a Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-02-18meta-phosphor: Fix SYSTEMD_PAGER exportAndrew Jeffery1-1/+2
The shell used to execute the bitbake scripts doesn't support `-e` for for the echo builtin. This triggers an error upon login: login: root Password: -sh: -e: command not found root@machine# Split the workaround into two separate `echo` invocations. (From meta-phosphor rev: a1759c49cbd7260c072f09adf4479fcc23a294c3) Change-Id: I8f973f44bd6682beeabfdd5c5972a0a33ae7befd Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-02-10image_types_phosphor.bbclass: Add a mmc-verity image typeAdriana Kobylak1-2/+99
Add support to create a rootfs image setup with dm-verity which allows for secure boot of a BMC’s userspace. This image type can be enabled by adding 'IMAGE_FSTYPES = "mmc-verity"' to a machine's conf file. Tested: Booted an image on QEMU. (From meta-phosphor rev: 86cfbd54a3ef9c7379e044723253a38f850bab56) Change-Id: If866a71cb031abfef6b1ab3c5ebe0869b1595300 Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-02-05meta-phosphor: Disable use of pager for output of systemd toolsAndrew Jeffery1-0/+7
Prevent systemd from garbling its output with control characters that busybox doesn't interpret. (From meta-phosphor rev: b51d6e3322ea6cfa93e99c74663b7fb9923c2f65) Change-Id: I2dddce5bef6f41058574904193976ca74f0b0ac9 Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-23phosphor-networkd: srcrev bump cb42fe26fe..dbd328d7e0Andrew Geissler1-1/+1
Karthick Sundarrajan (1): Correct the MAC address format in Redfish (From meta-phosphor rev: 3979e8b1de00bc2f1dbc65a233e09e6f11425fb8) Change-Id: Ib7deab9ee0e82f0623ca6809dfd46cfb96aaf884 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-20skeleton: srcrev bump bed673e220..1146f8c6e5Andrew Geissler1-1/+1
Joel Stanley (1): Add Joel to maintainers (From meta-phosphor rev: ebb2d670ec38b0b68ed558c1d43914b073e371a6) Change-Id: I885c1c6b8117960afed29859c10db0c4f7fab9bb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-09skeleton: srcrev bump c8334f3258..bed673e220Andrew Geissler1-1/+1
Joel Stanley (1): control-host: Use fsi-master class paths (From meta-phosphor rev: 0ae881fcff8fcc08cb8a0254b3a57204868d0ba1) Change-Id: Iae7752927aa75e3a9ce6fc86da7d37b5d5b027fc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-11-20image_types_phosphor: Make Version Purpose configurableAdriana Kobylak1-1/+4
The current version purpose is set to BMC[1]. Make it a configurable variable for cases where other Purpose value is more appropriate, like setting it to System if the machine includes the host-fw package that would package the BMC and host firmware code into a combined image. 1: https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/xyz/openbmc_project/Software/Version.interface.yaml Tested: Verified the purpose is still BMC, then verifed that setting the variable from a machine.conf file changed its value. (From meta-phosphor rev: 356265535d268858840ddbe52ff8c1e37f084188) Change-Id: I159e73f9b9c310321dda885b10dbc1cd56a674ee Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-11-18Use debug-tweaks, allow-root-login to allow root.Richard Marian Thomaiyar1-0/+10
root user account is enabled with proper privilege and group, only if debug-tweaks or allow-root-login FEATURES is defined. Note: This will not remove root user getting managed from phosphor-user-manager, instead it will make sure, the privilege and groups are empty for the root user. Tested: 1. Verified the default build, which has debug-tweaks, allowing root user to be with priv-admin, and enabled for all groups. 2. Verified by removing debug-tweaks from the local.conf, and root user privilege & groups are empty. (From meta-phosphor rev: b1b8251f4e5f19189057cdeb998cf119be1c27b8) Change-Id: Iec2a0b1a9f84c27dd4947125903ce43f3a9c3c2c Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-11-16meta-phosphor: image_types_phosphor_nuvoton: handle new IGPS recipeBenjamin Fair1-3/+6
The XML files used by Bingo have been split into a separate recipe called "npcm7xx-igps" which must be added as a dependency. The location of the files has also changed. Tested: Built for MACHINE=gsj (From meta-phosphor rev: 23e318f8ff17488e3611719e2941ab41d9fa3b02) Change-Id: I3c3bcc83c3925db0e1c6280d42d613495060ce55 Signed-off-by: Benjamin Fair <benjaminfair@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-11-06phosphor-software-manager: Add usr-local.mount to common codeAdriana Kobylak1-8/+0
The usr-local.mount service file does not depend on a ubi filesystem layout, so move it out to the common code. (From meta-phosphor rev: 02b6df9343687286836f87f2478eea3cc50d7af3) Change-Id: I398ebff667b8bee496debc933f2865e6cc1f03e5 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-23image_types_phosphor: Add do_generate_ext4_tar()Adriana Kobylak1-2/+27
Add a new do_generate_ext4_tar() function that creates a tarball with u-boot, kernel, ext4 rootfs and rwfs image files. This tarball is intended for systems running with a mmc chip. (From meta-phosphor rev: 02d65b716915f4424feca600f955937e1d16eb1a) Change-Id: I3545dbb7c36d4ba5a71fb3735324228e8b609a15 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-23image_types_phosphor: Add do_generate_rwfs_ext4()Adriana Kobylak1-0/+15
Create a new do_generate_rwfs_ext4() function that generates an empty ext4 rwfs image file of arbitrary size 1MB. This file is needed to create a tarball image for code update to use. The size can later be updated, this commit is intended as a first step for creating a tarball with ext4 image files. (From meta-phosphor rev: 846990eb90e662176c9e8c395e1093ebf7e6934c) Change-Id: Idf9cd1dc4f79c2f6cf7f567b8abaf35123a5ca6a Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-23image_types_phosphor: Split make_rwfs()Adriana Kobylak1-3/+12
The make_rwfs() was doing some cleanup before creating the rwfs file. Split it into two functions clean_rwfs() and make_rwfs() for cases where some prep work is needed before calling the rwfs command, such as when using mkfs.ext4 that needs to have a file created before it's converted into ext4. (From meta-phosphor rev: e82e8bc686b0a17f29d1d296f1d52543f2bc5ae0) Change-Id: Idebaab86bfd6ff0c02444d9c62543e97e9ba0dcd Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-23image_types_phosphor: Remove mtd from make_tar_of_images()Adriana Kobylak1-4/+4
The make_tar_of_images() function was adding an mtd suffix to the tarball name. Make the caller pass the suffix instead so that this function can be used to create tarballs intended for non-mtd systems such as systems based on a mmc chip. (From meta-phosphor rev: 7bdbb7a6adaa655ba56ae2e289a59e13c9428b14) Change-Id: I80ee15337f99ec59cce119668ef7f5afb2313189 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-23image_types_phosphor: Rename mk_nor_image()Adriana Kobylak1-3/+3
The mk_nor_image() function just creates an empty image file. Rename it to mk_empty_image() so that it makes more sense when used to create a file for other chips such as a mmc instead of a nor, like an empty rwfs ext4 image file. (From meta-phosphor rev: fdb81a30d7e86309aeafc6b6ab1ebf8f9cf93d88) Change-Id: I31231ddaec5a8c195da315841e59ecdfb16647a5 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-17meta-phosphor: Adding machine name in MANIFESTVijay Khemka1-0/+2
Added machine name in the image manifest file which can be used to verify on target while upgrading (From meta-phosphor rev: ba9f97ed4018c8a6b1d74cb958bfb2a80fd94546) Change-Id: I31dca600c0a2ff1bd2cf8e13c486e529d245b5d7 Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-17Variable to pass extra option to MRW parsersSantosh Puranik1-0/+2
This commit adds a variable to allow MRW parsers to be passed an option to skip targets that are broken or not fully defined in the MRW. Recipes that invoke the parsers can use this option as an indication to the parser script to ignore MRW errors. The option variable is empty by default, but layers can choose to override this as necessary. Tested: I tested by enabling this option in the meta-ibm rainier layer and verified that the right option is passed to the MRW parsers. (From meta-phosphor rev: fc77979764f7c8599a451f619630f8d7be2cc09b) Signed-off-by: Santosh Puranik <santosh.puranik@in.ibm.com> Change-Id: I54b349597b30deb77a98af0686a67e03befe2429 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-17phosphor-networkd: srcrev bump 046b2a0b37..cb42fe26feAndrew Geissler1-1/+1
Johnathan Mantey (1): Enable ethtool to retrieve the NIC speed, duplex, autoneg values (From meta-phosphor rev: 75875352752cce95d78cc5530804b1e9d4b244ea) Change-Id: Ic0c4e17e198dbdbe31c0c708d53efeecb5cf24e2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-04phosphor-networkd: srcrev bump b40059779a..046b2a0b37Andrew Geissler1-1/+1
Ratan Gupta (1): Allow static configuration of NTP and DNS in DHCP mode (From meta-phosphor rev: 43cf77ab7c0e7021793dd7e187d13903e04fb2b1) Change-Id: I98542d52475ebe4e16735d43ca83d3825c6515fa Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-01phosphor-networkd: srcrev bump 38a63c3012..b40059779aAndrew Geissler1-1/+1
Ratan Gupta (1): Remove the code which updates resolv.conf for dhcp supplied DNS (From meta-phosphor rev: 4819265e8c6ff88d49aa25b4ecad3c7bb67e8702) Change-Id: I2f3b12883a175057f18cf4d68328f7f11866bf55 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-09-27phosphor: image_types_phosphor: flash overridesBrad Bishop2-0/+9
Add an override based on FLASH_SIZE, for use with the hardcoded offsets that exist when building raw flash images. This lets us have different flash layouts for different size flash modules that can be shared between machines. The existing 32MiB layouts are unchanged: partition: size: offset u-boot: 384 KiB (0 KiB) u-boot-env: 128 KiB (384 KiB) kernel/FIT: 4352 KiB (512 KiB) rootfs: 23808 KiB (4864 KiB) rwfs: 4MiB (28672 KiB) The new layout is as follows: partition: size: offset u-boot: 896 KiB (0 KiB) u-boot-env: 128 KiB (896 KiB) kernel/FIT: 9 MiB (1 MiB) rootfs: 86 MiB (10 MiB) rwfs: 32MiB (96 MiB) (From meta-phosphor rev: 9e84ca2ad4aa7f864bb53faa6f21ae580d64d07d) Change-Id: I4edf302d4e738b31906cd03459ad6f2f44c3c749 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-09-25nuvoton: Apply image overrides to all image typesWilliam A. Kennington III1-0/+46
Right now, nuvoton overrides needed for generating and applying the bootblock are not applied to images other than obmc-phosphor-image. This means that core-image-minimal is unbootable on nuvoton platforms. This change makes the nuvoton overrides apply globally to all images. (From meta-phosphor rev: 9819cb9533f430797d47dadff558cf4462670976) Change-Id: If4bef5f8106278fa6ebeb2198bc43fdd2b70a641 Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-09-23image_types_phosphor: Make rwfs name dependentWilliam A. Kennington III1-10/+10
If we try and generate a `core-image-minimal` and `obmc-phosphor-image` target in the same workspace we will currently encounter an error in bitbake complaining about ``` obmc-phosphor-image-1.0-r0 do_image_complete: The recipe obmc-phosphor-image is trying to install files into a shared area when those files already exist. Those files and their manifest location are: rwfs.jffs2 ``` This patch fixes the complaint by using a distinctly generated rwfs per image type. (From meta-phosphor rev: 8ba81f79c03e673e682079da1f2c62ebb1325645) Change-Id: I5be72cc7d442f5c5853d87de27a57996a6af98e4 Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-09-20mrw-rev.bbclass bump version 715c97eAndrew Geissler1-1/+1
Do not add empty paths to output file gen-ipmi-sel: force numeric context Add tool to dump out all targets and attributes Add tool to print out the inventory Fix callout I2C path (From meta-phosphor rev: d0ab34aff205421b33b4e160deca1d450f89e754) Change-Id: I6d52195ca4a8ec919a9293ccd3d0fc83d59fef1c Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>