From d2fbe9b7bf58db75ef8da2234c02413bff96fc42 Mon Sep 17 00:00:00 2001 From: Stefan Eichenberger Date: Tue, 21 Nov 2017 09:25:25 +0100 Subject: [PATCH] am335x-nbhw16: make SRC_URI weaker to allow overwrite --- conf/machine/am335x-nbhw16.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/machine/am335x-nbhw16.conf b/conf/machine/am335x-nbhw16.conf index 18be544..e8a37e9 100644 --- a/conf/machine/am335x-nbhw16.conf +++ b/conf/machine/am335x-nbhw16.conf @@ -18,8 +18,8 @@ KERNEL_DEVICETREE = "am335x-nbhw16.dtb \ " KERNEL_IMAGETYPE = "zImage" -PREFERRED_PROVIDER_virtual/kernel = "linux-netmodule" -PV_pn-linux-netmodule = "4.4.71-${SRCPV}" -SRC_URI_pn-linux-netmodule = "git://github.com/netmodule/linux.git;protocol=https;branch=nbhw16-4.4-pm-ti" -SRCREV_pn-linux-netmodule = "eed94c91d489347af0d9d9aedfb460d7818ddd92" +PREFERRED_PROVIDER_virtual/kernel ?= "linux-netmodule" +PV_pn-linux-netmodule ?= "4.4.71-${SRCPV}" +SRC_URI_pn-linux-netmodule ?= "git://github.com/netmodule/linux.git;protocol=https;branch=nbhw16-4.4-pm-ti" +SRCREV_pn-linux-netmodule ?= "eed94c91d489347af0d9d9aedfb460d7818ddd92"