Pushed.
> -----Original Message----- > From: Molfetta, Stephen > Sent: Wednesday, March 07, 2018 10:12 AM > To: Stiffler, Jacob; [email protected] > Subject: RE: [meta-arago] [EXTERNAL] [meta-processor- > sdk][master][PATCH] dra7xx: pdk: updating build install step > > Can we expedite this review/merge, Jake? This is a blocking item. > > -----Original Message----- > From: [email protected] [mailto:meta-arago- > [email protected]] On Behalf Of Molfetta, Stephen > Sent: Tuesday, March 06, 2018 4:58 PM > To: Stiffler, Jacob; [email protected] > Subject: Re: [meta-arago] [EXTERNAL] [meta-processor- > sdk][master][PATCH] dra7xx: pdk: updating build install step > > Is there any chance this gets reviewed/merged today? This is an urgent fix > needed. > > -----Original Message----- > From: [email protected] [mailto:meta-arago- > [email protected]] On Behalf Of Molfetta, Stephen > Sent: Tuesday, March 06, 2018 12:37 PM > To: Stiffler, Jacob; [email protected] > Subject: Re: [meta-arago] [EXTERNAL] [meta-processor- > sdk][master][PATCH] dra7xx: pdk: updating build install step > > The files are already present in the current commit ID. We just need the > recipe update to pull in these files. Only if we change the recipe to use the > 'make install' will we need to bump the commit ID. > > -----Original Message----- > From: Stiffler, Jacob > Sent: Tuesday, March 06, 2018 12:23 PM > To: Molfetta, Stephen; [email protected] > Subject: Re: [EXTERNAL] [meta-arago] [meta-processor- > sdk][master][PATCH] dra7xx: pdk: updating build install step > > Does this require a commit ID bump? > > > On 3/6/2018 12:19 PM, Stephen Molfetta wrote: > > DRA7xx PDK introduced a new build-related file and needs to install > > this file into the package location > > --- > > recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb | 5 +++-- > > 1 file changed, 3 insertions(+), 2 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 b028e8c..3e8157d 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 > > @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = > "file://makerules/env.mk;beginline=1;endline=31;md5=10503e8de > > require recipes-ti/includes/ti-paths.inc > > > > PV = "01.00.00.08" > > -PR = "r0" > > +PR = "r1" > > > > PDK_BUILD_GIT_URI = "git://git.ti.com/keystone-rtos/processor-pdk- > build.git" > > PDK_BUILD_GIT_PROTOCOL = "git" > > @@ -153,6 +153,7 @@ do_install_append_am57xx-hs-evm() { > > } > > > > do_install_append_dra7xx() { > > + install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/dra7xx > > install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2xx > > install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda3xx > > install -d > > ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2ex > > @@ -165,6 +166,7 @@ do_install_append_dra7xx() { > > install -m 0755 makerules/rules_arp32.mk > ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/makerules > > install -m 0755 makerules/rules_ti_cgt_arm.mk > > ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/makerules > > > > + install -m 0755 dra7xx/linkcmd.xdt > > + ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/dra7xx > > install -m 0755 tda2xx/config_tda2xx.bld > ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2xx > > install -m 0755 tda2xx/config_tda2xx_a15.bld > ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2xx > > install -m 0755 tda2xx/config_tda2xx_c66.bld > > ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2xx > > @@ -175,7 +177,6 @@ do_install_append_dra7xx() { > > install -m 0755 tda2ex/config_tda2ex_a15.bld > ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2ex > > install -m 0755 tda2ex/config_tda2ex_c66.bld > ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2ex > > install -m 0755 tda2ex/mem_segment_definition_1024mb_bios.xs > > ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2ex > > - > > } > > > > do_install_append_keystone() { > > _______________________________________________ > meta-arago mailing list > [email protected] > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago > _______________________________________________ > meta-arago mailing list > [email protected] > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
