All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-arago][master/kirkstone][PATCH] ltp-ddt_20210524: Add rpmsg_rpc.h to SRC_URI
@ 2023-04-21 19:38 Ryan Eatmon
  2023-04-21 19:38 ` [meta-arago][master/kirkstone][PATCH] ltp-ddt_20230127: " Ryan Eatmon
       [not found] ` <17580A64E3215176.29498@lists.yoctoproject.org>
  0 siblings, 2 replies; 3+ messages in thread
From: Ryan Eatmon @ 2023-04-21 19:38 UTC (permalink / raw)
  To: Praneeth Bajjuri, Denys Dmytriyenko, meta-arago

Rather than rely on the TI kernel custom headers that are needed for
compilation, directly pull in the needed header from the ti-linux-kernel
repo on git.ti.com.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 .../recipes-devtools/ltp-ddt/ltp-ddt_20210524.bb             | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20210524.bb b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20210524.bb
index f3c237df..03f6d4f3 100644
--- a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20210524.bb
+++ b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20210524.bb
@@ -20,11 +20,14 @@ BRANCH ?= "master"
 SRC_URI:remove = "git://github.com/linux-test-project/ltp.git;protocol=https;branch=master"
 SRC_URI:prepend = "git://git.ti.com/git/test-automation/ltp-ddt.git;protocol=https;branch=${BRANCH} "
 
+SRC_URI:append = "https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/plain/include/uapi/linux/rpmsg_rpc.h?h=ti-linux-5.10.y;name=rpmsg_rpc;subdir=linux;downloadfilename=rpmsg_rpc.h"
+SRC_URI[rpmsg_rpc.sha256sum] = "cd237f40a37520a1f2df19fbfeefd00c0a5ad68efeaba9ba0fba60ca16ea09be"
+
 export prefix = "/opt/ltp"
 export exec_prefix = "/opt/ltp"
 
 EXTRA_OEMAKE:append = " \
-    KERNEL_USR_INC=${STAGING_INCDIR} \
+    KERNEL_USR_INC=${WORKDIR} \
     ALSA_INCPATH=${STAGING_INCDIR} \
     ALSA_LIBPATH=${STAGING_LIBDIR} \
 "
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [meta-arago][master/kirkstone][PATCH] ltp-ddt_20230127: Add rpmsg_rpc.h to SRC_URI
  2023-04-21 19:38 [meta-arago][master/kirkstone][PATCH] ltp-ddt_20210524: Add rpmsg_rpc.h to SRC_URI Ryan Eatmon
@ 2023-04-21 19:38 ` Ryan Eatmon
       [not found] ` <17580A64E3215176.29498@lists.yoctoproject.org>
  1 sibling, 0 replies; 3+ messages in thread
From: Ryan Eatmon @ 2023-04-21 19:38 UTC (permalink / raw)
  To: Praneeth Bajjuri, Denys Dmytriyenko, meta-arago

Rather than rely on the TI kernel custom headers that are needed for
compilation, directly pull in the needed header from the ti-linux-kernel
repo on git.ti.com.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 .../recipes-devtools/ltp-ddt/ltp-ddt_20230127.bb             | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20230127.bb b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20230127.bb
index b7c695f3..52e2f611 100644
--- a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20230127.bb
+++ b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20230127.bb
@@ -20,11 +20,14 @@ BRANCH ?= "master"
 SRC_URI:remove = "git://github.com/linux-test-project/ltp.git;branch=master;protocol=https"
 SRC_URI:prepend = "git://git.ti.com/git/test-automation/ltp-ddt.git;protocol=https;branch=${BRANCH} "
 
+SRC_URI:append = "https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/plain/include/uapi/linux/rpmsg_rpc.h?h=ti-linux-5.10.y;name=rpmsg_rpc;subdir=linux;downloadfilename=rpmsg_rpc.h"
+SRC_URI[rpmsg_rpc.sha256sum] = "cd237f40a37520a1f2df19fbfeefd00c0a5ad68efeaba9ba0fba60ca16ea09be"
+
 export prefix = "/opt/ltp"
 export exec_prefix = "/opt/ltp"
 
 EXTRA_OEMAKE:append = " \
-    KERNEL_USR_INC=${STAGING_INCDIR} \
+    KERNEL_USR_INC=${WORKDIR} \
     ALSA_INCPATH=${STAGING_INCDIR} \
     ALSA_LIBPATH=${STAGING_LIBDIR} \
 "
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [meta-arago][master/kirkstone][PATCH] ltp-ddt_20230127: Add rpmsg_rpc.h to SRC_URI
       [not found] ` <17580A64E3215176.29498@lists.yoctoproject.org>
@ 2023-04-22 16:46   ` Ryan Eatmon
  0 siblings, 0 replies; 3+ messages in thread
From: Ryan Eatmon @ 2023-04-22 16:46 UTC (permalink / raw)
  To: Praneeth Bajjuri, Denys Dmytriyenko, meta-arago


I just remembered that I was going to rework the ltp-ddt_20230127 
patchset and split the ltp change out into it's own patch.  When I 
rework that I will include this patch change in the new ltp_ddt recipe 
without the need for a patch.


On 4/21/2023 14:38, Ryan Eatmon via lists.yoctoproject.org wrote:
> Rather than rely on the TI kernel custom headers that are needed for
> compilation, directly pull in the needed header from the ti-linux-kernel
> repo on git.ti.com.
> 
> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
> ---
>   .../recipes-devtools/ltp-ddt/ltp-ddt_20230127.bb             | 5 ++++-
>   1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20230127.bb b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20230127.bb
> index b7c695f3..52e2f611 100644
> --- a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20230127.bb
> +++ b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20230127.bb
> @@ -20,11 +20,14 @@ BRANCH ?= "master"
>   SRC_URI:remove = "git://github.com/linux-test-project/ltp.git;branch=master;protocol=https"
>   SRC_URI:prepend = "git://git.ti.com/git/test-automation/ltp-ddt.git;protocol=https;branch=${BRANCH} "
>   
> +SRC_URI:append = "https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/plain/include/uapi/linux/rpmsg_rpc.h?h=ti-linux-5.10.y;name=rpmsg_rpc;subdir=linux;downloadfilename=rpmsg_rpc.h"
> +SRC_URI[rpmsg_rpc.sha256sum] = "cd237f40a37520a1f2df19fbfeefd00c0a5ad68efeaba9ba0fba60ca16ea09be"
> +
>   export prefix = "/opt/ltp"
>   export exec_prefix = "/opt/ltp"
>   
>   EXTRA_OEMAKE:append = " \
> -    KERNEL_USR_INC=${STAGING_INCDIR} \
> +    KERNEL_USR_INC=${WORKDIR} \
>       ALSA_INCPATH=${STAGING_INCDIR} \
>       ALSA_LIBPATH=${STAGING_LIBDIR} \
>   "

-- 
Ryan Eatmon                reatmon@ti.com
-----------------------------------------
Texas Instruments, Inc.  -  LCPD  -  MGTS


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-04-22 16:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-21 19:38 [meta-arago][master/kirkstone][PATCH] ltp-ddt_20210524: Add rpmsg_rpc.h to SRC_URI Ryan Eatmon
2023-04-21 19:38 ` [meta-arago][master/kirkstone][PATCH] ltp-ddt_20230127: " Ryan Eatmon
     [not found] ` <17580A64E3215176.29498@lists.yoctoproject.org>
2023-04-22 16:46   ` Ryan Eatmon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.