diff options
author | Dalon Westergreen <dwesterg@gmail.com> | 2018-02-15 13:50:19 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-04-23 10:00:58 -0700 |
commit | 3f3b200f14a0c7085126935b62fca925ed8e00bc (patch) | |
tree | c13cdd6fa67e69b80b0b93e9c0af7041cbf25d83 | |
parent | 44b7f79028d0fa7cdf6926270b27df8c2d4dfb6d (diff) | |
download | meta-altera-3f3b200f14a0c7085126935b62fca925ed8e00bc.tar.gz |
remove autoserial from stratix10.conf
This feature / package are not available in angstrom 2.4
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
-rw-r--r-- | conf/machine/stratix10.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/conf/machine/stratix10.conf b/conf/machine/stratix10.conf index 5030075..30ab930 100644 --- a/conf/machine/stratix10.conf +++ b/conf/machine/stratix10.conf | |||
@@ -16,8 +16,6 @@ PREFERRED_PROVIDER_virtual/kernel ?= "${KERNEL_PROVIDER}" | |||
16 | KERNEL_IMAGETYPE = "Image" | 16 | KERNEL_IMAGETYPE = "Image" |
17 | 17 | ||
18 | KERNEL_DEVICETREE_stratix10 ?= "altera/socfpga_stratix10_socdk.dtb" | 18 | KERNEL_DEVICETREE_stratix10 ?= "altera/socfpga_stratix10_socdk.dtb" |
19 | EXTRA_IMAGE_FEATURES += "autoserial" | ||
20 | FEATURE_PACKAGES_autoserial = "auto-serial-console" | ||
21 | 19 | ||
22 | # we do not want to have getty running on tty1 as we run | 20 | # we do not want to have getty running on tty1 as we run |
23 | # auto-serial-console there | 21 | # auto-serial-console there |