Create the MACHINE-KTYPE description file for common-pc and tiny. This is used by the qemux86 machine for the linux-yocto-tiny kernel recipe. Add the common-pc hardware config, but not all the features included by the common-pc-standard.scc file.
Signed-off-by: Darren Hart <[email protected]> --- .../kernel-cache/bsp/common-pc/common-pc-tiny.scc | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) create mode 100644 meta/cfg/kernel-cache/bsp/common-pc/common-pc-tiny.scc diff --git a/meta/cfg/kernel-cache/bsp/common-pc/common-pc-tiny.scc b/meta/cfg/kernel-cache/bsp/common-pc/common-pc-tiny.scc new file mode 100644 index 0000000..8d7a498 --- /dev/null +++ b/meta/cfg/kernel-cache/bsp/common-pc/common-pc-tiny.scc @@ -0,0 +1,12 @@ +define KMACHINE common-pc +define KTYPE tiny +define KARCH i386 + +include ktypes/tiny +branch common-pc + +# Don't include common-pc.scc directly, +# it pulls in too many non-hardware options +kconf hardware common-pc.cfg +kconf hardware common-pc-gfx.cfg + -- 1.7.5.4 _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
