diff mbox series

[v2,3/4] linux-yocto: Add bbappend for 5.19

Message ID 20220922005409.3378701-3-raj.khem@gmail.com
State New
Headers show
Series [v2,1/4] optee-os: Extend clang pragma fixes to core_mmu_v7.c for 3.18 | expand

Commit Message

Khem Raj Sept. 22, 2022, 12:54 a.m. UTC
Enable tee and arm-ffa driver on qemuarm/qemuarm64 by default

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
v2: Rebased

 meta-arm/recipes-kernel/linux/linux-yocto_5.19%.bbappend | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 meta-arm/recipes-kernel/linux/linux-yocto_5.19%.bbappend

Comments

Jon Mason Sept. 23, 2022, 12:40 a.m. UTC | #1
On Wed, Sep 21, 2022 at 05:54:08PM -0700, Khem Raj wrote:
> Enable tee and arm-ffa driver on qemuarm/qemuarm64 by default

Per Anton's comment, I don't see why this is necessary for
qemuarm/qemuarm64 by default.  Can you explain a little more please?

Aside from this, the series looks fine.

Thanks,
Jon

> 
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
> v2: Rebased
> 
>  meta-arm/recipes-kernel/linux/linux-yocto_5.19%.bbappend | 9 +++++++++
>  1 file changed, 9 insertions(+)
>  create mode 100644 meta-arm/recipes-kernel/linux/linux-yocto_5.19%.bbappend
> 
> diff --git a/meta-arm/recipes-kernel/linux/linux-yocto_5.19%.bbappend b/meta-arm/recipes-kernel/linux/linux-yocto_5.19%.bbappend
> new file mode 100644
> index 0000000..7dec2f5
> --- /dev/null
> +++ b/meta-arm/recipes-kernel/linux/linux-yocto_5.19%.bbappend
> @@ -0,0 +1,9 @@
> +# enable arm_ffa regardless on 5.19
> +SRC_URI:append:qemuarm = " \
> +    file://tee.cfg \
> +    file://arm-ffa-transport.cfg \
> +"
> +SRC_URI:append:qemuarm64 = " \
> +    file://tee.cfg \
> +    file://arm-ffa-transport.cfg \
> +"
> -- 
> 2.37.3
> 
>
Khem Raj Sept. 23, 2022, 1:21 a.m. UTC | #2
On Thu, Sep 22, 2022 at 8:40 PM Jon Mason <jdmason@kudzu.us> wrote:
>
> On Wed, Sep 21, 2022 at 05:54:08PM -0700, Khem Raj wrote:
> > Enable tee and arm-ffa driver on qemuarm/qemuarm64 by default
>
> Per Anton's comment, I don't see why this is necessary for
> qemuarm/qemuarm64 by default.  Can you explain a little more please?
>

since meta-arm has these kernel module recipes which fail in world
builds. We can also do it other way
where these modules are excluded from world builds and then we dont
need to enable them.

> Aside from this, the series looks fine.
>
> Thanks,
> Jon
>
> >
> > Signed-off-by: Khem Raj <raj.khem@gmail.com>
> > ---
> > v2: Rebased
> >
> >  meta-arm/recipes-kernel/linux/linux-yocto_5.19%.bbappend | 9 +++++++++
> >  1 file changed, 9 insertions(+)
> >  create mode 100644 meta-arm/recipes-kernel/linux/linux-yocto_5.19%.bbappend
> >
> > diff --git a/meta-arm/recipes-kernel/linux/linux-yocto_5.19%.bbappend b/meta-arm/recipes-kernel/linux/linux-yocto_5.19%.bbappend
> > new file mode 100644
> > index 0000000..7dec2f5
> > --- /dev/null
> > +++ b/meta-arm/recipes-kernel/linux/linux-yocto_5.19%.bbappend
> > @@ -0,0 +1,9 @@
> > +# enable arm_ffa regardless on 5.19
> > +SRC_URI:append:qemuarm = " \
> > +    file://tee.cfg \
> > +    file://arm-ffa-transport.cfg \
> > +"
> > +SRC_URI:append:qemuarm64 = " \
> > +    file://tee.cfg \
> > +    file://arm-ffa-transport.cfg \
> > +"
> > --
> > 2.37.3
> >
> >
diff mbox series

Patch

diff --git a/meta-arm/recipes-kernel/linux/linux-yocto_5.19%.bbappend b/meta-arm/recipes-kernel/linux/linux-yocto_5.19%.bbappend
new file mode 100644
index 0000000..7dec2f5
--- /dev/null
+++ b/meta-arm/recipes-kernel/linux/linux-yocto_5.19%.bbappend
@@ -0,0 +1,9 @@ 
+# enable arm_ffa regardless on 5.19
+SRC_URI:append:qemuarm = " \
+    file://tee.cfg \
+    file://arm-ffa-transport.cfg \
+"
+SRC_URI:append:qemuarm64 = " \
+    file://tee.cfg \
+    file://arm-ffa-transport.cfg \
+"