Add tiny and Real-Time configs. Also, add kmachine name to standard config to allow for BSP renaming.
Signed-off-by: Jon Mason <[email protected]> --- bsp/qemuarma15/qemuarma15-preempt-rt.scc | 13 +++++++++++++ bsp/qemuarma15/qemuarma15-standard.scc | 1 + bsp/qemuarma15/qemuarma15-tiny.scc | 13 +++++++++++++ 3 files changed, 27 insertions(+) create mode 100644 bsp/qemuarma15/qemuarma15-preempt-rt.scc create mode 100644 bsp/qemuarma15/qemuarma15-tiny.scc diff --git a/bsp/qemuarma15/qemuarma15-preempt-rt.scc b/bsp/qemuarma15/qemuarma15-preempt-rt.scc new file mode 100644 index 00000000..57a98eeb --- /dev/null +++ b/bsp/qemuarma15/qemuarma15-preempt-rt.scc @@ -0,0 +1,13 @@ +define KMACHINE qemuarma15 +define KMACHINE qemuarm +define KTYPE preempt-rt +define KARCH arm + +# no new branch required, re-use the ktypes/preempt-rt/preempt-rt.scc branch +include ktypes/preempt-rt/preempt-rt.scc + +include cfg/virtio.scc +include cfg/dmaengine.scc +include cfg/timer/rtc.scc +include qemuarma15.scc + diff --git a/bsp/qemuarma15/qemuarma15-standard.scc b/bsp/qemuarma15/qemuarma15-standard.scc index 4ab774f7..e05be1b2 100644 --- a/bsp/qemuarma15/qemuarma15-standard.scc +++ b/bsp/qemuarma15/qemuarma15-standard.scc @@ -1,4 +1,5 @@ define KMACHINE qemuarma15 +define KMACHINE qemuarm define KTYPE standard define KARCH arm diff --git a/bsp/qemuarma15/qemuarma15-tiny.scc b/bsp/qemuarma15/qemuarma15-tiny.scc new file mode 100644 index 00000000..35df306d --- /dev/null +++ b/bsp/qemuarma15/qemuarma15-tiny.scc @@ -0,0 +1,13 @@ +define KMACHINE qemuarma15 +define KMACHINE qemuarm +define KTYPE tiny +define KARCH arm + +include ktypes/tiny/tiny.scc +branch qemuarma15 + +include cfg/virtio.scc +include cfg/dmaengine.scc +include cfg/timer/rtc.scc +include qemuarma15.scc + -- 2.17.2 -- _______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
