sonic-buildimage/rules
rajib-dutta1 4753953ed0
Ipmitool bookworm: Fix and patch enterprise-numbers URL (#17878)
### Why I did it

ipmitool utility is used to access various HW sensors. Some platforms use "ipmitool raw " to read specific addresses. 

ipmitool_1.8.19-4_amd64.deb, that is part of bookworm has a defect. The package is missing file enterprise.txt that is expected by the "raw read" code path. 
It is so because the file the .deb tries to download at the build time does not have the necessary extension as it is available on remote server: https://www.iana.org/assignments/enterprise-numbers.txt

### How I did it

The defect had been fixed using coding changes in next unstable version of Linux. It is expected to be available in future stable version of the OS. Hence to keep the changes to minimal, the .dsc file is downloaded and only the Makefile is modified to download the correct file. To make is work as patch necessary changes are made.

#### How to verify it
Build log is attached and installation of the file is noted line #2274
When using vanilla bookworm on platforms like 5212 or 5224:
-------------------------------------------------------------------
root@sonic:~# ipmitool raw 0x04 0x2d 0x31
IANA PEN registry open failed: No such file or directory
00 c0 01 80

When fixed we should not see the above error:
--------------------------------------------------
root@sonic:/home/admin# ipmitool raw 0x04 0x2d 0x31
 00 c0 00 80

### Description for the changelog

This change is to address ipmitool raw read issue. This patch must be removed once it is available in next stable Linux release that contains the fix. 

1edb0e27e4
2024-02-26 17:49:06 -08:00
..
asyncsnmp-py3.dep [build]: support for DPKG local caching (#4117) 2020-03-11 20:04:52 -07:00
asyncsnmp-py3.mk Remove swsssdk from rules and image. (#11469) 2022-08-25 08:35:51 +08:00
bash.dep [build]: support for DPKG local caching (#4117) 2020-03-11 20:04:52 -07:00
bash.mk [TACACS+] Add plugin support to bash. (#8660) 2021-10-11 15:20:51 +08:00
config Disable eventd and rsyslog plugin in slim images (#17905) 2024-01-30 22:14:23 -08:00
dbsyncd-py3.dep [lldp]: Lldp docker to use python3 version of sonic-db-syncd package. (#6046) 2020-11-30 10:44:40 -08:00
dbsyncd-py3.mk Remove swsssdk from rules and image. (#11469) 2022-08-25 08:35:51 +08:00
dhcpmon.dep Add sonic-dhcpmon as a submodule (#14285) 2023-03-30 08:32:56 -07:00
dhcpmon.mk Don't build libhiredis anymore (#15633) 2023-09-06 16:23:34 -07:00
dhcprelay.dep Pick dependency files in submodules. (#15142) 2023-07-11 14:32:08 -07:00
dhcprelay.mk Don't build libhiredis anymore (#15633) 2023-09-06 16:23:34 -07:00
docker-base-bookworm.dep Add Bookworm base and config-engine layers (#17742) 2024-01-12 09:48:26 -08:00
docker-base-bookworm.mk Add Bookworm base and config-engine layers (#17742) 2024-01-12 09:48:26 -08:00
docker-base-bullseye.dep Create docker-base-bullseye and docker-config-engine-bullseye (#9666) 2022-01-11 09:23:42 -08:00
docker-base-bullseye.mk Mark many (but not all) of the dockers as Bullseye dockers 2023-11-21 18:53:15 -08:00
docker-base-buster.dep [mgmt-framework]: convert mgmt-framework to use buster docker (#4480) 2020-04-28 15:57:13 -07:00
docker-base-buster.mk Add infra to support building Bullseye base image with Buster containers 2021-11-10 15:27:22 -08:00
docker-base-stretch.dep [build]: support for DPKG local caching (#4117) 2020-03-11 20:04:52 -07:00
docker-base-stretch.mk [supervisor] Install vanilla package once again, install Python 3 version in Buster container (#5546) 2020-11-19 23:41:32 -08:00
docker-base.dep [build]: support for DPKG local caching (#4117) 2020-03-11 20:04:52 -07:00
docker-base.mk [supervisor] Install vanilla package once again, install Python 3 version in Buster container (#5546) 2020-11-19 23:41:32 -08:00
docker-config-engine-bookworm.dep Add Bookworm base and config-engine layers (#17742) 2024-01-12 09:48:26 -08:00
docker-config-engine-bookworm.mk Add Bookworm base and config-engine layers (#17742) 2024-01-12 09:48:26 -08:00
docker-config-engine-bullseye.dep Create docker-base-bullseye and docker-config-engine-bullseye (#9666) 2022-01-11 09:23:42 -08:00
docker-config-engine-bullseye.mk Mark many (but not all) of the dockers as Bullseye dockers 2023-11-21 18:53:15 -08:00
docker-config-engine-buster.dep [mgmt-framework]: convert mgmt-framework to use buster docker (#4480) 2020-04-28 15:57:13 -07:00
docker-config-engine-buster.mk Don't build libhiredis anymore (#15633) 2023-09-06 16:23:34 -07:00
docker-config-engine-stretch.dep [build]: support for DPKG local caching (#4117) 2020-03-11 20:04:52 -07:00
docker-config-engine-stretch.mk Remove swsssdk from rules and image. (#11469) 2022-08-25 08:35:51 +08:00
docker-config-engine.dep [build]: support for DPKG local caching (#4117) 2020-03-11 20:04:52 -07:00
docker-config-engine.mk Remove swsssdk from rules and image. (#11469) 2022-08-25 08:35:51 +08:00
docker-database.dep [build]: support for DPKG local caching (#4117) 2020-03-11 20:04:52 -07:00
docker-database.mk Update the database, teamd, and radv containers to Bookworm (#18108) 2024-02-21 13:22:07 -08:00
docker-dhcp-relay.dep [build]: support for DPKG local caching (#4117) 2020-03-11 20:04:52 -07:00
docker-dhcp-relay.mk [dhcp_server] Rename sonic_dhcp_server to sonic_dhcp_utilities (#17276) 2023-11-28 13:28:16 -08:00
docker-dhcp-server.dep [dhcp_server] Add dhcp_server container (#14031) 2023-09-11 09:15:56 -07:00
docker-dhcp-server.mk [dhcp_server] Update dhcp_server container to bookworm (#17647) 2024-01-23 08:33:00 -08:00
docker-eventd.dep Streaming structured events implementation (#11848) 2022-09-03 07:33:25 -07:00
docker-eventd.mk Disable eventd and rsyslog plugin in slim images (#17905) 2024-01-30 22:14:23 -08:00
docker-fpm-frr.dep [build]: support for DPKG local caching (#4117) 2020-03-11 20:04:52 -07:00
docker-fpm-frr.mk limit privileged flag for bgp container (#14932) 2023-07-14 09:08:43 +08:00
docker-fpm.dep [build]: support for DPKG local caching (#4117) 2020-03-11 20:04:52 -07:00
docker-fpm.mk Remove quagga-related code (#7898) 2021-06-23 09:15:56 -07:00
docker-gnmi.dep Share image for gnmi and telemetry (#16863) 2023-11-08 08:54:36 +08:00
docker-gnmi.mk Mark many (but not all) of the dockers as Bullseye dockers 2023-11-21 18:53:15 -08:00
docker-iccpd.dep [build]: DPKG caching fix for evaluation bugs (#4425) 2020-04-20 11:14:25 -07:00
docker-iccpd.mk [docker-iccpd] limit privileged flag for iccpd container (#17835) 2024-01-19 10:49:44 -08:00
docker-lldp.dep [dockers] Rename 'docker-lldp-sv2' to 'docker-lldp' (#4700) 2020-06-09 09:09:56 -07:00
docker-lldp.mk [docker-lldp] limit privileged flag for lldp container (#15830) 2023-08-15 11:27:12 -07:00
docker-macsec.dep [docker-macsec]: MACsec container and wpa_supplicant component (#5700) 2021-01-10 10:39:59 -08:00
docker-macsec.mk Mark many (but not all) of the dockers as Bullseye dockers 2023-11-21 18:53:15 -08:00
docker-mux.dep Merged PR 3845699: [linkmgrd]: Introduce MUX cable linkmgrd 2021-10-15 09:59:59 -07:00
docker-mux.mk Mark many (but not all) of the dockers as Bullseye dockers 2023-11-21 18:53:15 -08:00
docker-nat.dep [build]: support for DPKG local caching (#4117) 2020-03-11 20:04:52 -07:00
docker-nat.mk [docker-nat] limit privileged flag for nat container (#17756) 2024-01-26 10:43:35 -08:00
docker-orchagent.dep [build][asan] make dpkg cache asan-aware (#10750) 2022-05-31 11:15:44 +03:00
docker-orchagent.mk Mark many (but not all) of the dockers as Bullseye dockers 2023-11-21 18:53:15 -08:00
docker-p4rt.dep [PINS] Build P4RT container for PINS (#9083) 2021-12-07 11:11:25 -08:00
docker-p4rt.mk [docker-p4rt limit privileged flag for p4rt container (#17796) 2024-01-23 11:02:54 -08:00
docker-platform-monitor.dep [build]: support for DPKG local caching (#4117) 2020-03-11 20:04:52 -07:00
docker-platform-monitor.mk Sensormond support (#16089) 2024-02-23 22:25:48 -08:00
docker-restapi.mk [docker-restapi] limit privileged flag for restapi container (#17138) 2023-11-21 14:50:31 +08:00
docker-router-advertiser.dep [build]: support for DPKG local caching (#4117) 2020-03-11 20:04:52 -07:00
docker-router-advertiser.mk Update the database, teamd, and radv containers to Bookworm (#18108) 2024-02-21 13:22:07 -08:00
docker-sflow.dep [build]: support for DPKG local caching (#4117) 2020-03-11 20:04:52 -07:00
docker-sflow.mk [docker-sflow] limit privileged flag for sflow container (#16973) 2023-10-27 11:30:30 -07:00
docker-snmp.dep [dockers] Rename 'docker-snmp-sv2' to 'docker-snmp' (#4699) 2020-06-11 16:04:23 -07:00
docker-snmp.mk [docker-snmp] limit privileged flag for snmp container (#16971) 2023-11-16 22:15:37 +08:00
docker-sonic-mgmt-framework.dep [build]: support for DPKG local caching (#4117) 2020-03-11 20:04:52 -07:00
docker-sonic-mgmt-framework.mk [docker-sonic-mgmt-framework] limit privileged flag for mgmt-framework container (#17217) 2023-11-28 15:35:22 +08:00
docker-sonic-mgmt-spytest.dep Fix docker-sonic-mgmt-framework-dbg wrong dependency issue (#4314) 2020-03-24 19:32:51 +08:00
docker-sonic-mgmt.dep [build]: support for DPKG local caching (#4117) 2020-03-11 20:04:52 -07:00
docker-sonic-mgmt.mk Fix sonic-mgmt docker build due to Bookworm changes (#17309) 2023-11-28 16:41:13 -08:00
docker-sonic-sdk-buildenv.dep [sonic-sdk] add sonic sdk and sonic sdk buildenv (#6712) 2021-05-28 10:16:02 -07:00
docker-sonic-sdk-buildenv.mk Don't build libhiredis anymore (#15633) 2023-09-06 16:23:34 -07:00
docker-sonic-sdk.dep [sonic-sdk] add sonic sdk and sonic sdk buildenv (#6712) 2021-05-28 10:16:02 -07:00
docker-sonic-sdk.mk [Bullseye] Upgrade sonic-sdk image to bullseye (#12649) 2022-11-28 18:57:26 +02:00
docker-swss-layer-bookworm.dep Add Bookworm swss-layer (#18062) 2024-02-09 15:56:26 -08:00
docker-swss-layer-bookworm.mk Add Bookworm swss-layer (#18062) 2024-02-09 15:56:26 -08:00
docker-swss-layer-bullseye.dep [swss]: Convert swss docker to bullseye (#10484) 2022-05-17 13:55:59 -07:00
docker-swss-layer-bullseye.mk Keep custom rsyslog file for docker-sonic-vs (#13056) 2022-12-14 16:49:37 -08:00
docker-swss-layer-buster.dep Create a docker-swss-layer that holds the swss package. 2022-01-06 09:26:55 -08:00
docker-swss-layer-buster.mk Create a docker-swss-layer that holds the swss package. 2022-01-06 09:26:55 -08:00
docker-teamd.dep [build]: support for DPKG local caching (#4117) 2020-03-11 20:04:52 -07:00
docker-teamd.mk Update the database, teamd, and radv containers to Bookworm (#18108) 2024-02-21 13:22:07 -08:00
docker-telemetry.dep [build]: support for DPKG local caching (#4117) 2020-03-11 20:04:52 -07:00
docker-telemetry.mk Mark many (but not all) of the dockers as Bullseye dockers 2023-11-21 18:53:15 -08:00
eventd.dep Streaming structured events implementation (#11848) 2022-09-03 07:33:25 -07:00
eventd.mk Add events to host and create rsyslog_plugin deb pkg (#12059) 2022-09-21 09:20:53 -07:00
flashrom.dep Flashrom refactoring for broadcom platforms (#7693) 2021-06-22 15:29:21 -07:00
flashrom.mk Flashrom refactoring for broadcom platforms (#7693) 2021-06-22 15:29:21 -07:00
frr.dep [build]Fix FRR build cache issue (#16713) 2023-09-29 14:47:14 -07:00
frr.mk [frr]: FRR 8.5.1 integration changes (#15965) 2023-08-07 09:45:13 -07:00
functions [build] add support for 2 stage rootfs build (#15924) 2023-10-11 09:33:17 +03:00
gobgp.dep [build]: support for DPKG local caching (#4117) 2020-03-11 20:04:52 -07:00
gobgp.mk [build]: SONiC buildimage ARM arch support (#2980) 2019-07-25 22:06:41 -07:00
iccpd.dep [build]: DPKG caching fix for evaluation bugs (#4425) 2020-04-20 11:14:25 -07:00
iccpd.mk [iccpd] build iccpd deb by auto tools (#4540) 2020-05-21 09:12:51 -07:00
ifupdown2.dep [build]: support for DPKG local caching (#4117) 2020-03-11 20:04:52 -07:00
ifupdown2.mk Upgrade to ifupdown2 3.0.0 with a patch to fix using broadcast addresses 2021-08-12 23:18:01 -07:00
initramfs-tools.dep [build]: support for DPKG local caching (#4117) 2020-03-11 20:04:52 -07:00
initramfs-tools.mk Upgrade initramfs-tools to 0.142 2023-11-21 18:53:15 -08:00
ipmitool.dep Ipmitool bookworm: Fix and patch enterprise-numbers URL (#17878) 2024-02-26 17:49:06 -08:00
ipmitool.mk Ipmitool bookworm: Fix and patch enterprise-numbers URL (#17878) 2024-02-26 17:49:06 -08:00
iproute2.dep [build]: support for DPKG local caching (#4117) 2020-03-11 20:04:52 -07:00
iproute2.mk Upgrade docker-sonic-vs and docker-syncd-vs to Bullseye (#13294) 2023-03-19 21:14:27 -07:00
iptables.dep [build]: support for DPKG local caching (#4117) 2020-03-11 20:04:52 -07:00
iptables.mk [nat] Switch to bullseye (#14495) 2023-04-02 14:02:33 -07:00
isc-dhcp.dep [build]: support for DPKG local caching (#4117) 2020-03-11 20:04:52 -07:00
isc-dhcp.mk [build] update isc-dhcp to 4.4.1-2.3+deb11u2 to fix build failure (#15002) 2023-05-11 22:14:20 +08:00
ixgbe.dep [build]: support for DPKG local caching (#4117) 2020-03-11 20:04:52 -07:00
ixgbe.mk [build]: add buster docker as the last step of the build proces 2020-04-16 10:26:18 +00:00
kdump-tools.dep [build]: support for DPKG local caching (#4117) 2020-03-11 20:04:52 -07:00
kdump-tools.mk Upgrade kdump-tools 2023-11-21 18:53:15 -08:00
libnl3.dep [build]: support for DPKG local caching (#4117) 2020-03-11 20:04:52 -07:00
libnl3.mk [libnl]: Debian Packaging libnl version 3.5.0 (#3967) 2020-01-06 17:01:28 -08:00
libteam.dep [build]: support for DPKG local caching (#4117) 2020-03-11 20:04:52 -07:00
libteam.mk Update the database, teamd, and radv containers to Bookworm (#18108) 2024-02-21 13:22:07 -08:00
libyang1.dep Patch libyang1.0.184 so version and let frr 7.5 use the patched version 2020-12-29 03:44:49 -08:00
libyang1.mk Patch libyang1.0.184 so version and let frr 7.5 use the patched version 2020-12-29 03:44:49 -08:00
libyang2.dep Frr 8.2 upgrade (#10691) 2022-05-24 14:47:09 -07:00
libyang2.mk [frr]: fix official build break (#10947) 2022-05-27 13:49:58 -07:00
libyang.dep [build]: support for DPKG local caching (#4117) 2020-03-11 20:04:52 -07:00
libyang.mk For libyang, don't add an ordering dependency on frr for Bookworm 2023-11-21 18:53:15 -08:00
linkmgrd.dep Merged PR 3845699: [linkmgrd]: Introduce MUX cable linkmgrd 2021-10-15 09:59:59 -07:00
linkmgrd.mk Don't build libhiredis anymore (#15633) 2023-09-06 16:23:34 -07:00
linux-kernel.dep [Mellanox] Upgrade HW-MGMT to 7.0030.2008 and update platform-api (#17134) 2023-11-21 18:53:15 -08:00
linux-kernel.mk [Mellanox] Upgrade HW-MGMT to 7.0030.2008 and update platform-api (#17134) 2023-11-21 18:53:15 -08:00
lldpd.dep [build]: support for DPKG local caching (#4117) 2020-03-11 20:04:52 -07:00
lldpd.mk Upgrade lldpd to 1.0.16 2023-11-21 18:53:15 -08:00
lm-sensors.dep [build]: support for DPKG local caching (#4117) 2020-03-11 20:04:52 -07:00
lm-sensors.mk Upgrade mellanox platform containers (syncd / saiserver / syncd-rpc) and pmon to bullseye (#10580) 2022-05-10 12:45:28 +03:00
monit.dep [build]: support for DPKG local caching (#4117) 2020-03-11 20:04:52 -07:00
monit.mk [build]: add buster docker as the last step of the build proces 2020-04-16 10:26:18 +00:00
mpdecimal.dep [build]: support for DPKG local caching (#4117) 2020-03-11 20:04:52 -07:00
mpdecimal.mk [build]: SONiC buildimage ARM arch support (#2980) 2019-07-25 22:06:41 -07:00
ntp.dep [ntp]: build ntp with various fixes (#6037) 2020-12-02 15:02:50 -08:00
ntp.mk Upgrade to ntp 4.2.8p15 for Bullseye 2021-11-10 15:27:22 -08:00
openssh.dep [openssh] Introduce custom openssh-server package for supporting reverse console SSH (#5717) 2020-11-02 10:31:15 +08:00
openssh.mk Update openssh to 9.2p1-2+deb12u1 (the version in Debian Bookworm) 2023-11-21 18:53:15 -08:00
p4rt.dep [PINS] Build P4RT container for PINS (#9083) 2021-12-07 11:11:25 -08:00
p4rt.mk Enable P4RT at build time and disable at startup (#10499) 2022-10-31 16:18:42 -07:00
phy-credo.dep [build]: support for DPKG local caching (#4117) 2020-03-11 20:04:52 -07:00
phy-credo.mk [Arista] Update phy-credo package (#12755) 2022-11-19 12:46:08 -08:00
protobuf.dep [dash-api]: Add dash-api and related protobuf library (#14515) 2023-07-05 09:59:35 -07:00
protobuf.mk [submodule]: Update submodule sonic-swss/sonic-dash-api/protobuf (#17413) 2023-12-05 17:51:14 -08:00
ptf-py3.dep Add python3 virtual environment for docker-ptf (#10599) 2022-04-26 09:13:26 +08:00
ptf-py3.mk Add python3 virtual environment for docker-ptf (#10599) 2022-04-26 09:13:26 +08:00
ptf.dep [build]: support for DPKG local caching (#4117) 2020-03-11 20:04:52 -07:00
ptf.mk Integrate ptf into buildimage (#111) 2016-12-08 09:24:48 -08:00
radius.dep RADIUS Management User Authentication Feature (#7284) 2021-04-23 19:09:41 -07:00
radius.mk [build]: fix build break on armhf for radius (#7416) 2021-04-24 19:44:27 -07:00
redis-dump-load-py2.dep Python 2 removal/cleanup 2021-11-10 15:27:22 -08:00
redis-dump-load-py2.mk Python 2 removal/cleanup 2021-11-10 15:27:22 -08:00
redis-dump-load-py3.dep [redis-dump-load] Add dpkg cache dependency file for Python 3 package (#5195) 2020-08-15 16:36:34 -07:00
redis-dump-load-py3.mk Python 2 removal/cleanup 2021-11-10 15:27:22 -08:00
redis.dep [build]: support for DPKG local caching (#4117) 2020-03-11 20:04:52 -07:00
redis.mk Don't build libhiredis anymore (#15633) 2023-09-06 16:23:34 -07:00
restapi.dep [build]: support for DPKG local caching (#4117) 2020-03-11 20:04:52 -07:00
restapi.mk Don't build libhiredis anymore (#15633) 2023-09-06 16:23:34 -07:00
sairedis.dep [build]: support for DPKG local caching (#4117) 2020-03-11 20:04:52 -07:00
sairedis.mk Update sairedis submodule (#16072) 2023-08-11 09:00:46 -07:00
scapy.dep [scapy] update scapy to 2.4.5 and patch it (#10457) 2022-04-07 14:23:35 +03:00
scapy.mk [scapy] update scapy to 2.4.5 and patch it (#10457) 2022-04-07 14:23:35 +03:00
scripts.dep [CBF] Added configuration templates to generate configs for CBF (#8689) 2021-10-29 17:18:57 -07:00
scripts.mk Streaming structured events implementation (#11848) 2022-09-03 07:33:25 -07:00
sflow.dep [build]: support for DPKG local caching (#4117) 2020-03-11 20:04:52 -07:00
sflow.mk Upgrading hsflowd version from 2.0.35 to 2.0.51-26 to address for [sflow]ERR sflow#hsflowd: device Loopback0 Get SIOCGIFFLAGS failed : No such device #13407 (#15362) 2023-09-13 17:18:34 -07:00
snmpd.dep [build]: support for DPKG local caching (#4117) 2020-03-11 20:04:52 -07:00
snmpd.mk [snmpd]: Update to 5.9+dfsg-4+deb11u1 to match Debian version (#11763) 2022-08-19 11:20:00 -07:00
socat.dep [build]: support for DPKG local caching (#4117) 2020-03-11 20:04:52 -07:00
socat.mk Create docker-base-bullseye and docker-config-engine-bullseye (#9666) 2022-01-11 09:23:42 -08:00
sonic_bgpcfgd.dep [bgpcfgd]: make a package for bgpcfgd (#4813) 2020-06-20 21:01:24 -07:00
sonic_bgpcfgd.mk [Yang][cfggen] update sonic-cfggen to generate config_db from Yang data (#7712) 2021-06-10 12:03:33 -07:00
sonic-chassisd.dep Chassisd to monitor cards in a modular chassis (#5523) 2020-12-15 16:28:58 -08:00
sonic-chassisd.mk Add explicit dependency on sonic_platform_common (#13446) 2023-01-19 22:42:28 -08:00
sonic-config.dep Fix sonic-config low dpkg hit rate issue (#12244) 2022-10-05 08:10:54 +08:00
sonic-config.mk Python 2 removal/cleanup 2021-11-10 15:27:22 -08:00
sonic-containercfgd.dep [containercfgd] Add containercfgd and syslog rate limit configuration support (#12489) 2022-12-08 08:58:35 -08:00
sonic-containercfgd.mk [containercfgd] Add containercfgd and syslog rate limit configuration support (#12489) 2022-12-08 08:58:35 -08:00
sonic-ctrmgrd.dep First cut image update for kubernetes support. (#5421) 2020-12-22 08:01:33 -08:00
sonic-ctrmgrd.mk Add health check probe for k8s upgrade containers. (#15223) 2023-07-10 22:16:29 -07:00
sonic-dash-api.dep [Build] Fix the dash cache dependency issue (#15851) 2023-07-19 15:56:24 -07:00
sonic-dash-api.mk [submodule]: Update submodule sonic-swss/sonic-dash-api/protobuf (#17413) 2023-12-05 17:51:14 -08:00
sonic-device-data.dep Fix for missing dependency in the sonic device package and added .dep file for yang module (#4471) 2020-05-06 13:17:08 +08:00
sonic-device-data.mk [build]: add buster docker as the last step of the build proces 2020-04-16 10:26:18 +00:00
sonic-dhcp-utilities.dep [dhcp_server] Rename sonic_dhcp_server to sonic_dhcp_utilities (#17276) 2023-11-28 13:28:16 -08:00
sonic-dhcp-utilities.mk [dhcp_server] Rename sonic_dhcp_server to sonic_dhcp_utilities (#17276) 2023-11-28 13:28:16 -08:00
sonic-fips.dep Support SONiC OpenSSL FIPS 140-3 based on SymCrypt engine (#9573) 2022-05-06 07:21:30 +08:00
sonic-fips.mk [Build] Fix krb5 package not found issue (#17926) 2024-01-30 21:44:32 +08:00
sonic-frr-mgmt-framework.dep [frrcfgd] introduce frrcfgd to manage frr config when frr_mgmt_framework_config is true (#5142) 2021-01-24 17:57:03 -08:00
sonic-frr-mgmt-framework.mk [frrcfgd] introduce frrcfgd to manage frr config when frr_mgmt_framework_config is true (#5142) 2021-01-24 17:57:03 -08:00
sonic-genl-packet-ko.mk Add genl packet to sonic-buildimage (#13032) 2022-12-14 15:15:47 -05:00
sonic-genl-packet-tools.dep Add genl packet to sonic-buildimage (#13032) 2022-12-14 15:15:47 -05:00
sonic-genl-packet-tools.mk Add genl packet to sonic-buildimage (#13032) 2022-12-14 15:15:47 -05:00
sonic-host-services-data.dep Update sonic-host-services for changes in Python 2023-11-21 18:53:15 -08:00
sonic-host-services-data.mk Update sonic-host-services for changes in Python 2023-11-21 18:53:15 -08:00
sonic-host-services.dep Update sonic-host-services for changes in Python 2023-11-21 18:53:15 -08:00
sonic-host-services.mk [build] Add sonic-utilities to sonic-host-services dependencies list. (#15987) 2023-07-28 18:19:57 +08:00
sonic-ledd.dep Add pmon daemons python3 build support (#6176) 2020-12-28 10:19:24 -08:00
sonic-ledd.mk Upgrade mellanox platform containers (syncd / saiserver / syncd-rpc) and pmon to bullseye (#10580) 2022-05-10 12:45:28 +03:00
sonic-libgenl-packet.dep Add genl packet to sonic-buildimage (#13032) 2022-12-14 15:15:47 -05:00
sonic-libgenl-packet.mk Add genl packet to sonic-buildimage (#13032) 2022-12-14 15:15:47 -05:00
sonic-mgmt-common.dep Mgmt reorg -- submodule and build rules for sonic-mgmt-common (#4765) 2020-06-22 16:01:55 -07:00
sonic-mgmt-common.mk Ensure sonic yangs wheel is built before sonic-mgmt-common (#15226) 2023-08-09 11:40:00 -07:00
sonic-mgmt-framework.dep [build]: support for DPKG local caching (#4117) 2020-03-11 20:04:52 -07:00
sonic-mgmt-framework.mk [build]: combine feature and container feature table (#5081) 2020-08-05 13:23:12 -07:00
sonic-packages.mk [sonic-app-ext] support app extensions installation during build (#7593) 2021-06-29 09:07:33 -07:00
sonic-pcied.dep Change source path for sonic-pcied to use Python 3 variable (#10676) 2022-05-06 09:56:08 -07:00
sonic-pcied.mk Removed python2 dependency for sonic-pcied in sonic-platform-daemons (#10421) 2022-04-09 13:16:50 -07:00
sonic-platform-common.dep [sonic-platform-common][sonic-platform-daemons] submodule update; Remove python2 sonic-platform-common wheel (#10994) 2022-06-04 07:41:15 -07:00
sonic-platform-common.mk [sonic-platform-common][sonic-platform-daemons] submodule update; Remove python2 sonic-platform-common wheel (#10994) 2022-06-04 07:41:15 -07:00
sonic-psud.dep Add pmon daemons python3 build support (#6176) 2020-12-28 10:19:24 -08:00
sonic-psud.mk Upgrade mellanox platform containers (syncd / saiserver / syncd-rpc) and pmon to bullseye (#10580) 2022-05-10 12:45:28 +03:00
sonic-py-common.dep Python 2 removal/cleanup 2021-11-10 15:27:22 -08:00
sonic-py-common.mk Change pycommon to use swsscommon (#10099) 2022-06-03 14:30:09 +08:00
sonic-sensormond.dep Sensormond support (#16089) 2024-02-23 22:25:48 -08:00
sonic-sensormond.mk Sensormond support (#16089) 2024-02-23 22:25:48 -08:00
sonic-syseepromd.dep Add pmon daemons python3 build support (#6176) 2020-12-28 10:19:24 -08:00
sonic-syseepromd.mk Upgrade mellanox platform containers (syncd / saiserver / syncd-rpc) and pmon to bullseye (#10580) 2022-05-10 12:45:28 +03:00
sonic-thermalctld.dep Add pmon daemons python3 build support (#6176) 2020-12-28 10:19:24 -08:00
sonic-thermalctld.mk Upgrade mellanox platform containers (syncd / saiserver / syncd-rpc) and pmon to bullseye (#10580) 2022-05-10 12:45:28 +03:00
sonic-utilities-data.dep [sonic-utilities] Build and install as a Python wheel package (#5409) 2020-09-20 20:16:42 -07:00
sonic-utilities-data.mk [sonic-utilities] Build and install as a Python wheel package (#5409) 2020-09-20 20:16:42 -07:00
sonic-utilities.dep [sonic-utilities] Update submodule; Build and install as a Python 3 wheel (#5926) 2020-11-25 10:28:36 -08:00
sonic-utilities.mk Update sonic-utilities for changes in Python 2023-11-21 18:53:15 -08:00
sonic-xcvrd.dep Add pmon daemons python3 build support (#6176) 2020-12-28 10:19:24 -08:00
sonic-xcvrd.mk Upgrade mellanox platform containers (syncd / saiserver / syncd-rpc) and pmon to bullseye (#10580) 2022-05-10 12:45:28 +03:00
sonic-yang-mgmt-py3.dep [sonic-yang-mgmt] Build PY3 & PY2 packages (#5559) 2020-11-07 13:03:41 -08:00
sonic-yang-mgmt-py3.mk [sonic-yang-mgmt] Build PY3 & PY2 packages (#5559) 2020-11-07 13:03:41 -08:00
sonic-yang-models-py3.dep Fix for missing dependency in the sonic device package and added .dep file for yang module (#4471) 2020-05-06 13:17:08 +08:00
sonic-yang-models-py3.mk Python 2 removal/cleanup 2021-11-10 15:27:22 -08:00
sonic-ycabled.dep [y_cable] Support for initialization of new daemon ycable to support ycables (#9125) 2022-01-25 11:10:25 -08:00
sonic-ycabled.mk [y_cable] Support for initialization of new daemon ycable to support ycables (#9125) 2022-01-25 11:10:25 -08:00
sonic-ztp.dep [build]: Fix for missing dependencies in the DPKG framework (#6393) 2021-01-13 10:32:42 -08:00
sonic-ztp.mk Remove swsssdk from rules and image. (#11469) 2022-08-25 08:35:51 +08:00
swss-common.dep [build]: support for DPKG local caching (#4117) 2020-03-11 20:04:52 -07:00
swss-common.mk Don't build libhiredis anymore (#15633) 2023-09-06 16:23:34 -07:00
swss.dep [build][asan] make dpkg cache asan-aware (#10750) 2022-05-31 11:15:44 +03:00
swss.mk [dash-api]: Add dash-api and related protobuf library (#14515) 2023-07-05 09:59:35 -07:00
swsssdk-py2.dep Python 2 removal/cleanup 2021-11-10 15:27:22 -08:00
swsssdk-py2.mk Python 2 removal/cleanup 2021-11-10 15:27:22 -08:00
swsssdk-py3.dep [build]: support for DPKG local caching (#4117) 2020-03-11 20:04:52 -07:00
swsssdk-py3.mk Python 2 removal/cleanup 2021-11-10 15:27:22 -08:00
syncd.dep [build][asan] make dpkg cache asan-aware (#10750) 2022-05-31 11:15:44 +03:00
syncd.mk Update sairedis submodule (#16072) 2023-08-11 09:00:46 -07:00
system-health.dep [system-health] Add support for monitoring system health (#4835) 2020-10-12 11:12:49 +03:00
system-health.mk [system-health] No longer check critical process/service status via monit (#9068) 2021-11-23 15:47:48 -08:00
systemd-sonic-generator.dep [build]: support for DPKG local caching (#4117) 2020-03-11 20:04:52 -07:00
systemd-sonic-generator.mk Ported Marvell armhf build on amd64 host for debian buster to use cross-comp… (#8035) 2022-07-21 14:15:16 -07:00
tacacs.dep Add cache for AUDISP TACPLUS (#13033) 2023-07-28 16:24:10 -07:00
tacacs.mk [TACACS+] Add audisp-tacplus for per-command accounting. (#8750) 2021-12-01 11:50:09 +08:00
telemetry.dep [build]: support for DPKG local caching (#4117) 2020-03-11 20:04:52 -07:00
telemetry.mk Stop installing development packages from telemetry docker images to (#16603) 2023-09-20 15:22:41 -07:00
template.dep [build]: support for DPKG local caching (#4117) 2020-03-11 20:04:52 -07:00
thrift_0_14_1.dep Bump Thrift version from 0.13.0 to 0.14.1 (#9881) 2022-02-15 16:39:47 -08:00
thrift_0_14_1.mk [CG-Fix-CVE-2021-44906] Patching on thrift.0.14.1 for package minimist (#10555) 2022-04-22 09:43:16 +08:00
thrift.dep [build]: support for DPKG local caching (#4117) 2020-03-11 20:04:52 -07:00
thrift.mk [build]: SONiC buildimage ARM arch support (#2980) 2019-07-25 22:06:41 -07:00
wpasupplicant.dep [docker-macsec]: MACsec container and wpa_supplicant component (#5700) 2021-01-10 10:39:59 -08:00
wpasupplicant.mk [docker-macsec]: MACsec container and wpa_supplicant component (#5700) 2021-01-10 10:39:59 -08:00