Thanks.

On Thu, Mar 05, 2020 at 01:03:46AM +0530, [email protected] wrote:
> From: Nikhil Devshatwar <[email protected]>
> 
> Latest upstream jailhouse uses ttyS3 as the console for
> inmate cell. Update the recipe to pass the correct cmdline.
> 
> Override only for j7-evm
> 
> Signed-off-by: Nikhil Devshatwar <[email protected]>
> ---
>  recipes-kernel/jailhouse/jailhouse_git.bb | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/recipes-kernel/jailhouse/jailhouse_git.bb 
> b/recipes-kernel/jailhouse/jailhouse_git.bb
> index a4ee2fc7..1273c57d 100644
> --- a/recipes-kernel/jailhouse/jailhouse_git.bb
> +++ b/recipes-kernel/jailhouse/jailhouse_git.bb
> @@ -59,7 +59,8 @@ INITRAMFS_IMAGE ?= ""
>  JH_RAMFS_IMAGE ?= "${INITRAMFS_IMAGE}"
>  
>  JH_CMDLINE ?= ""
> -JH_CMDLINE_k3 ?= "console=ttyS1,115200n8"
> +JH_CMDLINE_am65xx ?= "console=ttyS1,115200n8"
> +JH_CMDLINE_j7-evm ?= "console=ttyS3,115200n8"

Will this break am65?


>  do_configure() {
>       if [ -d ${STAGING_DIR_HOST}/${CELLCONF_DIR} ]; 
> -- 
> 2.17.1
> 
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#12783): 
https://lists.yoctoproject.org/g/meta-ti/message/12783
Mute This Topic: https://lists.yoctoproject.org/mt/71733688/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub  
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to