Skip to content

Commit

Permalink
wedge100: bump kernel version to 5.6.19
Browse files Browse the repository at this point in the history
Summary: Update wedge100 BMC kernel version from 4.1.51 to 5.6.19.

Test Plan:
1) openbmc CIT passed.
2) I2C devices are GPIO pins are initialized properly at bootup.
3) BMC eth0 works (pingable and sshable).

Reviewed By: williamspatrick

fbshipit-source-id: f1862c4fe1
  • Loading branch information
tao-ren authored and facebook-github-bot committed Nov 17, 2020
1 parent 11571ea commit 4661c39
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion meta-facebook/meta-wedge100/conf/machine/wedge100.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ PREFERRED_VERSION_u-boot = "v2016.07"
PREFERRED_VERSION_u-boot-mkimage = "v2016.07"
PREFERRED_VERSION_u-boot-fw-utils = "v2016.07"

KERNEL_DEVICETREE = "aspeed-bmc-facebook-wedge100.dtb"
PREFERRED_VERSION_linux-aspeed = "5.6.19"
PREFERRED_VERSION_libwatchdog = "0.2"

# configuration for preferred version of packages
PREFERRED_VERSION_libipmi = "0.2"
PREFERRED_VERSION_ipmid = "0.2"
Expand All @@ -20,7 +24,6 @@ PREFERRED_VERSION_bcm5396-util = "0.1"
PREFERRED_VERSION_openbmc-gpio = "0.2"
PREFERRED_VERSION_kcsd = "0.2"
PREFERRED_VERSION_fscd = "0.3"
PREFERRED_VERSION_libwatchdog = "0.1"
PREFERRED_VERSION_libpal = "0.2"

MACHINE_ESSENTIAL_EXTRA_RDEPENDS += " \
Expand Down

0 comments on commit 4661c39

Please sign in to comment.