summaryrefslogtreecommitdiff
path: root/meta-ibm/meta-witherspoon/recipes-phosphor/network
AgeCommit message (Collapse)AuthorFilesLines
2019-04-23witherspoon: Use first-boot-set-macBrad Bishop1-0/+1
Use the new first-boot-set-mac recipe from the openpower layer for setting the mac address on first boot. This replaces obmc-mgr-inventory's sync_inventory_items.py script that achieves the same - but is the last remaining requirement for python on Witherspoon systems and first-boot-set-mac is shell! (From meta-ibm rev: 1249fea4137fcf0107a0ad77d78039ddf87c55d4) Tested-By: Built a witherspoon image and manually verified the root filesystem included a symlink to first-boot-set-mac@.service in /etc. Change-Id: If26c6e2337ec182951a2484a09a4843418716980 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-06meta-ibm: move all services to multi-user.targetPatrick Venture1-1/+1
Instead of obmc-standby.target, use multi-user.target. (From meta-ibm rev: 85cff8cc9e66049d8ac26271c13f82d894ac572f) Change-Id: I03c3d41c031343fa584511889c70e3def92cb83d Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-03-29meta-ibm: witherspoon: rename network to phosphor-networkPatrick Venture2-9/+8
There is now a phosphor-network package that is built by the system instead of a network package. Rename the network bbappend to phosphor-network to use the new package name. (From meta-ibm rev: 23e485a291878037f373ee63fae55b1b6c8b33c2) Change-Id: I0a62840c4fa5631179d6de9579ccd2e823c725e5 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-03-28meta-ibm: witherspoon: add symlink for phosphor-networkPatrick Venture1-0/+1
Add a symlink name phosphor-network_%.bbappend that points to the network_%.bbappend file. This change will allow the recipe phosphor-network_git.bb to start being used. Once that's in place, the network_%.bbappend file will become phosphor-network_%.bbappend. (From meta-ibm rev: 40087d3e904a813790557e0964ec2e301fd2f729) Tested: Verified the witherspoon image built, but did not test further. Change-Id: I73d6594c926d0bd7e9edae83bd5527e9ff08b985 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-03-27meta-ibm: witherspoon: network: specify folder for extraPatrick Venture1-1/+1
Specify the folder for the extra files explicitly instead of by package name, such that the package name can change and continue to use this folder. This is step 2 of the process to rename network to phosphor-network to match the general naming convention for phosphor daemons. (From meta-ibm rev: 286cf25348b68c91bd25151f083001c820bdac15) Tested: Verified witherspoon image builds. Change-Id: I011138f732c0a79b60dace9776e7bd6e6163c623 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-02-14meta-ibm: wspoon: network: add explicit install appendPatrick Venture1-0/+6
Add an explicit install_append for the network recipe so it'll install a service that witherspoon requires. Note: This change required due to a change in network_git.bb that changed the systemd installation behavior. (From meta-ibm rev: 8637f02c1caec99d09dc7d7f8051e64a68ca8a19) Change-Id: Ic7c538d340e610cffc7f20f88cc492c2f550322c Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-21meta-ibm: witherspoon: network: drop symlinkPatrick Venture2-3/+2
Drop symlink and rename bbappend for network. (From meta-ibm rev: a099a9c9e1d97619944f0a986771f3878d0131c9) Change-Id: I0805ca0352cb61700d4755a78f6b4e3612b0a06d Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-09meta-ibm: witherspoon: network: set version wildcardPatrick Venture1-0/+1
Set the wildcard for version for network.bbappend (From meta-ibm rev: f271aa4e0876ec67844df18f59acabf54d22f488) Change-Id: Ib239fb43148ebeddf23874d84e2d2c45a2be2499 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-08-23[Subtree] Bring openbmc machines to top levelDave Cobbley2-0/+15
The new subtree model brings the subtrees up from the openbmc-machines layer. Change-Id: I58a03ae1be374bc79ae1438e65e888375d12d0c0 Signed-off-by: Dave Cobbley <david.j.cobbley@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>