Looks good. Thanks for the v2, that clarifies things! RP: I'll pull this into my queue, but not a big deal if it gets merged otherwise. I'll have a new pull request out in a day or so.
Bruce On Tue, Jun 18, 2019 at 8:58 PM Alistair Francis <[email protected]> wrote: > > Signed-off-by: Alistair Francis <[email protected]> > --- > meta/recipes-kernel/linux/linux-yocto_5.0.bb | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/meta/recipes-kernel/linux/linux-yocto_5.0.bb > b/meta/recipes-kernel/linux/linux-yocto_5.0.bb > index 8aec315084..a8ced4866f 100644 > --- a/meta/recipes-kernel/linux/linux-yocto_5.0.bb > +++ b/meta/recipes-kernel/linux/linux-yocto_5.0.bb > @@ -7,6 +7,7 @@ KBRANCH_qemuarm ?= "v5.0/standard/arm-versatile-926ejs" > KBRANCH_qemuarm64 ?= "v5.0/standard/qemuarm64" > KBRANCH_qemumips ?= "v5.0/standard/mti-malta32" > KBRANCH_qemuppc ?= "v5.0/standard/qemuppc" > +KBRANCH_qemuriscv64 ?= "v5.0/standard/base" > KBRANCH_qemux86 ?= "v5.0/standard/base" > KBRANCH_qemux86-64 ?= "v5.0/standard/base" > KBRANCH_qemumips64 ?= "v5.0/standard/mti-malta64" > @@ -15,6 +16,7 @@ SRCREV_machine_qemuarm ?= > "9161b2fa2f1cec0ba02976c389c788445858e0de" > SRCREV_machine_qemuarm64 ?= "00638cdd8f92869a0f89ebe3289fdbd856ba9458" > SRCREV_machine_qemumips ?= "7de9b8f0db98e51a666477c8e2b64f1964b45410" > SRCREV_machine_qemuppc ?= "00638cdd8f92869a0f89ebe3289fdbd856ba9458" > +SRCREV_machine_qemuriscv64 ?= "00638cdd8f92869a0f89ebe3289fdbd856ba9458" > SRCREV_machine_qemux86 ?= "00638cdd8f92869a0f89ebe3289fdbd856ba9458" > SRCREV_machine_qemux86-64 ?= "00638cdd8f92869a0f89ebe3289fdbd856ba9458" > SRCREV_machine_qemumips64 ?= "5a8b27bcc0b16077ab8edfcd3fb25c80dc2c652e" > @@ -41,7 +43,7 @@ KCONF_BSP_AUDIT_LEVEL = "2" > KERNEL_DEVICETREE_qemuarm = "versatile-pb.dtb" > KERNEL_DEVICETREE_qemuarmv5 = "versatile-pb.dtb" > > -COMPATIBLE_MACHINE = > "qemuarm|qemuarmv5|qemuarm64|qemux86|qemuppc|qemumips|qemumips64|qemux86-64" > +COMPATIBLE_MACHINE = > "qemuarm|qemuarmv5|qemuarm64|qemux86|qemuppc|qemumips|qemumips64|qemux86-64|qemuriscv64" > > # Functionality flags > KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc" > -- > 2.22.0 > > -- > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-core -- - Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end - "Use the force Harry" - Gandalf, Star Trek II -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
