summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDalon Westergreen <dwesterg@gmail.com>2018-02-15 13:50:19 -0800
committerKhem Raj <raj.khem@gmail.com>2018-04-23 10:00:58 -0700
commit3f3b200f14a0c7085126935b62fca925ed8e00bc (patch)
treec13cdd6fa67e69b80b0b93e9c0af7041cbf25d83
parent44b7f79028d0fa7cdf6926270b27df8c2d4dfb6d (diff)
downloadmeta-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.conf2
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}"
16KERNEL_IMAGETYPE = "Image" 16KERNEL_IMAGETYPE = "Image"
17 17
18KERNEL_DEVICETREE_stratix10 ?= "altera/socfpga_stratix10_socdk.dtb" 18KERNEL_DEVICETREE_stratix10 ?= "altera/socfpga_stratix10_socdk.dtb"
19EXTRA_IMAGE_FEATURES += "autoserial"
20FEATURE_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