commit | 612a6908196e60ee1251a072ba621e167614170f | [log] [tgz] |
---|---|---|
author | Joel Stanley <joel@jms.id.au> | Fri Jul 22 00:40:17 2016 +0930 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Jul 22 02:48:02 2016 +0000 |
tree | 1a84526f2d45444be840dad8d045ea0cd2fb83b9 | |
parent | 8117fe98c253714e1b2e1afd84dc7a9948d278c8 [diff] |
Remove preferred kernel version from ast2400 machine This was left over from when the ast2400 systems used a different kernel than the ast2500 systems. Now that they are both on 4.6, we can drop this PREFERRED_VERSION. Change-Id: I683fdfdc804789fe1353ef09154c92714009cd07 Signed-off-by: Joel Stanley <joel@jms.id.au>
diff --git a/meta-openbmc-bsp/meta-aspeed/meta-ast2400/conf/machine/include/ast2400.inc b/meta-openbmc-bsp/meta-aspeed/meta-ast2400/conf/machine/include/ast2400.inc index d67959a..a495f20 100644 --- a/meta-openbmc-bsp/meta-aspeed/meta-ast2400/conf/machine/include/ast2400.inc +++ b/meta-openbmc-bsp/meta-aspeed/meta-ast2400/conf/machine/include/ast2400.inc
@@ -3,7 +3,6 @@ #@DESCRIPTION: Common machine configuration for the Aspeed AST2400 Chip PREFERRED_PROVIDER_virtual/kernel ?= "linux-obmc" -PREFERRED_VERSION_linux-obmc ?= "4.4+git%" PREFERRED_VERSION_u-boot ?= "v2016.05+git%" PREFERRED_VERSION_u-boot-fw-utils ?= "v2016.05+git%"