All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Denys Dmytriyenko" <denys@ti.com>
To: Jacob Stiffler <j-stiffler@ti.com>
Cc: <meta-ti@yoctoproject.org>
Subject: Re: [meta-ti] [master/thud][PATCH 24/42] pru: migrate to ti-pdk-fetch.bbclass
Date: Fri, 6 Dec 2019 11:29:13 -0500	[thread overview]
Message-ID: <20191206162913.GU24609@beryl> (raw)
In-Reply-To: <1573830902-17409-25-git-send-email-j-stiffler@ti.com>

On Fri, Nov 15, 2019 at 10:14:44AM -0500, Jacob Stiffler wrote:
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
>  recipes-bsp/pru/pru-pwm-fw_git.bb    | 11 +++++------
>  recipes-bsp/pru/pru-swuart-fw_git.bb | 12 ++++++------
>  2 files changed, 11 insertions(+), 12 deletions(-)
> 
> diff --git a/recipes-bsp/pru/pru-pwm-fw_git.bb b/recipes-bsp/pru/pru-pwm-fw_git.bb

This seems to break pru-pwm-fw on am65xx:

"iepPwm.c", line 594: error #20: identifier "CSL_ICSS_IEP0_CFG_BASE" is undefined
"iepPwm.c", line 600: error #20: identifier "CSL_ICSS_IEP1_CFG_BASE" is undefined

Jake, do you know if this can be fixed quickly, so I don't have to drop 42 
patches from next branch? Thanks!

Denys


> index 0fe7987..a8c7103 100644
> --- a/recipes-bsp/pru/pru-pwm-fw_git.bb
> +++ b/recipes-bsp/pru/pru-pwm-fw_git.bb
> @@ -8,17 +8,16 @@ require recipes-ti/includes/ti-paths.inc
>  COMPATIBLE_MACHINE = "am65xx"
>  PACKAGE_ARCH = "${MACHINE_ARCH}"
>  
> -# Below commit ID corresponds to "DEV.PRUSS_LLD.01.00.00.15B"
> -SRCREV = "989f802266d52f50a6db8f2be6967eacd9d2b409"
>  
> -PV = "01.00.00.15B"
>  
> -BRANCH = "master"
> -SRC_URI = "git://git.ti.com/keystone-rtos/pruss-lld.git;protocol=git;branch=${BRANCH}"
> +inherit ti-pdk-fetch
> +
> +TI_PDK_COMP = "ti.drv.pruss.example.apps.icssg_pwm.firmware.src"
> +
> +PE = "1"
>  
>  DEPENDS = "ti-cgt-pru-native pru-icss common-csl-ip-rtos"
>  
> -S = "${WORKDIR}/git/example/apps/icssg_pwm/firmware/src"
>  
>  EXTRA_OEMAKE += " \
>      PRU_CGT="${TI_CGT_PRU_INSTALL_DIR}" \
> diff --git a/recipes-bsp/pru/pru-swuart-fw_git.bb b/recipes-bsp/pru/pru-swuart-fw_git.bb
> index e22b3be..1cb51f3 100644
> --- a/recipes-bsp/pru/pru-swuart-fw_git.bb
> +++ b/recipes-bsp/pru/pru-swuart-fw_git.bb
> @@ -8,20 +8,20 @@ require recipes-ti/includes/ti-paths.inc
>  COMPATIBLE_MACHINE = "ti33x"
>  PACKAGE_ARCH = "${MACHINE_ARCH}"
>  
> -# Below commit ID corresponds to "DEV.UART_LLD.01.00.00.15"
> -SRCREV = "4493f456549c85749a05b1f46bf0b75d23976db1"
>  
> -PV = "01.00.00.15"
> +inherit ti-pdk-fetch
>  
> -BRANCH = "master"
> -SRC_URI = "git://git.ti.com/keystone-rtos/uart-lld.git;protocol=git;branch=${BRANCH} \
> +TI_PDK_COMP = "ti.drv.uart"
> +
> +PE = "1"
> +
> +SRC_URI_append = " \
>  	file://0001-icss_uart-add-Makefile-for-building-firmware.patch \
>  	file://0001-icss_uart-remove-dependency-on-PDK-CSL.patch \
>  "
>  
>  DEPENDS = "ti-cgt-pru-native pru-icss"
>  
> -S = "${WORKDIR}/git"
>  
>  export PRU_CGT = "${TI_CGT_PRU_INSTALL_DIR}"
>  export PRU_SSP = "${STAGING_DIR_TARGET}/usr"
> -- 
> 2.7.4
> 
> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti

  reply	other threads:[~2019-12-06 16:29 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-15 15:14 [master/thud][PATCH 00/42] Unify PDK sources Jacob Stiffler
2019-11-15 15:14 ` [master/thud][PATCH 01/42] ti-pdk-fetch: add class for common pdk sources Jacob Stiffler
2019-11-15 17:14   ` Khem Raj
2019-11-25 17:42     ` [meta-ti] " Denys Dmytriyenko
2019-11-25 18:12       ` Jacob Stiffler
2019-11-25 18:16         ` Khem Raj
2019-11-25 18:50           ` [EXTERNAL] " Jacob Stiffler
2019-11-25 19:24             ` Khem Raj
2019-11-25 19:32               ` Denys Dmytriyenko
2019-11-25 19:39                 ` Khem Raj
2019-11-15 15:14 ` [master/thud][PATCH 02/42] aif2-lld: migrate to ti-pdk-fetch.bbclass Jacob Stiffler
2019-11-15 15:14 ` [master/thud][PATCH 03/42] bcp-lld: " Jacob Stiffler
2019-11-15 15:14 ` [master/thud][PATCH 04/42] board-rtos: " Jacob Stiffler
2019-11-15 15:14 ` [master/thud][PATCH 05/42] cppi-lld: " Jacob Stiffler
2019-11-15 15:14 ` [master/thud][PATCH 06/42] dfe-lld: " Jacob Stiffler
2019-11-15 15:14 ` [master/thud][PATCH 07/42] emac-lld: " Jacob Stiffler
2019-11-15 15:14 ` [master/thud][PATCH 08/42] fatfs-rtos: " Jacob Stiffler
2019-11-15 15:14 ` [master/thud][PATCH 09/42] fftc-lld: " Jacob Stiffler
2019-11-15 15:14 ` [master/thud][PATCH 10/42] gpio-lld: " Jacob Stiffler
2019-11-15 15:14 ` [master/thud][PATCH 11/42] gpmc-lld: " Jacob Stiffler
2019-11-15 15:14 ` [master/thud][PATCH 12/42] hyplnk-lld: " Jacob Stiffler
2019-11-15 15:14 ` [master/thud][PATCH 13/42] i2c-lld: " Jacob Stiffler
2019-11-15 15:14 ` [master/thud][PATCH 14/42] icss-emac-lld: " Jacob Stiffler
2019-11-15 15:14 ` [master/thud][PATCH 15/42] ipc-lld: " Jacob Stiffler
2019-11-15 15:14 ` [master/thud][PATCH 16/42] iqn2-lld: " Jacob Stiffler
2019-11-15 15:14 ` [master/thud][PATCH 17/42] mcasp-lld: " Jacob Stiffler
2019-11-15 15:14 ` [master/thud][PATCH 18/42] mcbsp-lld: " Jacob Stiffler
2019-11-15 15:14 ` [master/thud][PATCH 19/42] mmcsd-lld: " Jacob Stiffler
2019-11-15 15:14 ` [master/thud][PATCH 20/42] nwal-lld: " Jacob Stiffler
2019-11-15 15:14 ` [master/thud][PATCH 21/42] osal: " Jacob Stiffler
2019-11-15 15:14 ` [master/thud][PATCH 22/42] pa-lld: " Jacob Stiffler
2019-11-15 15:14 ` [master/thud][PATCH 23/42] pcie-lld: " Jacob Stiffler
2019-11-15 15:14 ` [master/thud][PATCH 24/42] pru: " Jacob Stiffler
2019-12-06 16:29   ` Denys Dmytriyenko [this message]
2019-12-06 17:22     ` [meta-ti] " Jacob Stiffler
2019-12-06 18:06       ` Denys Dmytriyenko
2019-11-15 15:14 ` [master/thud][PATCH 25/42] prueth-fw: " Jacob Stiffler
2019-11-15 15:14 ` [master/thud][PATCH 26/42] pruss-lld: " Jacob Stiffler
2019-11-15 15:14 ` [master/thud][PATCH 27/42] qmss-lld: " Jacob Stiffler
2019-11-15 15:14 ` [master/thud][PATCH 28/42] rm-lld: " Jacob Stiffler
2019-11-15 15:14 ` [master/thud][PATCH 29/42] sciclient: " Jacob Stiffler
2019-11-15 15:14 ` [master/thud][PATCH 30/42] spi-lld: " Jacob Stiffler
2019-11-15 15:14 ` [master/thud][PATCH 31/42] srio-lld: " Jacob Stiffler
2019-11-15 15:14 ` [master/thud][PATCH 32/42] tcp3d-lld: " Jacob Stiffler
2019-11-15 15:14 ` [master/thud][PATCH 33/42] transport-rtos: " Jacob Stiffler
2019-11-15 15:14 ` [master/thud][PATCH 34/42] tsip-lld: " Jacob Stiffler
2019-11-15 15:14 ` [master/thud][PATCH 35/42] uart-lld: " Jacob Stiffler
2019-11-15 15:14 ` [master/thud][PATCH 36/42] udma-lld: " Jacob Stiffler
2019-11-15 15:14 ` [master/thud][PATCH 37/42] usb-lld: " Jacob Stiffler
2019-11-15 15:14 ` [master/thud][PATCH 38/42] utils-rtos: " Jacob Stiffler
2019-11-15 15:14 ` [master/thud][PATCH 39/42] ti-pdk-build: " Jacob Stiffler
2019-11-15 15:15 ` [master/thud][PATCH 40/42] cal-lld: TI RTOS low level driver for CAL Jacob Stiffler
2019-11-15 15:15 ` [master/thud][PATCH 41/42] fvid2: TI RTOS Video Driver Interface Jacob Stiffler
2019-11-15 15:15 ` [master/thud][PATCH 42/42] iolink-lld: TI RTOS low level driver for IO-Link Master Jacob Stiffler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191206162913.GU24609@beryl \
    --to=denys@ti.com \
    --cc=j-stiffler@ti.com \
    --cc=meta-ti@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.