From 11feed5403870a8f4e90dc6cc221dd702128ef3a Mon Sep 17 00:00:00 2001 From: Nicolas Dechesne Date: Tue, 21 Dec 2021 18:35:05 +0100 Subject: [PATCH] sdx55: switch to main linux-linaro-qcoml kernel recipe There is enough upstream support for sdx55, we no longer need to use a custom kernel recipe. Signed-off-by: Nicolas Dechesne --- conf/machine/sdx55-mtp.conf | 2 -- conf/machine/sdx55-telit-fn980.conf | 2 -- 2 files changed, 4 deletions(-) diff --git a/conf/machine/sdx55-mtp.conf b/conf/machine/sdx55-mtp.conf index b37278b..dda313c 100644 --- a/conf/machine/sdx55-mtp.conf +++ b/conf/machine/sdx55-mtp.conf @@ -16,5 +16,3 @@ UBINIZE_ARGS ?= "-m 4096 -p 256KiB -s 4096" # Use system partition for rootfs UBI_VOLNAME ?= "system" QCOM_BOOTIMG_ROOTFS ?= "ubi0:system" - -PREFERRED_PROVIDER_virtual/kernel = "linux-linaro-qcomlt-dev" diff --git a/conf/machine/sdx55-telit-fn980.conf b/conf/machine/sdx55-telit-fn980.conf index f9cbf2e..7514c7e 100644 --- a/conf/machine/sdx55-telit-fn980.conf +++ b/conf/machine/sdx55-telit-fn980.conf @@ -18,5 +18,3 @@ UBI_VOLNAME ?= "system" QCOM_BOOTIMG_ROOTFS ?= "ubi0:system" SERIAL_CONSOLES = "921600;ttyMSM0" - -PREFERRED_PROVIDER_virtual/kernel = "linux-linaro-qcomlt-dev"