All of lore.kernel.org
 help / color / mirror / Atom feed
* [ [thud] PATCH v1] j7-evm: Add new DTBO for jailhouse
@ 2019-07-08 18:46 Nikhil Devshatwar
  2019-07-08 19:47 ` Denys Dmytriyenko
  2019-07-08 20:52 ` Dmytriyenko, Denys
  0 siblings, 2 replies; 4+ messages in thread
From: Nikhil Devshatwar @ 2019-07-08 18:46 UTC (permalink / raw)
  To: meta-ti, denys; +Cc: karthik.ramanan

Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
---
 conf/machine/j7-evm.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/conf/machine/j7-evm.conf b/conf/machine/j7-evm.conf
index 9a2fada..55d7d61 100644
--- a/conf/machine/j7-evm.conf
+++ b/conf/machine/j7-evm.conf
@@ -14,6 +14,7 @@ KERNEL_DEVICETREE = " \
     ti/k3-j721e-dp0.dtbo \
     ti/k3-j721e-common-proc-board-infotainment.dtbo \
     ti/k3-j721e-common-proc-board-infotainment-display-sharing.dtbo \
+    ti/k3-j721e-common-proc-board-jailhouse.dtbo \
 "
 
 UBOOT_MACHINE = "j721e_evm_a72_config"
-- 
1.9.1



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

* Re: [ [thud] PATCH v1] j7-evm: Add new DTBO for jailhouse
  2019-07-08 18:46 [ [thud] PATCH v1] j7-evm: Add new DTBO for jailhouse Nikhil Devshatwar
@ 2019-07-08 19:47 ` Denys Dmytriyenko
  2019-07-08 20:52 ` Dmytriyenko, Denys
  1 sibling, 0 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2019-07-08 19:47 UTC (permalink / raw)
  To: Nikhil Devshatwar; +Cc: meta-ti, karthik.ramanan

> [[meta-ti] [thud] PATCH v1] j7-evm: Add new DTBO for jailhouse

No nested brackets, please.


On Tue, Jul 09, 2019 at 12:16:20AM +0530, Nikhil Devshatwar wrote:
> Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
> ---
>  conf/machine/j7-evm.conf | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/conf/machine/j7-evm.conf b/conf/machine/j7-evm.conf
> index 9a2fada..55d7d61 100644
> --- a/conf/machine/j7-evm.conf
> +++ b/conf/machine/j7-evm.conf
> @@ -14,6 +14,7 @@ KERNEL_DEVICETREE = " \
>      ti/k3-j721e-dp0.dtbo \
>      ti/k3-j721e-common-proc-board-infotainment.dtbo \
>      ti/k3-j721e-common-proc-board-infotainment-display-sharing.dtbo \
> +    ti/k3-j721e-common-proc-board-jailhouse.dtbo \
>  "
>  
>  UBOOT_MACHINE = "j721e_evm_a72_config"
> -- 
> 1.9.1
> 


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

* Re: [ [thud] PATCH v1] j7-evm: Add new DTBO for jailhouse
  2019-07-08 18:46 [ [thud] PATCH v1] j7-evm: Add new DTBO for jailhouse Nikhil Devshatwar
  2019-07-08 19:47 ` Denys Dmytriyenko
@ 2019-07-08 20:52 ` Dmytriyenko, Denys
  2019-07-09  5:45   ` Devshatwar, Nikhil
  1 sibling, 1 reply; 4+ messages in thread
From: Dmytriyenko, Denys @ 2019-07-08 20:52 UTC (permalink / raw)
  To: Devshatwar, Nikhil, meta-ti@yoctoproject.org; +Cc: R, Karthik

make[3]: *** No rule to make target 'arch/arm64/boot/dts/ti/k3-j721e-common-proc-board-jailhouse.dtbo'.  Stop.

Should the kernel recipe be updated first?


> -----Original Message-----
> From: Devshatwar, Nikhil
> Sent: Monday, July 8, 2019 2:46 PM
> To: meta-ti@yoctoproject.org; Dmytriyenko, Denys
> Cc: R, Karthik; Devshatwar, Nikhil
> Subject: [[meta-ti] [thud] PATCH v1] j7-evm: Add new DTBO for jailhouse
> 
> Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
> ---
>  conf/machine/j7-evm.conf | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/conf/machine/j7-evm.conf b/conf/machine/j7-evm.conf
> index 9a2fada..55d7d61 100644
> --- a/conf/machine/j7-evm.conf
> +++ b/conf/machine/j7-evm.conf
> @@ -14,6 +14,7 @@ KERNEL_DEVICETREE = " \
>      ti/k3-j721e-dp0.dtbo \
>      ti/k3-j721e-common-proc-board-infotainment.dtbo \
>      ti/k3-j721e-common-proc-board-infotainment-display-sharing.dtbo \
> +    ti/k3-j721e-common-proc-board-jailhouse.dtbo \
>  "
> 
>  UBOOT_MACHINE = "j721e_evm_a72_config"
> --
> 1.9.1



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

* Re: [ [thud] PATCH v1] j7-evm: Add new DTBO for jailhouse
  2019-07-08 20:52 ` Dmytriyenko, Denys
@ 2019-07-09  5:45   ` Devshatwar, Nikhil
  0 siblings, 0 replies; 4+ messages in thread
From: Devshatwar, Nikhil @ 2019-07-09  5:45 UTC (permalink / raw)
  To: Dmytriyenko, Denys, meta-ti@yoctoproject.org; +Cc: R, Karthik

From: Dmytriyenko, Denys 
Sent: Tuesday, July 9, 2019 2:22 AM
To: Devshatwar, Nikhil; meta-ti@yoctoproject.org
Cc: R, Karthik
Subject: RE: [[meta-ti] [thud] PATCH v1] j7-evm: Add new DTBO for jailhouse

> make[3]: *** No rule to make target 'arch/arm64/boot/dts/ti/k3-j721e-common-proc-board-jailhouse.dtbo'.  Stop.

> Should the kernel recipe be updated first?
Yes, that must be the issue.
I am facing some do_compile error in the tidl-import, could not verify the yocto build

Regards,
Nikhil D
> -----Original Message-----
> From: Devshatwar, Nikhil
> Sent: Monday, July 8, 2019 2:46 PM
> To: meta-ti@yoctoproject.org; Dmytriyenko, Denys
> Cc: R, Karthik; Devshatwar, Nikhil
> Subject: [[meta-ti] [thud] PATCH v1] j7-evm: Add new DTBO for jailhouse
> 
> Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
> ---
>  conf/machine/j7-evm.conf | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/conf/machine/j7-evm.conf b/conf/machine/j7-evm.conf
> index 9a2fada..55d7d61 100644
> --- a/conf/machine/j7-evm.conf
> +++ b/conf/machine/j7-evm.conf
> @@ -14,6 +14,7 @@ KERNEL_DEVICETREE = " \
>      ti/k3-j721e-dp0.dtbo \
>      ti/k3-j721e-common-proc-board-infotainment.dtbo \
>      ti/k3-j721e-common-proc-board-infotainment-display-sharing.dtbo \
> +    ti/k3-j721e-common-proc-board-jailhouse.dtbo \
>  "
> 
>  UBOOT_MACHINE = "j721e_evm_a72_config"
> --
> 1.9.1



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

end of thread, other threads:[~2019-07-09  5:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-08 18:46 [ [thud] PATCH v1] j7-evm: Add new DTBO for jailhouse Nikhil Devshatwar
2019-07-08 19:47 ` Denys Dmytriyenko
2019-07-08 20:52 ` Dmytriyenko, Denys
2019-07-09  5:45   ` Devshatwar, Nikhil

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.