mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 09:32:12 +02:00
yocto-bsp: add 'custom' choice to kernels()
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. (From meta-yocto rev: 220ad83b5ccc241d7b5b2c3321f2a6a59813e3d6) Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
9753196c77
commit
4dc96e3629
@@ -623,6 +623,8 @@ def kernels(context):
|
||||
filename = filename[idx + len(CLOSE_TAG):].strip()
|
||||
kernels.append(filename)
|
||||
|
||||
kernels.append("custom")
|
||||
|
||||
return kernels
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user