am335x-nbhw16: make SRC_URI weaker to allow overwrite
This commit is contained in:
parent
f5affa9455
commit
d2fbe9b7bf
|
|
@ -18,8 +18,8 @@ KERNEL_DEVICETREE = "am335x-nbhw16.dtb \
|
||||||
"
|
"
|
||||||
KERNEL_IMAGETYPE = "zImage"
|
KERNEL_IMAGETYPE = "zImage"
|
||||||
|
|
||||||
PREFERRED_PROVIDER_virtual/kernel = "linux-netmodule"
|
PREFERRED_PROVIDER_virtual/kernel ?= "linux-netmodule"
|
||||||
PV_pn-linux-netmodule = "4.4.71-${SRCPV}"
|
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"
|
SRC_URI_pn-linux-netmodule ?= "git://github.com/netmodule/linux.git;protocol=https;branch=nbhw16-4.4-pm-ti"
|
||||||
SRCREV_pn-linux-netmodule = "eed94c91d489347af0d9d9aedfb460d7818ddd92"
|
SRCREV_pn-linux-netmodule ?= "eed94c91d489347af0d9d9aedfb460d7818ddd92"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue