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-02-26 18:33:46 -0800
commit53b1543f22cb9d6688f19aa7ccaa0ab8edce8363 (patch)
treede09f502bff2b6ac3abc7c96e0cbba3495f5ff9d
parent559b3c92703b042a7b39fcbb43280e09e57d8e29 (diff)
downloadmeta-altera-53b1543f22cb9d6688f19aa7ccaa0ab8edce8363.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