Bump > -----Original Message----- > From: Chase Maupin [mailto:[email protected]] > Sent: Wednesday, September 01, 2010 1:15 PM > To: [email protected] > Cc: Maupin, Chase > Subject: [PATCH 2/2] ti-graphics-sdk: display full license during build > > * Change the TI_BIN_UNPK_CMDS to feed in enought spaces to > display the entire EULA during the build process. > > Signed-off-by: Chase Maupin <[email protected]> > --- > recipes/powervr-drivers/libgles-omap3.inc | 7 +++++-- > .../omap3-sgx-modules_1.4.14.2514.bb | 5 ++++- > .../omap3-sgx-modules_1.4.14.2616.bb | 5 ++++- > 3 files changed, 13 insertions(+), 4 deletions(-) > > diff --git a/recipes/powervr-drivers/libgles-omap3.inc b/recipes/powervr- > drivers/libgles-omap3.inc > index 5b248b0..1c00708 100644 > --- a/recipes/powervr-drivers/libgles-omap3.inc > +++ b/recipes/powervr-drivers/libgles-omap3.inc > @@ -1,7 +1,7 @@ > DESCRIPTION = "libGLES for the omap3" > LICENSE = "proprietary-binary" > > -PR = "r6" > +PR = "r7" > > COMPATIBLE_MACHINE = "(dm37x-evm|am37x-evm|am3517-evm|beagleboard|cm- > t35|igep0020|omap3-pandora|omap3- > touchbook|omap3evm|omapzoom|omapzoom2|overo|palmpre)" > > @@ -37,7 +37,10 @@ SRC_URI = > "http://install.source.dir.local/OMAP35x_Graphics_SDK_setuplinux_${SGX > S = "${WORKDIR}/OMAP35x_Graphics_SDK_${SGXPV}" > > # Logic to unpack installjammer file > -TI_BIN_UNPK_CMDS="Y: qY:workdir:Y" > +# NOTE: It takes 16 spaces to display the full EULA. Too many spaces > +# will cause the package to be installed into the wrong directory > +# and you will see build failures. This EULA should not change. > +TI_BIN_UNPK_CMDS="Y: qY:workdir:Y" > require ../ti/ti-eula-unpack.inc > > BINLOCATION ?= "${S}/gfx_rel" > diff --git a/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2514.bb > b/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2514.bb > index a2fcf22..350dc09 100644 > --- a/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2514.bb > +++ b/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2514.bb > @@ -7,7 +7,10 @@ PR_append = "a" > # http://software- > dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/3_01_00_02/index > _FDS.html > # see libgles-omap3.inc for detailed installation instructions > > -TI_BIN_UNPK_CMDS="Y: qY:workdir:Y" > +# NOTE: It takes 16 spaces to display the full EULA. Too many spaces > +# will cause the package to be installed into the wrong directory > +# and you will see build failures. This EULA should not change. > +TI_BIN_UNPK_CMDS="Y: qY:workdir:Y" > require ../ti/ti-eula-unpack.inc > > SGXPV = "3_01_00_02" > diff --git a/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2616.bb > b/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2616.bb > index 4ed2540..ba6e925 100644 > --- a/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2616.bb > +++ b/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2616.bb > @@ -7,7 +7,10 @@ PR_append = "c" > # http://software- > dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/3_01_00_06/index > _FDS.html > # see libgles-omap3.inc for detailed installation instructions > > -TI_BIN_UNPK_CMDS="Y: qY:workdir:Y" > +# NOTE: It takes 16 spaces to display the full EULA. Too many spaces > +# will cause the package to be installed into the wrong directory > +# and you will see build failures. This EULA should not change. > +TI_BIN_UNPK_CMDS="Y: qY:workdir:Y" > require ../ti/ti-eula-unpack.inc > > SGXPV = "3_01_00_06" > -- > 1.7.0.4
_______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
