[poky] [PATCH 02/12] yocto-bsp: add 'custom' choice to kernels()
tom.zanussi at intel.com
tom.zanussi at intel.com
Wed Dec 12 20:56:31 PST 2012
From: Tom Zanussi <tom.zanussi at intel.com>
Add a synthetic choice for linux-yocto-custom to the list of available
kernels. Choosing this will lead the user down the path of options
needed to specify a custom kernel.
Signed-off-by: Tom Zanussi <tom.zanussi at intel.com>
---
scripts/lib/bsp/kernel.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/scripts/lib/bsp/kernel.py b/scripts/lib/bsp/kernel.py
index 128fad0..a953372 100644
--- a/scripts/lib/bsp/kernel.py
+++ b/scripts/lib/bsp/kernel.py
@@ -623,6 +623,8 @@ def kernels(context):
filename = filename[idx + len(CLOSE_TAG):].strip()
kernels.append(filename)
+ kernels.append("custom")
+
return kernels
--
1.7.11.4
More information about the poky
mailing list