* [rocko][PATCH 1/4] ti-pdk-build-rtos: Update to new version 1.0.0.10
@ 2018-08-22 21:50 Sam Nelson
2018-08-22 21:50 ` [rocko][PATCH 2/4] common-csl-ip: Update to new version 05.01.00.00 Sam Nelson
` (3 more replies)
0 siblings, 4 replies; 13+ messages in thread
From: Sam Nelson @ 2018-08-22 21:50 UTC (permalink / raw)
To: meta-ti
Add support for am65xx-evm
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
---
recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb b/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb
index c838d71..fd716d7 100644
--- a/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb
+++ b/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb
@@ -4,25 +4,24 @@ LIC_FILES_CHKSUM = "file://makerules/env.mk;beginline=1;endline=31;md5=10503e8de
require recipes-ti/includes/ti-paths.inc
-PV = "01.00.00.09A"
+PV = "01.00.00.10"
PR = "r0"
PDK_BUILD_GIT_URI = "git://git.ti.com/keystone-rtos/processor-pdk-build.git"
PDK_BUILD_GIT_PROTOCOL = "git"
PDK_BUILD_GIT_BRANCH = "master"
-# Below Commit ID corresponds to "DEV.PDK_BUILD.01.00.00.09A"
-PDK_BUILD_SRCREV = "4870d6cfcab92dfedae8ed28054fdc61169e28b1"
+# Below Commit ID corresponds to "DEV.PDK_BUILD.01.00.00.10"
+PDK_BUILD_SRCREV = "f06835474e51a5fd63cf23bab0d2f42b0f73f19d"
BRANCH = "${PDK_BUILD_GIT_BRANCH}"
SRC_URI = "\
${PDK_BUILD_GIT_URI};protocol=${PDK_BUILD_GIT_PROTOCOL};branch=${BRANCH} \
- file://0001-comp_mk-Allow-doxygen-support-to-be-overridden.patch \
"
SRCREV = "${PDK_BUILD_SRCREV}"
-COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|omapl1|c66x"
+COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|omapl1|c66x|am65xx-evm"
PACKAGE_ARCH = "${MACHINE_ARCH}"
S = "${WORKDIR}/git/"
--
1.9.1
^ permalink raw reply related [flat|nested] 13+ messages in thread* [rocko][PATCH 2/4] common-csl-ip: Update to new version 05.01.00.00 2018-08-22 21:50 [rocko][PATCH 1/4] ti-pdk-build-rtos: Update to new version 1.0.0.10 Sam Nelson @ 2018-08-22 21:50 ` Sam Nelson 2018-08-22 22:47 ` Denys Dmytriyenko 2018-08-22 21:50 ` [rocko][PATCH 3/4] osal: Update to new version 1.0.0.12 Sam Nelson ` (2 subsequent siblings) 3 siblings, 1 reply; 13+ messages in thread From: Sam Nelson @ 2018-08-22 21:50 UTC (permalink / raw) To: meta-ti Adds support for am65xx Signed-off-by: Sam Nelson <sam.nelson@ti.com> --- recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb | 2 +- recipes-bsp/common-csl-ip/common-csl-ip.inc | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb b/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb index 5f2dbd5..7da02a3 100644 --- a/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb +++ b/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb @@ -2,7 +2,7 @@ require common-csl-ip.inc PR = "${INC_PR}.6" PACKAGE_ARCH = "${MACHINE_ARCH}" -COMPATIBLE_MACHINE_append = "|c66x" +COMPATIBLE_MACHINE_append = "|c66x|am65xx-evm" inherit ti-pdk diff --git a/recipes-bsp/common-csl-ip/common-csl-ip.inc b/recipes-bsp/common-csl-ip/common-csl-ip.inc index 8387095..ed8078d 100644 --- a/recipes-bsp/common-csl-ip/common-csl-ip.inc +++ b/recipes-bsp/common-csl-ip/common-csl-ip.inc @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5857833e20836213677fac33f9aded21" COMPATIBLE_MACHINE = "keystone|dra7xx|ti33x|ti43x|omapl1" -PV = "03.03.00.11A" +PV = "05.01.00.00" INC_PR = "r0" CSL_GIT_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git" @@ -12,8 +12,8 @@ CSL_GIT_PROTOCOL ="git" CSL_GIT_BRANCH = "master" CSL_GIT_DESTSUFFIX = "git" -# Below commit ID corresponding to "DEV.CSL_PROCESSOR-SDK.03.03.00.11A" -CSL_SRCREV = "c7b021fd5e7efa2feb8f558b3a3fd63d5dee266f" +# Below commit ID corresponding to "DEV.CSL_PROCESSOR-SDK.05.01.00.00" +CSL_SRCREV = "8db3d673101a504fd7fb36d6c9c4981e1e15ff50" BRANCH="${CSL_GIT_BRANCH}" SRC_URI = "${CSL_GIT_URI};protocol=${CSL_GIT_PROTOCOL};branch=${BRANCH};destsuffix=${CSL_GIT_DESTSUFFIX}" -- 1.9.1 ^ permalink raw reply related [flat|nested] 13+ messages in thread
* Re: [rocko][PATCH 2/4] common-csl-ip: Update to new version 05.01.00.00 2018-08-22 21:50 ` [rocko][PATCH 2/4] common-csl-ip: Update to new version 05.01.00.00 Sam Nelson @ 2018-08-22 22:47 ` Denys Dmytriyenko 2018-08-22 23:13 ` Nelson, Sam 0 siblings, 1 reply; 13+ messages in thread From: Denys Dmytriyenko @ 2018-08-22 22:47 UTC (permalink / raw) To: Sam Nelson; +Cc: meta-ti On Wed, Aug 22, 2018 at 05:50:50PM -0400, Sam Nelson wrote: > Adds support for am65xx > > Signed-off-by: Sam Nelson <sam.nelson@ti.com> > --- > recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb | 2 +- > recipes-bsp/common-csl-ip/common-csl-ip.inc | 6 +++--- > 2 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb b/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb > index 5f2dbd5..7da02a3 100644 > --- a/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb > +++ b/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb > @@ -2,7 +2,7 @@ require common-csl-ip.inc > PR = "${INC_PR}.6" > > PACKAGE_ARCH = "${MACHINE_ARCH}" > -COMPATIBLE_MACHINE_append = "|c66x" > +COMPATIBLE_MACHINE_append = "|c66x|am65xx-evm" k3? > inherit ti-pdk > > diff --git a/recipes-bsp/common-csl-ip/common-csl-ip.inc b/recipes-bsp/common-csl-ip/common-csl-ip.inc > index 8387095..ed8078d 100644 > --- a/recipes-bsp/common-csl-ip/common-csl-ip.inc > +++ b/recipes-bsp/common-csl-ip/common-csl-ip.inc > @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5857833e20836213677fac33f9aded21" > > COMPATIBLE_MACHINE = "keystone|dra7xx|ti33x|ti43x|omapl1" > > -PV = "03.03.00.11A" > +PV = "05.01.00.00" > INC_PR = "r0" > > CSL_GIT_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git" > @@ -12,8 +12,8 @@ CSL_GIT_PROTOCOL ="git" > CSL_GIT_BRANCH = "master" > CSL_GIT_DESTSUFFIX = "git" > > -# Below commit ID corresponding to "DEV.CSL_PROCESSOR-SDK.03.03.00.11A" > -CSL_SRCREV = "c7b021fd5e7efa2feb8f558b3a3fd63d5dee266f" > +# Below commit ID corresponding to "DEV.CSL_PROCESSOR-SDK.05.01.00.00" > +CSL_SRCREV = "8db3d673101a504fd7fb36d6c9c4981e1e15ff50" > > BRANCH="${CSL_GIT_BRANCH}" > SRC_URI = "${CSL_GIT_URI};protocol=${CSL_GIT_PROTOCOL};branch=${BRANCH};destsuffix=${CSL_GIT_DESTSUFFIX}" > -- > 1.9.1 > > -- > _______________________________________________ > meta-ti mailing list > meta-ti@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-ti ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [rocko][PATCH 2/4] common-csl-ip: Update to new version 05.01.00.00 2018-08-22 22:47 ` Denys Dmytriyenko @ 2018-08-22 23:13 ` Nelson, Sam 0 siblings, 0 replies; 13+ messages in thread From: Nelson, Sam @ 2018-08-22 23:13 UTC (permalink / raw) To: Dmytriyenko, Denys; +Cc: meta-ti@yoctoproject.org > -----Original Message----- > From: Dmytriyenko, Denys > Sent: Wednesday, August 22, 2018 6:48 PM > To: Nelson, Sam > Cc: meta-ti@yoctoproject.org > Subject: Re: [meta-ti] [rocko][PATCH 2/4] common-csl-ip: Update to new > version 05.01.00.00 > > On Wed, Aug 22, 2018 at 05:50:50PM -0400, Sam Nelson wrote: > > Adds support for am65xx > > > > Signed-off-by: Sam Nelson <sam.nelson@ti.com> > > --- > > recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb | 2 +- > > recipes-bsp/common-csl-ip/common-csl-ip.inc | 6 +++--- > > 2 files changed, 4 insertions(+), 4 deletions(-) > > > > diff --git a/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb b/recipes- > bsp/common-csl-ip/common-csl-ip-rtos_git.bb > > index 5f2dbd5..7da02a3 100644 > > --- a/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb > > +++ b/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb > > @@ -2,7 +2,7 @@ require common-csl-ip.inc > > PR = "${INC_PR}.6" > > > > PACKAGE_ARCH = "${MACHINE_ARCH}" > > -COMPATIBLE_MACHINE_append = "|c66x" > > +COMPATIBLE_MACHINE_append = "|c66x|am65xx-evm" > > k3? Yes this is for K3. > > > > inherit ti-pdk > > > > diff --git a/recipes-bsp/common-csl-ip/common-csl-ip.inc b/recipes- > bsp/common-csl-ip/common-csl-ip.inc > > index 8387095..ed8078d 100644 > > --- a/recipes-bsp/common-csl-ip/common-csl-ip.inc > > +++ b/recipes-bsp/common-csl-ip/common-csl-ip.inc > > @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = > "file://COPYING.txt;md5=5857833e20836213677fac33f9aded21" > > > > COMPATIBLE_MACHINE = "keystone|dra7xx|ti33x|ti43x|omapl1" > > > > -PV = "03.03.00.11A" > > +PV = "05.01.00.00" > > INC_PR = "r0" > > > > CSL_GIT_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git" > > @@ -12,8 +12,8 @@ CSL_GIT_PROTOCOL ="git" > > CSL_GIT_BRANCH = "master" > > CSL_GIT_DESTSUFFIX = "git" > > > > -# Below commit ID corresponding to "DEV.CSL_PROCESSOR- > SDK.03.03.00.11A" > > -CSL_SRCREV = "c7b021fd5e7efa2feb8f558b3a3fd63d5dee266f" > > +# Below commit ID corresponding to "DEV.CSL_PROCESSOR- > SDK.05.01.00.00" > > +CSL_SRCREV = "8db3d673101a504fd7fb36d6c9c4981e1e15ff50" > > > > BRANCH="${CSL_GIT_BRANCH}" > > SRC_URI = > "${CSL_GIT_URI};protocol=${CSL_GIT_PROTOCOL};branch=${BRANCH};destsu > ffix=${CSL_GIT_DESTSUFFIX}" > > -- > > 1.9.1 > > > > -- > > _______________________________________________ > > meta-ti mailing list > > meta-ti@yoctoproject.org > > https://lists.yoctoproject.org/listinfo/meta-ti ^ permalink raw reply [flat|nested] 13+ messages in thread
* [rocko][PATCH 3/4] osal: Update to new version 1.0.0.12 2018-08-22 21:50 [rocko][PATCH 1/4] ti-pdk-build-rtos: Update to new version 1.0.0.10 Sam Nelson 2018-08-22 21:50 ` [rocko][PATCH 2/4] common-csl-ip: Update to new version 05.01.00.00 Sam Nelson @ 2018-08-22 21:50 ` Sam Nelson 2018-08-22 22:48 ` Denys Dmytriyenko 2018-08-22 21:50 ` [rocko][PATCH 4/4] sciclient: Add recipe for SCI client driver Sam Nelson 2018-08-22 22:47 ` [rocko][PATCH 1/4] ti-pdk-build-rtos: Update to new version 1.0.0.10 Denys Dmytriyenko 3 siblings, 1 reply; 13+ messages in thread From: Sam Nelson @ 2018-08-22 21:50 UTC (permalink / raw) To: meta-ti Adds support for AM65XX platform NOTE: License checksum change is just due to addition of current year 2018 to copyright Signed-off-by: Sam Nelson <sam.nelson@ti.com> --- recipes-bsp/osal/osal-rtos_git.bb | 2 +- recipes-bsp/osal/osal.inc | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/recipes-bsp/osal/osal-rtos_git.bb b/recipes-bsp/osal/osal-rtos_git.bb index b150760..8ba7862 100644 --- a/recipes-bsp/osal/osal-rtos_git.bb +++ b/recipes-bsp/osal/osal-rtos_git.bb @@ -3,7 +3,7 @@ require recipes-bsp/osal/osal.inc PR = "${INC_PR}.0" -COMPATIBLE_MACHINE_append = "|c66x" +COMPATIBLE_MACHINE_append = "|c66x|am65xx-evm" S = "${WORKDIR}/${OSAL_GIT_DESTSUFFIX}" diff --git a/recipes-bsp/osal/osal.inc b/recipes-bsp/osal/osal.inc index 16cf1fa..f360244 100644 --- a/recipes-bsp/osal/osal.inc +++ b/recipes-bsp/osal/osal.inc @@ -1,5 +1,5 @@ LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://osal.h;beginline=1;endline=31;md5=ae7b9f0410f26c80dcf790ef3f622fad" +LIC_FILES_CHKSUM = "file://osal.h;beginline=1;endline=31;md5=6fbde6922f8bca1e6cd371d3c2faa4f9" COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|omapl1" PACKAGE_ARCH = "${MACHINE_ARCH}" @@ -9,12 +9,12 @@ OSAL_GIT_PROTOCOL = "git" OSAL_GIT_BRANCH = "master" OSAL_GIT_DESTSUFFIX = "git/ti/osal" -# Below commit ID corresponding to "DEV.OSAL.01.00.00.11" -OSAL_SRCREV = "6113a74a2aded1aa1c339708d39b2e47e74263e9" +# Below commit ID corresponding to "DEV.OSAL.01.00.00.12" +OSAL_SRCREV = "d93d8833e5e0bbd3e76f8618a4f717e3539a8d11" BRANCH = "${OSAL_GIT_BRANCH}" SRC_URI = "${OSAL_GIT_URI};destsuffix=${OSAL_GIT_DESTSUFFIX};protocol=${OSAL_GIT_PROTOCOL};branch=${BRANCH}" SRCREV = "${OSAL_SRCREV}" -PV = "01.00.00.11" +PV = "01.00.00.12" INC_PR = "r0" -- 1.9.1 ^ permalink raw reply related [flat|nested] 13+ messages in thread
* Re: [rocko][PATCH 3/4] osal: Update to new version 1.0.0.12 2018-08-22 21:50 ` [rocko][PATCH 3/4] osal: Update to new version 1.0.0.12 Sam Nelson @ 2018-08-22 22:48 ` Denys Dmytriyenko 0 siblings, 0 replies; 13+ messages in thread From: Denys Dmytriyenko @ 2018-08-22 22:48 UTC (permalink / raw) To: Sam Nelson; +Cc: meta-ti On Wed, Aug 22, 2018 at 05:50:51PM -0400, Sam Nelson wrote: > Adds support for AM65XX platform > > NOTE: > License checksum change is just due to addition of current year > 2018 to copyright > > Signed-off-by: Sam Nelson <sam.nelson@ti.com> > --- > recipes-bsp/osal/osal-rtos_git.bb | 2 +- > recipes-bsp/osal/osal.inc | 8 ++++---- > 2 files changed, 5 insertions(+), 5 deletions(-) > > diff --git a/recipes-bsp/osal/osal-rtos_git.bb b/recipes-bsp/osal/osal-rtos_git.bb > index b150760..8ba7862 100644 > --- a/recipes-bsp/osal/osal-rtos_git.bb > +++ b/recipes-bsp/osal/osal-rtos_git.bb > @@ -3,7 +3,7 @@ require recipes-bsp/osal/osal.inc > > PR = "${INC_PR}.0" > > -COMPATIBLE_MACHINE_append = "|c66x" > +COMPATIBLE_MACHINE_append = "|c66x|am65xx-evm" k3? > S = "${WORKDIR}/${OSAL_GIT_DESTSUFFIX}" > > diff --git a/recipes-bsp/osal/osal.inc b/recipes-bsp/osal/osal.inc > index 16cf1fa..f360244 100644 > --- a/recipes-bsp/osal/osal.inc > +++ b/recipes-bsp/osal/osal.inc > @@ -1,5 +1,5 @@ > LICENSE = "BSD-3-Clause" > -LIC_FILES_CHKSUM = "file://osal.h;beginline=1;endline=31;md5=ae7b9f0410f26c80dcf790ef3f622fad" > +LIC_FILES_CHKSUM = "file://osal.h;beginline=1;endline=31;md5=6fbde6922f8bca1e6cd371d3c2faa4f9" > > COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|omapl1" > PACKAGE_ARCH = "${MACHINE_ARCH}" > @@ -9,12 +9,12 @@ OSAL_GIT_PROTOCOL = "git" > OSAL_GIT_BRANCH = "master" > OSAL_GIT_DESTSUFFIX = "git/ti/osal" > > -# Below commit ID corresponding to "DEV.OSAL.01.00.00.11" > -OSAL_SRCREV = "6113a74a2aded1aa1c339708d39b2e47e74263e9" > +# Below commit ID corresponding to "DEV.OSAL.01.00.00.12" > +OSAL_SRCREV = "d93d8833e5e0bbd3e76f8618a4f717e3539a8d11" > > BRANCH = "${OSAL_GIT_BRANCH}" > SRC_URI = "${OSAL_GIT_URI};destsuffix=${OSAL_GIT_DESTSUFFIX};protocol=${OSAL_GIT_PROTOCOL};branch=${BRANCH}" > > SRCREV = "${OSAL_SRCREV}" > -PV = "01.00.00.11" > +PV = "01.00.00.12" > INC_PR = "r0" > -- > 1.9.1 > > -- > _______________________________________________ > meta-ti mailing list > meta-ti@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-ti ^ permalink raw reply [flat|nested] 13+ messages in thread
* [rocko][PATCH 4/4] sciclient: Add recipe for SCI client driver 2018-08-22 21:50 [rocko][PATCH 1/4] ti-pdk-build-rtos: Update to new version 1.0.0.10 Sam Nelson 2018-08-22 21:50 ` [rocko][PATCH 2/4] common-csl-ip: Update to new version 05.01.00.00 Sam Nelson 2018-08-22 21:50 ` [rocko][PATCH 3/4] osal: Update to new version 1.0.0.12 Sam Nelson @ 2018-08-22 21:50 ` Sam Nelson 2018-08-22 22:46 ` Denys Dmytriyenko 2018-08-22 22:47 ` [rocko][PATCH 1/4] ti-pdk-build-rtos: Update to new version 1.0.0.10 Denys Dmytriyenko 3 siblings, 1 reply; 13+ messages in thread From: Sam Nelson @ 2018-08-22 21:50 UTC (permalink / raw) To: meta-ti Sci client provides API to communicate with the core running System firmware Signed-off-by: Sam Nelson <sam.nelson@ti.com> --- recipes-bsp/sciclient/sciclient-rtos_git.bb | 89 +++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 recipes-bsp/sciclient/sciclient-rtos_git.bb diff --git a/recipes-bsp/sciclient/sciclient-rtos_git.bb b/recipes-bsp/sciclient/sciclient-rtos_git.bb new file mode 100644 index 0000000..6a6de40 --- /dev/null +++ b/recipes-bsp/sciclient/sciclient-rtos_git.bb @@ -0,0 +1,89 @@ +SUMMARY = "TI RTOS low level driver for SCICLIENT" +DESCRIPTION = "TI RTOS low level driver for SCICLIENT " + +inherit ti-pdk + +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://sciclient.h;beginline=1;endline=31;md5=7224b2eeca1444815f1737bfcdfa892a" + +COMPATIBLE_MACHINE = "am65xx-evm" +PACKAGE_ARCH = "${MACHINE_ARCH}" + +SCICLIENT_GIT_URI = "git://git@bitbucket.itg.ti.com/processor-sdk/sciclient.git" +SCICLIENT_GIT_PROTOCOL = "ssh" +SCICLIENT_GIT_BRANCH = "master" + +# Below commit ID corresponds to "DEV.SCICLIENT.01.00.00.00" +SCICLIENT_SRCREV = "4ac052a70764c5fcf9dd18d521fe3b631bfcd875" + +BRANCH = "${SCICLIENT_GIT_BRANCH}" +SRC_URI = "${SCICLIENT_GIT_URI};protocol=${SCICLIENT_GIT_PROTOCOL};branch=${BRANCH}" + +SRCREV = "${SCICLIENT_SRCREV}" +PV = "01.00.00.00" +PR = "r0" + +DEPENDS_append = " osal-rtos common-csl-ip-rtos" + +# Build with make instead of XDC +TI_PDK_XDCMAKE = "0" + +SCICLIENT_PACKAGE_BASE = "${S}/../sciclient_base" +SCICLIENT_ROOTPATH = "${SCICLIENT_PACKAGE_BASE}/package/all/pdk_/packages/ti/drv/sciclient" + +export PDK_INSTALL_PATH = "${PDK_INSTALL_DIR}/packages" +export PDK_SCICLIENT_ROOT_PATH = "${SCICLIENT_PACKAGE_BASE}/package/all/pdk_/packages" + +#export PDK_SCICLIENT_ROOT_PATH ="${WORKDIR}/build" +#export DEST_ROOT="${S}" + +LIMSOCS = "am65xx" +LIMSOCS_am65xx-evm = "am65xx" + +LIMBOARDS = "am65xx_evm" +LIMBOARDS_am65xx-evm = "am65xx_evm" + +BOARD_PACKAGE = "" +BOARD_PACKAGE_am65xx-evm = "am65xx_evm" + +# HTML doc link params +PDK_COMP_LINK_TEXT = "SCICLIENT" + +do_configure() { + + rm -rf ${SCICLIENT_PACKAGE_BASE} + cd ${S} + + # remove any previous package + rm -f ${SCICLIENT_PACKAGE_BASE} + + # make the release package before building it + make package BOARD=${BOARD_PACKAGE} DEST_ROOT=${SCICLIENT_PACKAGE_BASE} PDK_SCICLIENT_COMP_PATH=${S} + + # This is to ensure the make package completed successfully + cat ${SCICLIENT_ROOTPATH}/makefile +} + +do_compile() { + + cd ${SCICLIENT_ROOTPATH} + + # Clean + # make clean LIMIT_SOCS="${LIMSOCS}" LIMIT_BOARDS="${LIMBOARDS}" + + # Build am65xx libraries + make lib xdc_meta doxygen LIMIT_SOCS="${LIMSOCS}" LIMIT_BOARDS="${LIMBOARDS}" + + #archive + tar -cf sciclient.tar --exclude='*.tar' ./* +} + +do_install() { + cd ${SCICLIENT_ROOTPATH} + install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/drv/sciclient + find -name "*.tar" -exec tar xf {} --no-same-owner -C ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/drv/sciclient \; +} + +FILES_${PN} += "${PDK_INSTALL_DIR_RECIPE}/packages" + +INSANE_SKIP_${PN} = "arch ldflags file-rdeps" -- 1.9.1 ^ permalink raw reply related [flat|nested] 13+ messages in thread
* Re: [rocko][PATCH 4/4] sciclient: Add recipe for SCI client driver 2018-08-22 21:50 ` [rocko][PATCH 4/4] sciclient: Add recipe for SCI client driver Sam Nelson @ 2018-08-22 22:46 ` Denys Dmytriyenko 2018-08-22 23:12 ` Nelson, Sam 0 siblings, 1 reply; 13+ messages in thread From: Denys Dmytriyenko @ 2018-08-22 22:46 UTC (permalink / raw) To: Sam Nelson; +Cc: meta-ti On Wed, Aug 22, 2018 at 05:50:52PM -0400, Sam Nelson wrote: > Sci client provides API to communicate with the core running System > firmware > > Signed-off-by: Sam Nelson <sam.nelson@ti.com> > --- > recipes-bsp/sciclient/sciclient-rtos_git.bb | 89 +++++++++++++++++++++++++++++ > 1 file changed, 89 insertions(+) > create mode 100644 recipes-bsp/sciclient/sciclient-rtos_git.bb > > diff --git a/recipes-bsp/sciclient/sciclient-rtos_git.bb b/recipes-bsp/sciclient/sciclient-rtos_git.bb > new file mode 100644 > index 0000000..6a6de40 > --- /dev/null > +++ b/recipes-bsp/sciclient/sciclient-rtos_git.bb > @@ -0,0 +1,89 @@ > +SUMMARY = "TI RTOS low level driver for SCICLIENT" > +DESCRIPTION = "TI RTOS low level driver for SCICLIENT " > + > +inherit ti-pdk > + > +LICENSE = "BSD-3-Clause" > +LIC_FILES_CHKSUM = "file://sciclient.h;beginline=1;endline=31;md5=7224b2eeca1444815f1737bfcdfa892a" > + > +COMPATIBLE_MACHINE = "am65xx-evm" > +PACKAGE_ARCH = "${MACHINE_ARCH}" > + > +SCICLIENT_GIT_URI = "git://git@bitbucket.itg.ti.com/processor-sdk/sciclient.git" NAK! > +SCICLIENT_GIT_PROTOCOL = "ssh" > +SCICLIENT_GIT_BRANCH = "master" > + > +# Below commit ID corresponds to "DEV.SCICLIENT.01.00.00.00" > +SCICLIENT_SRCREV = "4ac052a70764c5fcf9dd18d521fe3b631bfcd875" > + > +BRANCH = "${SCICLIENT_GIT_BRANCH}" > +SRC_URI = "${SCICLIENT_GIT_URI};protocol=${SCICLIENT_GIT_PROTOCOL};branch=${BRANCH}" > + > +SRCREV = "${SCICLIENT_SRCREV}" > +PV = "01.00.00.00" > +PR = "r0" > + > +DEPENDS_append = " osal-rtos common-csl-ip-rtos" > + > +# Build with make instead of XDC > +TI_PDK_XDCMAKE = "0" > + > +SCICLIENT_PACKAGE_BASE = "${S}/../sciclient_base" > +SCICLIENT_ROOTPATH = "${SCICLIENT_PACKAGE_BASE}/package/all/pdk_/packages/ti/drv/sciclient" > + > +export PDK_INSTALL_PATH = "${PDK_INSTALL_DIR}/packages" > +export PDK_SCICLIENT_ROOT_PATH = "${SCICLIENT_PACKAGE_BASE}/package/all/pdk_/packages" > + > +#export PDK_SCICLIENT_ROOT_PATH ="${WORKDIR}/build" > +#export DEST_ROOT="${S}" > + > +LIMSOCS = "am65xx" > +LIMSOCS_am65xx-evm = "am65xx" > + > +LIMBOARDS = "am65xx_evm" > +LIMBOARDS_am65xx-evm = "am65xx_evm" > + > +BOARD_PACKAGE = "" > +BOARD_PACKAGE_am65xx-evm = "am65xx_evm" > + > +# HTML doc link params > +PDK_COMP_LINK_TEXT = "SCICLIENT" > + > +do_configure() { > + > + rm -rf ${SCICLIENT_PACKAGE_BASE} > + cd ${S} > + > + # remove any previous package > + rm -f ${SCICLIENT_PACKAGE_BASE} > + > + # make the release package before building it > + make package BOARD=${BOARD_PACKAGE} DEST_ROOT=${SCICLIENT_PACKAGE_BASE} PDK_SCICLIENT_COMP_PATH=${S} > + > + # This is to ensure the make package completed successfully > + cat ${SCICLIENT_ROOTPATH}/makefile > +} > + > +do_compile() { > + > + cd ${SCICLIENT_ROOTPATH} > + > + # Clean > + # make clean LIMIT_SOCS="${LIMSOCS}" LIMIT_BOARDS="${LIMBOARDS}" > + > + # Build am65xx libraries > + make lib xdc_meta doxygen LIMIT_SOCS="${LIMSOCS}" LIMIT_BOARDS="${LIMBOARDS}" > + > + #archive > + tar -cf sciclient.tar --exclude='*.tar' ./* > +} > + > +do_install() { > + cd ${SCICLIENT_ROOTPATH} > + install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/drv/sciclient > + find -name "*.tar" -exec tar xf {} --no-same-owner -C ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/drv/sciclient \; > +} > + > +FILES_${PN} += "${PDK_INSTALL_DIR_RECIPE}/packages" > + > +INSANE_SKIP_${PN} = "arch ldflags file-rdeps" > -- > 1.9.1 > > -- > _______________________________________________ > meta-ti mailing list > meta-ti@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-ti ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [rocko][PATCH 4/4] sciclient: Add recipe for SCI client driver 2018-08-22 22:46 ` Denys Dmytriyenko @ 2018-08-22 23:12 ` Nelson, Sam 0 siblings, 0 replies; 13+ messages in thread From: Nelson, Sam @ 2018-08-22 23:12 UTC (permalink / raw) To: Dmytriyenko, Denys; +Cc: meta-ti@yoctoproject.org > -----Original Message----- > From: Dmytriyenko, Denys > Sent: Wednesday, August 22, 2018 6:47 PM > To: Nelson, Sam > Cc: meta-ti@yoctoproject.org > Subject: Re: [meta-ti] [rocko][PATCH 4/4] sciclient: Add recipe for SCI client > driver > > On Wed, Aug 22, 2018 at 05:50:52PM -0400, Sam Nelson wrote: > > Sci client provides API to communicate with the core running System > > firmware > > > > Signed-off-by: Sam Nelson <sam.nelson@ti.com> > > --- > > recipes-bsp/sciclient/sciclient-rtos_git.bb | 89 > +++++++++++++++++++++++++++++ > > 1 file changed, 89 insertions(+) > > create mode 100644 recipes-bsp/sciclient/sciclient-rtos_git.bb > > > > diff --git a/recipes-bsp/sciclient/sciclient-rtos_git.bb b/recipes- > bsp/sciclient/sciclient-rtos_git.bb > > new file mode 100644 > > index 0000000..6a6de40 > > --- /dev/null > > +++ b/recipes-bsp/sciclient/sciclient-rtos_git.bb > > @@ -0,0 +1,89 @@ > > +SUMMARY = "TI RTOS low level driver for SCICLIENT" > > +DESCRIPTION = "TI RTOS low level driver for SCICLIENT " > > + > > +inherit ti-pdk > > + > > +LICENSE = "BSD-3-Clause" > > +LIC_FILES_CHKSUM = > "file://sciclient.h;beginline=1;endline=31;md5=7224b2eeca1444815f1737bfc > dfa892a" > > + > > +COMPATIBLE_MACHINE = "am65xx-evm" > > +PACKAGE_ARCH = "${MACHINE_ARCH}" > > + > > +SCICLIENT_GIT_URI = "git://git@bitbucket.itg.ti.com/processor- > sdk/sciclient.git" > > NAK! Will fix. > > > > +SCICLIENT_GIT_PROTOCOL = "ssh" > > +SCICLIENT_GIT_BRANCH = "master" > > + > > +# Below commit ID corresponds to "DEV.SCICLIENT.01.00.00.00" > > +SCICLIENT_SRCREV = "4ac052a70764c5fcf9dd18d521fe3b631bfcd875" > > + > > +BRANCH = "${SCICLIENT_GIT_BRANCH}" > > +SRC_URI = > "${SCICLIENT_GIT_URI};protocol=${SCICLIENT_GIT_PROTOCOL};branch=${BRA > NCH}" > > + > > +SRCREV = "${SCICLIENT_SRCREV}" > > +PV = "01.00.00.00" > > +PR = "r0" > > + > > +DEPENDS_append = " osal-rtos common-csl-ip-rtos" > > + > > +# Build with make instead of XDC > > +TI_PDK_XDCMAKE = "0" > > + > > +SCICLIENT_PACKAGE_BASE = "${S}/../sciclient_base" > > +SCICLIENT_ROOTPATH = > "${SCICLIENT_PACKAGE_BASE}/package/all/pdk_/packages/ti/drv/sciclient" > > + > > +export PDK_INSTALL_PATH = "${PDK_INSTALL_DIR}/packages" > > +export PDK_SCICLIENT_ROOT_PATH = > "${SCICLIENT_PACKAGE_BASE}/package/all/pdk_/packages" > > + > > +#export PDK_SCICLIENT_ROOT_PATH ="${WORKDIR}/build" > > +#export DEST_ROOT="${S}" > > + > > +LIMSOCS = "am65xx" > > +LIMSOCS_am65xx-evm = "am65xx" > > + > > +LIMBOARDS = "am65xx_evm" > > +LIMBOARDS_am65xx-evm = "am65xx_evm" > > + > > +BOARD_PACKAGE = "" > > +BOARD_PACKAGE_am65xx-evm = "am65xx_evm" > > + > > +# HTML doc link params > > +PDK_COMP_LINK_TEXT = "SCICLIENT" > > + > > +do_configure() { > > + > > + rm -rf ${SCICLIENT_PACKAGE_BASE} > > + cd ${S} > > + > > + # remove any previous package > > + rm -f ${SCICLIENT_PACKAGE_BASE} > > + > > + # make the release package before building it > > + make package BOARD=${BOARD_PACKAGE} > DEST_ROOT=${SCICLIENT_PACKAGE_BASE} PDK_SCICLIENT_COMP_PATH=${S} > > + > > + # This is to ensure the make package completed successfully > > + cat ${SCICLIENT_ROOTPATH}/makefile > > +} > > + > > +do_compile() { > > + > > + cd ${SCICLIENT_ROOTPATH} > > + > > + # Clean > > + # make clean LIMIT_SOCS="${LIMSOCS}" > LIMIT_BOARDS="${LIMBOARDS}" > > + > > + # Build am65xx libraries > > + make lib xdc_meta doxygen LIMIT_SOCS="${LIMSOCS}" > LIMIT_BOARDS="${LIMBOARDS}" > > + > > + #archive > > + tar -cf sciclient.tar --exclude='*.tar' ./* > > +} > > + > > +do_install() { > > + cd ${SCICLIENT_ROOTPATH} > > + install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/drv/sciclient > > + find -name "*.tar" -exec tar xf {} --no-same-owner -C > ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/drv/sciclient \; > > +} > > + > > +FILES_${PN} += "${PDK_INSTALL_DIR_RECIPE}/packages" > > + > > +INSANE_SKIP_${PN} = "arch ldflags file-rdeps" > > -- > > 1.9.1 > > > > -- > > _______________________________________________ > > meta-ti mailing list > > meta-ti@yoctoproject.org > > https://lists.yoctoproject.org/listinfo/meta-ti ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [rocko][PATCH 1/4] ti-pdk-build-rtos: Update to new version 1.0.0.10 2018-08-22 21:50 [rocko][PATCH 1/4] ti-pdk-build-rtos: Update to new version 1.0.0.10 Sam Nelson ` (2 preceding siblings ...) 2018-08-22 21:50 ` [rocko][PATCH 4/4] sciclient: Add recipe for SCI client driver Sam Nelson @ 2018-08-22 22:47 ` Denys Dmytriyenko 2018-08-22 23:28 ` Nelson, Sam 3 siblings, 1 reply; 13+ messages in thread From: Denys Dmytriyenko @ 2018-08-22 22:47 UTC (permalink / raw) To: Sam Nelson; +Cc: meta-ti On Wed, Aug 22, 2018 at 05:50:49PM -0400, Sam Nelson wrote: > Add support for am65xx-evm > > Signed-off-by: Sam Nelson <sam.nelson@ti.com> > --- > recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb | 9 ++++----- > 1 file changed, 4 insertions(+), 5 deletions(-) > > diff --git a/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb b/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb > index c838d71..fd716d7 100644 > --- a/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb > +++ b/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb > @@ -4,25 +4,24 @@ LIC_FILES_CHKSUM = "file://makerules/env.mk;beginline=1;endline=31;md5=10503e8de > > require recipes-ti/includes/ti-paths.inc > > -PV = "01.00.00.09A" > +PV = "01.00.00.10" > PR = "r0" > > PDK_BUILD_GIT_URI = "git://git.ti.com/keystone-rtos/processor-pdk-build.git" > PDK_BUILD_GIT_PROTOCOL = "git" > PDK_BUILD_GIT_BRANCH = "master" > > -# Below Commit ID corresponds to "DEV.PDK_BUILD.01.00.00.09A" > -PDK_BUILD_SRCREV = "4870d6cfcab92dfedae8ed28054fdc61169e28b1" > +# Below Commit ID corresponds to "DEV.PDK_BUILD.01.00.00.10" > +PDK_BUILD_SRCREV = "f06835474e51a5fd63cf23bab0d2f42b0f73f19d" > > BRANCH = "${PDK_BUILD_GIT_BRANCH}" > SRC_URI = "\ > ${PDK_BUILD_GIT_URI};protocol=${PDK_BUILD_GIT_PROTOCOL};branch=${BRANCH} \ > - file://0001-comp_mk-Allow-doxygen-support-to-be-overridden.patch \ ??? > " > > SRCREV = "${PDK_BUILD_SRCREV}" > > -COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|omapl1|c66x" > +COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|omapl1|c66x|am65xx-evm" k3? > PACKAGE_ARCH = "${MACHINE_ARCH}" > > S = "${WORKDIR}/git/" > -- > 1.9.1 > > -- > _______________________________________________ > meta-ti mailing list > meta-ti@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-ti ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [rocko][PATCH 1/4] ti-pdk-build-rtos: Update to new version 1.0.0.10 2018-08-22 22:47 ` [rocko][PATCH 1/4] ti-pdk-build-rtos: Update to new version 1.0.0.10 Denys Dmytriyenko @ 2018-08-22 23:28 ` Nelson, Sam 2018-08-23 0:01 ` Denys Dmytriyenko 0 siblings, 1 reply; 13+ messages in thread From: Nelson, Sam @ 2018-08-22 23:28 UTC (permalink / raw) To: Dmytriyenko, Denys; +Cc: meta-ti@yoctoproject.org > -----Original Message----- > From: Dmytriyenko, Denys > Sent: Wednesday, August 22, 2018 6:47 PM > To: Nelson, Sam > Cc: meta-ti@yoctoproject.org > Subject: Re: [meta-ti] [rocko][PATCH 1/4] ti-pdk-build-rtos: Update to new > version 1.0.0.10 > > On Wed, Aug 22, 2018 at 05:50:49PM -0400, Sam Nelson wrote: > > Add support for am65xx-evm > > > > Signed-off-by: Sam Nelson <sam.nelson@ti.com> > > --- > > recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb | 9 ++++----- > > 1 file changed, 4 insertions(+), 5 deletions(-) > > > > diff --git a/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb b/recipes-ti/ti- > pdk-build/ti-pdk-build-rtos_git.bb > > index c838d71..fd716d7 100644 > > --- a/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb > > +++ b/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb > > @@ -4,25 +4,24 @@ LIC_FILES_CHKSUM = > "file://makerules/env.mk;beginline=1;endline=31;md5=10503e8de > > > > require recipes-ti/includes/ti-paths.inc > > > > -PV = "01.00.00.09A" > > +PV = "01.00.00.10" > > PR = "r0" > > > > PDK_BUILD_GIT_URI = "git://git.ti.com/keystone-rtos/processor-pdk- > build.git" > > PDK_BUILD_GIT_PROTOCOL = "git" > > PDK_BUILD_GIT_BRANCH = "master" > > > > -# Below Commit ID corresponds to "DEV.PDK_BUILD.01.00.00.09A" > > -PDK_BUILD_SRCREV = "4870d6cfcab92dfedae8ed28054fdc61169e28b1" > > +# Below Commit ID corresponds to "DEV.PDK_BUILD.01.00.00.10" > > +PDK_BUILD_SRCREV = "f06835474e51a5fd63cf23bab0d2f42b0f73f19d" > > > > BRANCH = "${PDK_BUILD_GIT_BRANCH}" > > SRC_URI = "\ > > > ${PDK_BUILD_GIT_URI};protocol=${PDK_BUILD_GIT_PROTOCOL};branch=${BR > ANCH} \ > > - file://0001-comp_mk-Allow-doxygen-support-to-be-overridden.patch \ > > ??? This patch is already part of the new baseline. So can be removed.. > > > > " > > > > SRCREV = "${PDK_BUILD_SRCREV}" > > > > -COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|omapl1|c66x" > > +COMPATIBLE_MACHINE = "ti33x|ti43x|omap- > a15|keystone|omapl1|c66x|am65xx-evm" > > k3? Yes k3. > > > > PACKAGE_ARCH = "${MACHINE_ARCH}" > > > > S = "${WORKDIR}/git/" > > -- > > 1.9.1 > > > > -- > > _______________________________________________ > > meta-ti mailing list > > meta-ti@yoctoproject.org > > https://lists.yoctoproject.org/listinfo/meta-ti ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [rocko][PATCH 1/4] ti-pdk-build-rtos: Update to new version 1.0.0.10 2018-08-22 23:28 ` Nelson, Sam @ 2018-08-23 0:01 ` Denys Dmytriyenko 2018-08-23 0:11 ` Nelson, Sam 0 siblings, 1 reply; 13+ messages in thread From: Denys Dmytriyenko @ 2018-08-23 0:01 UTC (permalink / raw) To: Nelson, Sam; +Cc: meta-ti@yoctoproject.org On Wed, Aug 22, 2018 at 07:28:53PM -0400, Nelson, Sam wrote: > > > > -----Original Message----- > > From: Dmytriyenko, Denys > > Sent: Wednesday, August 22, 2018 6:47 PM > > To: Nelson, Sam > > Cc: meta-ti@yoctoproject.org > > Subject: Re: [meta-ti] [rocko][PATCH 1/4] ti-pdk-build-rtos: Update to new > > version 1.0.0.10 > > > > On Wed, Aug 22, 2018 at 05:50:49PM -0400, Sam Nelson wrote: > > > Add support for am65xx-evm > > > > > > Signed-off-by: Sam Nelson <sam.nelson@ti.com> > > > --- > > > recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb | 9 ++++----- > > > 1 file changed, 4 insertions(+), 5 deletions(-) > > > > > > diff --git a/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb b/recipes-ti/ti- > > pdk-build/ti-pdk-build-rtos_git.bb > > > index c838d71..fd716d7 100644 > > > --- a/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb > > > +++ b/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb > > > @@ -4,25 +4,24 @@ LIC_FILES_CHKSUM = > > "file://makerules/env.mk;beginline=1;endline=31;md5=10503e8de > > > > > > require recipes-ti/includes/ti-paths.inc > > > > > > -PV = "01.00.00.09A" > > > +PV = "01.00.00.10" > > > PR = "r0" > > > > > > PDK_BUILD_GIT_URI = "git://git.ti.com/keystone-rtos/processor-pdk- > > build.git" > > > PDK_BUILD_GIT_PROTOCOL = "git" > > > PDK_BUILD_GIT_BRANCH = "master" > > > > > > -# Below Commit ID corresponds to "DEV.PDK_BUILD.01.00.00.09A" > > > -PDK_BUILD_SRCREV = "4870d6cfcab92dfedae8ed28054fdc61169e28b1" > > > +# Below Commit ID corresponds to "DEV.PDK_BUILD.01.00.00.10" > > > +PDK_BUILD_SRCREV = "f06835474e51a5fd63cf23bab0d2f42b0f73f19d" > > > > > > BRANCH = "${PDK_BUILD_GIT_BRANCH}" > > > SRC_URI = "\ > > > > > ${PDK_BUILD_GIT_URI};protocol=${PDK_BUILD_GIT_PROTOCOL};branch=${BR > > ANCH} \ > > > - file://0001-comp_mk-Allow-doxygen-support-to-be-overridden.patch \ > > > > ??? > > This patch is already part of the new baseline. So can be removed.. Then you'd want to remove corresponding file. > > > " > > > > > > SRCREV = "${PDK_BUILD_SRCREV}" > > > > > > -COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|omapl1|c66x" > > > +COMPATIBLE_MACHINE = "ti33x|ti43x|omap- > > a15|keystone|omapl1|c66x|am65xx-evm" > > > > k3? > > Yes k3. I meant maybe you want to use "k3" isntead of "am65xx-evm" here? > > > PACKAGE_ARCH = "${MACHINE_ARCH}" > > > > > > S = "${WORKDIR}/git/" > > > -- > > > 1.9.1 > > > > > > -- > > > _______________________________________________ > > > meta-ti mailing list > > > meta-ti@yoctoproject.org > > > https://lists.yoctoproject.org/listinfo/meta-ti ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [rocko][PATCH 1/4] ti-pdk-build-rtos: Update to new version 1.0.0.10 2018-08-23 0:01 ` Denys Dmytriyenko @ 2018-08-23 0:11 ` Nelson, Sam 0 siblings, 0 replies; 13+ messages in thread From: Nelson, Sam @ 2018-08-23 0:11 UTC (permalink / raw) To: Dmytriyenko, Denys; +Cc: meta-ti@yoctoproject.org > -----Original Message----- > From: Dmytriyenko, Denys > Sent: Wednesday, August 22, 2018 8:01 PM > To: Nelson, Sam > Cc: meta-ti@yoctoproject.org > Subject: Re: [meta-ti] [rocko][PATCH 1/4] ti-pdk-build-rtos: Update to new > version 1.0.0.10 > > On Wed, Aug 22, 2018 at 07:28:53PM -0400, Nelson, Sam wrote: > > > > > > > -----Original Message----- > > > From: Dmytriyenko, Denys > > > Sent: Wednesday, August 22, 2018 6:47 PM > > > To: Nelson, Sam > > > Cc: meta-ti@yoctoproject.org > > > Subject: Re: [meta-ti] [rocko][PATCH 1/4] ti-pdk-build-rtos: Update to new > > > version 1.0.0.10 > > > > > > On Wed, Aug 22, 2018 at 05:50:49PM -0400, Sam Nelson wrote: > > > > Add support for am65xx-evm > > > > > > > > Signed-off-by: Sam Nelson <sam.nelson@ti.com> > > > > --- > > > > recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb | 9 ++++----- > > > > 1 file changed, 4 insertions(+), 5 deletions(-) > > > > > > > > diff --git a/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb b/recipes-ti/ti- > > > pdk-build/ti-pdk-build-rtos_git.bb > > > > index c838d71..fd716d7 100644 > > > > --- a/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb > > > > +++ b/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb > > > > @@ -4,25 +4,24 @@ LIC_FILES_CHKSUM = > > > "file://makerules/env.mk;beginline=1;endline=31;md5=10503e8de > > > > > > > > require recipes-ti/includes/ti-paths.inc > > > > > > > > -PV = "01.00.00.09A" > > > > +PV = "01.00.00.10" > > > > PR = "r0" > > > > > > > > PDK_BUILD_GIT_URI = "git://git.ti.com/keystone-rtos/processor-pdk- > > > build.git" > > > > PDK_BUILD_GIT_PROTOCOL = "git" > > > > PDK_BUILD_GIT_BRANCH = "master" > > > > > > > > -# Below Commit ID corresponds to "DEV.PDK_BUILD.01.00.00.09A" > > > > -PDK_BUILD_SRCREV = > "4870d6cfcab92dfedae8ed28054fdc61169e28b1" > > > > +# Below Commit ID corresponds to "DEV.PDK_BUILD.01.00.00.10" > > > > +PDK_BUILD_SRCREV = > "f06835474e51a5fd63cf23bab0d2f42b0f73f19d" > > > > > > > > BRANCH = "${PDK_BUILD_GIT_BRANCH}" > > > > SRC_URI = "\ > > > > > > > > ${PDK_BUILD_GIT_URI};protocol=${PDK_BUILD_GIT_PROTOCOL};branch=${BR > > > ANCH} \ > > > > - file://0001-comp_mk-Allow-doxygen-support-to-be-overridden.patch > \ > > > > > > ??? > > > > This patch is already part of the new baseline. So can be removed.. > > Then you'd want to remove corresponding file. Yes. will do. > > > > > > " > > > > > > > > SRCREV = "${PDK_BUILD_SRCREV}" > > > > > > > > -COMPATIBLE_MACHINE = "ti33x|ti43x|omap- > a15|keystone|omapl1|c66x" > > > > +COMPATIBLE_MACHINE = "ti33x|ti43x|omap- > > > a15|keystone|omapl1|c66x|am65xx-evm" > > > > > > k3? > > > > Yes k3. > > I meant maybe you want to use "k3" isntead of "am65xx-evm" here? Ok. Got it. > > > > > > PACKAGE_ARCH = "${MACHINE_ARCH}" > > > > > > > > S = "${WORKDIR}/git/" > > > > -- > > > > 1.9.1 > > > > > > > > -- > > > > _______________________________________________ > > > > meta-ti mailing list > > > > meta-ti@yoctoproject.org > > > > https://lists.yoctoproject.org/listinfo/meta-ti ^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2018-08-23 0:11 UTC | newest] Thread overview: 13+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2018-08-22 21:50 [rocko][PATCH 1/4] ti-pdk-build-rtos: Update to new version 1.0.0.10 Sam Nelson 2018-08-22 21:50 ` [rocko][PATCH 2/4] common-csl-ip: Update to new version 05.01.00.00 Sam Nelson 2018-08-22 22:47 ` Denys Dmytriyenko 2018-08-22 23:13 ` Nelson, Sam 2018-08-22 21:50 ` [rocko][PATCH 3/4] osal: Update to new version 1.0.0.12 Sam Nelson 2018-08-22 22:48 ` Denys Dmytriyenko 2018-08-22 21:50 ` [rocko][PATCH 4/4] sciclient: Add recipe for SCI client driver Sam Nelson 2018-08-22 22:46 ` Denys Dmytriyenko 2018-08-22 23:12 ` Nelson, Sam 2018-08-22 22:47 ` [rocko][PATCH 1/4] ti-pdk-build-rtos: Update to new version 1.0.0.10 Denys Dmytriyenko 2018-08-22 23:28 ` Nelson, Sam 2018-08-23 0:01 ` Denys Dmytriyenko 2018-08-23 0:11 ` Nelson, Sam
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.