]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/edma3_lld.git/blobdiff - package.bld
Merge branch 'master' into edma3_keystone2
[keystone-rtos/edma3_lld.git] / package.bld
old mode 100644 (file)
new mode 100755 (executable)
index f0fcfae..c713e81
@@ -1,43 +1,41 @@
-/*\r
- *  ======== package.bld ========\r
- */\r
-\r
-/*\r
- * Create a new repository in this bundle named "packages".\r
- * By convention most bundles contain a "packages" repository\r
- * to hold the "high value" content. Other supporting content\r
- * such as examples are often put into separate repositories.\r
- */\r
-var rep = Pkg.addRepository('packages');\r
-\r
-/*\r
- * Define the contents of the new repository. Initially the\r
- * repository is empty -- here we name the packages that are\r
- * to be released in this repository.\r
- *\r
- * The packages are named using a special syntax:\r
- *   '<package name>:<release name>'\r
- *\r
- * Each named package is found along the package path. The\r
- * release name is a tar file produced by "xdc release" on\r
- * the named package, and is located in the package itself.\r
- */\r
-rep.addPackages(\r
-    [\r
-        'ti.sdo.edma3.rm:ti_sdo_edma3_rm.tar',\r
-        'ti.sdo.edma3.rm.sample:ti_sdo_edma3_rm_sample.tar',\r
-        'ti.sdo.edma3.drv:ti_sdo_edma3_drv.tar',\r
-        'ti.sdo.edma3.drv.sample:ti_sdo_edma3_drv_sample.tar',\r
-    ]\r
-);\r
-\r
-Pkg.attrs.archiver = "zip"\r
-\r
-Pkg.otherFiles = [\r
-    'docs',\r
-    'examples',\r
-    /* 'config.bld', */\r
-    'package.bld',\r
-    'release_notes_edma3_lld_02_00_01.html',\r
-];\r
-\r
+/*
+ *  ======== package.bld ========
+ */
+
+/*
+ * Create a new repository in this bundle named "packages".
+ * By convention most bundles contain a "packages" repository
+ * to hold the "high value" content. Other supporting content
+ * such as examples are often put into separate repositories.
+ */
+var rep = Pkg.addRepository('packages');
+
+/*
+ * Define the contents of the new repository. Initially the
+ * repository is empty -- here we name the packages that are
+ * to be released in this repository.
+ *
+ * The packages are named using a special syntax:
+ *   '<package name>:<release name>'
+ *
+ * Each named package is found along the package path. The
+ * release name is a tar file produced by "xdc release" on
+ * the named package, and is located in the package itself.
+ */
+rep.addPackages(
+    [
+        'ti.sdo.edma3.rm:ti_sdo_edma3_rm.tar',
+        'ti.sdo.edma3.rm.sample:ti_sdo_edma3_rm_sample.tar',
+        'ti.sdo.edma3.drv:ti_sdo_edma3_drv.tar',
+        'ti.sdo.edma3.drv.sample:ti_sdo_edma3_drv_sample.tar',
+    ]
+);
+
+Pkg.otherFiles = [
+    'docs',
+    'eclipse',
+    'examples',
+    'package.bld',
+    'release_notes_edma3_lld.html',
+    'software-manifest.doc',
+];