From bd76439c10976195461a780e054e9dc9e9779bca Mon Sep 17 00:00:00 2001 From: Chris Ring Date: Wed, 6 Mar 2013 17:25:25 -0800 Subject: [PATCH 1/1] Product: Add missing files to package release phase The ti.ipc.remoteproc, ti.ipc.rpmsg, ti.trace, and ti.ipc.family.omap54xx packages fail to export all their files during the release phase of their package build. Add the missing files. --- packages/ti/ipc/family/omap54xx/package.bld | 2 +- packages/ti/ipc/remoteproc/package.bld | 9 ++++++++- packages/ti/ipc/rpmsg/package.bld | 2 +- packages/ti/trace/package.bld | 9 ++------- 4 files changed, 12 insertions(+), 10 deletions(-) diff --git a/packages/ti/ipc/family/omap54xx/package.bld b/packages/ti/ipc/family/omap54xx/package.bld index ce888f4..3e38415 100644 --- a/packages/ti/ipc/family/omap54xx/package.bld +++ b/packages/ti/ipc/family/omap54xx/package.bld @@ -44,7 +44,7 @@ var Pkg = xdc.useModule('xdc.bld.PackageContents'); Pkg.attrs.exportSrc = true; Pkg.otherFiles = ["package.bld", "InterruptProxy.h", "InterruptDsp.h", - "InterruptIpu.h"]; + "InterruptIpu.h", "VirtQueue.h"]; /* remove this output directory during a clean */ Pkg.generatedFiles.$add("lib/"); diff --git a/packages/ti/ipc/remoteproc/package.bld b/packages/ti/ipc/remoteproc/package.bld index bbfb923..2c5c6e8 100644 --- a/packages/ti/ipc/remoteproc/package.bld +++ b/packages/ti/ipc/remoteproc/package.bld @@ -43,7 +43,14 @@ var Pkg = xdc.useModule('xdc.bld.PackageContents'); */ Pkg.attrs.exportSrc = true; -Pkg.otherFiles = ["package.bld", "rsc_types.h", "rsc_table_omapl138.h", "rsc_table_tci6614.h", "rsc_table_tci6614_v3.3.h", "rsc_table_tci6638.h" ]; +Pkg.otherFiles = ["package.bld", "rsc_types.h", + "rsc_table_omapl138.h", + "rsc_table_tci6614.h", + "rsc_table_tci6614_v3.3.h", + "rsc_table_tci6638.h", + "rsc_table_omap5_dsp.h", + "rsc_table_omap5_ipu.h" +]; var SRCS = ["Resource.c"]; diff --git a/packages/ti/ipc/rpmsg/package.bld b/packages/ti/ipc/rpmsg/package.bld index 74b5aea..130205b 100644 --- a/packages/ti/ipc/rpmsg/package.bld +++ b/packages/ti/ipc/rpmsg/package.bld @@ -39,7 +39,7 @@ var Pkg = xdc.useModule('xdc.bld.PackageContents'); Pkg.attrs.exportSrc = true; Pkg.otherFiles = ["package.bld", "Rpmsg.h", "virtio_ring.h", "_MessageQCopy.h", - "MessageQCopy.h", "NameMap.h"]; + "_VirtQueue.h", "MessageQCopy.h", "NameMap.h"]; var SRCS = ["MessageQCopy.c", "NameMap.c"]; diff --git a/packages/ti/trace/package.bld b/packages/ti/trace/package.bld index 5740a34..9c110c8 100644 --- a/packages/ti/trace/package.bld +++ b/packages/ti/trace/package.bld @@ -32,7 +32,6 @@ /* * ======== package.bld ======== - * */ /* explicit references to global objects */ @@ -41,14 +40,10 @@ var Pkg = xdc.useModule('xdc.bld.PackageContents'); /* clean lib folder */ Pkg.generatedFiles.$add("lib/"); -Pkg.libDir = "package/"; /* add custom files to all releases */ -Pkg.attrs.exportSrc = false; -Pkg.attrs.exportCfg = true; -Pkg.otherFiles = [ - "SysMin.h", -]; +Pkg.attrs.exportSrc = true; +Pkg.otherFiles = ["package.bld", "SysMin.h"]; /* list of libraries to build */ var libArray = new Array(); -- 2.39.2