[oe-commits] org.oe.dev neuros-pkggen: update sources

koen commit oe at amethyst.openembedded.net
Mon Jul 14 12:03:43 UTC 2008


neuros-pkggen: update sources

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 7c888879fe4bbf752da55cfec240bb43152f44ac
ViewMTN: http://monotone.openembedded.org/revision/info/7c888879fe4bbf752da55cfec240bb43152f44ac
Files:
1
packages/neuros-pkggen/files/package.c
packages/neuros-pkggen/files/package.h
packages/neuros-pkggen/neuros-pkggen-native.bb
Diffs:

#
# mt diff -rd52ba7ba4d60e822f2fe1c39db829edbfa8a115a -r7c888879fe4bbf752da55cfec240bb43152f44ac
#
#
#
# patch "packages/neuros-pkggen/files/package.c"
#  from [d5ca5a63df4cd233db04df33a50fc5150b0d9cc2]
#    to [5b9ae408e185322aca1c6b3fb68aa5c38ec7f44a]
# 
# patch "packages/neuros-pkggen/files/package.h"
#  from [55379d6e10495f88c7745fa5723cdb7bf6a36c15]
#    to [d79097f81ceec529cdfcca8423aa8f1900511663]
# 
# patch "packages/neuros-pkggen/neuros-pkggen-native.bb"
#  from [fbece6a9f1b6839cbb4d1d7847f64a9f5b810583]
#    to [a724aaecd6c0bae0cdcb4a47a1c834877c51045d]
#
============================================================
--- packages/neuros-pkggen/files/package.c	d5ca5a63df4cd233db04df33a50fc5150b0d9cc2
+++ packages/neuros-pkggen/files/package.c	5b9ae408e185322aca1c6b3fb68aa5c38ec7f44a
@@ -1,13 +1,10 @@
 /*
- *  Copyright(C) 2005 Neuros Technology International LLC. 
- *               <www.neurostechnology.com>
+ * Copyright (C) 2006 - 2008 Neuros Technology LLC.
  *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; only support version 2 of the License.
  *
- *  This program is free software; you can redistribute it and/or modify
- *  it under the terms of the GNU General Public License as published by
- *  the Free Software Foundation; either version 2 of the License, or
- *  (at your option) any later version.
- *
  *  This program is distributed in the hope that, in addition to its 
  *  original purpose to support Neuros hardware, it will be useful 
  *  otherwise, but WITHOUT ANY WARRANTY; without even the implied 
@@ -380,7 +377,7 @@ int main(int argc, char *argv[])
     package_header_t *phd = &p_head;
     struct stat buf;
 
-    printf("\npackage tool version %s ", VERSION);
+    printf("\npackage tool version %s \n", VERSION);
 
     strncpy((char *)phd->p_name, argv[1], NAMELEN-1);
     if ((fp_w = fopen((char *)phd->p_name, "wb+")) == NULL)
============================================================
--- packages/neuros-pkggen/files/package.h	55379d6e10495f88c7745fa5723cdb7bf6a36c15
+++ packages/neuros-pkggen/files/package.h	d79097f81ceec529cdfcca8423aa8f1900511663
@@ -1,13 +1,10 @@
 /*
- *  Copyright(C) 2005 Neuros Technology International LLC. 
- *               <www.neurostechnology.com>
+ * Copyright (C) 2006 - 2008 Neuros Technology LLC.
  *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; only support version 2 of the License.
  *
- *  This program is free software; you can redistribute it and/or modify
- *  it under the terms of the GNU General Public License as published by
- *  the Free Software Foundation; either version 2 of the License, or
- *  (at your option) any later version.
- *
  *  This program is distributed in the hope that, in addition to its 
  *  original purpose to support Neuros hardware, it will be useful 
  *  otherwise, but WITHOUT ANY WARRANTY; without even the implied 
@@ -51,7 +48,7 @@
 #define IH_TYPE_ROOTFS          10
 
 /* addr in flash */
-#define UBOOT_ADDR_START      0x00018000
+#define UBOOT_ADDR_START      0x000C0000
 #define UBOOT_SIZE                  (1*1024*1024)
 #define UBOOT_ADDR_END        (UBOOT_ADDR_START+UBOOT_SIZE-1)
 #define KERNEL_ADDR_START    (UBOOT_ADDR_END+1)
@@ -61,9 +58,9 @@
 #define ROOTFS_ADDR_END       (256*1024*1024 - 1)
 
 #define UBOOT_FILE_NAME   "u-boot.bin"
-#define KERNEL_FILE_NAME  "kernel.img"
-#define ROOTFS_FILE_NAME  "rootfs.img"
-#define SCRIPT_FILE_NAME  "env.img"
+#define KERNEL_FILE_NAME  "uImage.jffs2"
+#define ROOTFS_FILE_NAME  "rootfs.yaffs2"
+#define SCRIPT_FILE_NAME  "default_env.img"
 
 #define UBOOT_VER_FILE    "u-boot.version"
 #define KERNEL_VER_FILE   "uImage.version"
============================================================
--- packages/neuros-pkggen/neuros-pkggen-native.bb	fbece6a9f1b6839cbb4d1d7847f64a9f5b810583
+++ packages/neuros-pkggen/neuros-pkggen-native.bb	a724aaecd6c0bae0cdcb4a47a1c834877c51045d
@@ -1,6 +1,6 @@ LICENSE = "GPLv2"
 DESCRIPTION = "Tool to generate ready to flash .pkg files for neuros machines"
 LICENSE = "GPLv2"
-PR = "r1"
+PR = "r2"
 
 inherit native
 






More information about the Openembedded-commits mailing list