-
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
kdump support for arm, as the dependency with uboot, skipping kdump installation on ARM #3962
Conversation
For now skipping kdump installation on ARM
how do we plan to enable it? |
Issue is in the kdump post installation scripts of debian package, which check for grub.conf. |
retest this please |
retest this please |
@lguohan this has been tested successfully |
@banagiri: That comment wasn't directed at you. By entering the phrase "retest this please" into a comment, GitHub triggers our Jenkins instance to re-run all of the check builds. |
Understood. But it's bit confusing to whom the sentence was ment. |
@banagiri: I completely agree that it is confusing. However, that phrase is coded into a third-party Jenkins plugin which we use, and to the best of my knowledge it is not customizable. :( |
as the dependency with uboot, skipping kdump installation on ARM
** skipping kdump installation on ARM platforms**
SONIC compilation for arm arch
compile SONIC for ARM arch
- Description for the changelog
as the current kdump installation is searching for grub path, and ARM arch (marvell-armhf) are dependent on uboot, these changes has to be addressed