-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[baseimage]: upgrade base image to debian buster #4405
Conversation
c93d645
to
215a2e6
Compare
retest broadcom please |
.../broadcom/sonic-platform-modules-accton/as4630-54pe/modules/x86-64-accton-as4630-54pe-cpld.c
Show resolved
Hide resolved
platform/broadcom/sonic-platform-modules-accton/as5712-54x/modules/leds-accton_as5712_54x.c
Show resolved
Hide resolved
Signed-off-by: Guohan Lu <lguohan@gmail.com>
Signed-off-by: Guohan Lu <lguohan@gmail.com>
Signed-off-by: Guohan Lu <lguohan@gmail.com>
Signed-off-by: Guohan Lu <lguohan@gmail.com>
Signed-off-by: Guohan Lu <lguohan@gmail.com>
retest vsimage please |
6889072
to
83f7e4b
Compare
add $(BLDENV) in cache flags for following targets: - $(SONIC_MAKE_DEBS) - $(SONIC_DPKG_DEBS) - $(SONIC_ONLINE_DEBS) - $(SONIC_COPY_DEBS) - $(SONIC_MAKE_FILES) This is because we could build a same package for both base image and docker which can be different os distribution, i.e., buster v.s. stretch. - target/debs/buster/swig3.0_3.0.12-2_amd64.deb - target/debs/stretch/swig3.0_3.0.12-2_amd64.deb Signed-off-by: Guohan Lu <lguohan@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding the BLDENV to SONIC_COMMON_FLAGS_LIST would help to resolve the package generation based on the base image type?.
SONIC_COMMON_FLAGS_LIST += $(BLDENV)
Not quite, because other packages such as DOCKER, it does not make a difference whether it is built from buster or stretch. |
@lguohan @jleveque I think it also depends on the sonic-utilities PR [201911] Explicitly specify command names with underscores (continued). |
- What I did
bring up the base image to debian buster 4.19 kernel.
This pr depends on the linux-kernel pr to be merged first.
- How I did it
- How to verify it
build vs image and tested.
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)