sonic-buildimage/platform/broadcom
lguohan 22a19e87aa [build]: wait for conflicts package to be uninstalled (#5039)
when parallel build is enabled, both docker-fpm-frr and docker-syncd-brcm
is built at the same time, docker-fpm-frr requires swss which requires to
install libsaivs-dev. docker-syncd-brcm requires syncd package which requires
to install libsaibcm-dev.

since libsaivs-dev and libsaibcm-dev install the sai header in the same
location, these two packages cannot be installed at the same time. Therefore,
we need to serialize the build between these two packages. Simply uninstall
the conflict package is not enough to solve this issue. The correct solution
is to have one package wait for another package to be uninstalled.

For example, if syncd is built first, then it will install libsaibcm-dev.
Meanwhile, if the swss build job starts and tries to install libsaivs-dev,
it will first try to query if libsaibcm-dev is installed or not. if it is
installed, then it will wait until libsaibcm-dev is uninstalled. After syncd
job is finished, it will uninstall libsaibcm-dev and swss build job will be
unblocked.

To solve this issue, _UNINSTALLS is introduced to uninstall a package that
is no longer needed and to allow blocked job to continue.

Signed-off-by: Guohan Lu <lguohan@gmail.com>
2021-01-27 14:07:30 -08:00
..
docker-saiserver-brcm [docker-saiserver]: upgrade docker saiserver to stretch for brcm/mlnx (#2983) 2019-06-08 16:27:19 -07:00
docker-syncd-brcm [led]: Skip ledinit if there is no led_proc_init.soc file for broadcom platform (#5483) 2020-11-09 12:38:11 -08:00
docker-syncd-brcm-rpc [broadcom]: Add bcmcmd and bcmsh to docker-syncd-brcm-rpc (#3739) 2019-11-20 07:41:04 -08:00
saibcm-modules Update SAI 3.7 brcm package (#6324) 2020-12-31 08:32:12 -08:00
sonic-platform-modules-accton [as5835-54x] Modify qsfp port reset to normal state (#5161) 2020-11-14 12:24:32 -08:00
sonic-platform-modules-alphanetworks [kernel]: security kernel update to 4.9.189 (#3913) 2020-03-15 08:52:29 -07:00
sonic-platform-modules-arista@79b7d11b61 [Arista] Use thermalctld instead of fancontrol (#6173) 2021-01-27 08:31:32 -08:00
sonic-platform-modules-brcm-xlr-gts [brcm-th-svk]: Fix errors in BCM956960K switch (#4390) 2020-04-30 22:10:16 -07:00
sonic-platform-modules-cel [device/celestica]: Update DX010 platform APIS on 201911 branch (#5416) 2020-09-24 10:20:15 -07:00
sonic-platform-modules-dell [Dell S6100] Properly release memory upon ICH driver deinit (#5561) 2020-10-30 08:59:18 -07:00
sonic-platform-modules-delta [kernel]: security kernel update to 4.9.189 (#3913) 2020-03-15 08:52:29 -07:00
sonic-platform-modules-ingrasys [MultiDB] (except ./src and ./dockers dirs): replace redis-cli with sonic-db-cli and use new DBConnector (#4035) 2020-02-03 15:36:55 -08:00
sonic-platform-modules-inventec [201911][Python] Migrate applications/scripts to import sonic-py-common package (#5132) 2020-08-13 16:35:53 -07:00
sonic-platform-modules-juniper [201911][Juniper QFX5210] Fix Python errors (#4413) 2020-04-11 16:42:56 -07:00
sonic-platform-modules-mitac [devices]: move platform modules of accton, ingrasys, mitac, quanta into buildimage repo 2018-08-11 09:09:03 +00:00
sonic-platform-modules-quanta Updated the file permission mode to include +x (#4183) 2020-02-24 11:05:24 -08:00
docker-ptf-brcm.mk [docker-saiserver]: build docker-saiserver (#2244) 2018-11-14 01:15:31 -08:00
docker-saiserver-brcm.mk [docker-saiserver]: upgrade docker saiserver to stretch for brcm/mlnx (#2983) 2019-06-08 16:27:19 -07:00
docker-syncd-brcm-rpc.mk [syncd-rpc.mk] install ptf dependancy (#4279) 2020-03-19 22:18:49 -07:00
docker-syncd-brcm.mk Add support for bcmsh and bcmcmd utlitites in multi ASIC devices (#4926) 2020-07-11 09:47:24 -07:00
libsaithrift-dev.mk [sai and sairedis] advance sairedis sub-module and upgrade to matching Broadcom SAI build (#2488) 2019-02-16 10:14:18 -08:00
one-aboot.mk [build]: Move Systemd service start to systemd generator (#3172) 2019-07-29 15:52:15 -07:00
one-image.mk [device]: Add a new supported device DellEMC s5248f (#3547) 2019-10-17 18:43:59 -07:00
platform-modules-accton.mk [device][accton] Add as5812-54t. (#3428) 2019-09-10 22:07:13 -07:00
platform-modules-alphanetworks.mk [devices]: Add snh60b0-640f device (Tomhawk2) & snh60a0-320fv2 device 32x100G (Tomhawk) (#2129) 2018-10-10 18:33:51 -07:00
platform-modules-arista.mk [arista] Update platform drivers submodules (#4200) 2020-03-22 23:02:54 -07:00
platform-modules-brcm-xlr-gts.mk [devices]: Add Broadcom XLR/GTS (BCM9COMX2XMC) support for Tomahawk switch (BCM956960K) (#2682) 2019-06-09 12:09:31 -07:00
platform-modules-cel.mk [devices]: support Silverstone platform (#3474) 2019-10-09 17:47:46 -07:00
platform-modules-dell.mk [devices]: Firmware upgrade support for DellEMC platforms(s5248,s5232,z9100,s6100,z9264f) (#3743) 2019-11-14 00:08:15 -08:00
platform-modules-delta.mk [devices]: Add platform support for delta ag9032v2a (#3148) 2019-08-01 22:18:04 -07:00
platform-modules-ingrasys.mk [build]: add stretch target to build in stretch docker 2018-08-11 09:09:03 +00:00
platform-modules-inventec.mk [device][platform] Update Inventec new platform d6356 (#2791) 2019-08-15 01:00:52 -07:00
platform-modules-juniper.mk [devices]: Adding platform support for Juniper QFX5210 (#3270) 2019-09-06 07:52:45 -07:00
platform-modules-mitac.mk [build]: add stretch target to build in stretch docker 2018-08-11 09:09:03 +00:00
platform-modules-quanta.mk [Quanta] Add a new supported device and platform, IX9-32X (#3341) 2019-08-15 00:43:34 -07:00
platform.conf one image implementation (#215) 2017-01-29 11:33:33 -08:00
raw-image.mk [build]: Move Systemd service start to systemd generator (#3172) 2019-07-29 15:52:15 -07:00
rules.mk [build]: wait for conflicts package to be uninstalled (#5039) 2021-01-27 14:07:30 -08:00
sai-modules.mk Update SAI 3.7 brcm package (#6324) 2020-12-31 08:32:12 -08:00
sai.mk [build]: wait for conflicts package to be uninstalled (#5039) 2021-01-27 14:07:30 -08:00