Please file a new feature request and make PM review and approve it.

Peter

> -----Original Message-----
> From: Marko Saukko [mailto:[email protected]]
> Sent: Monday, November 01, 2010 10:44 PM
> To: Zhu, Peter J
> Cc: [email protected]
> Subject: Re: [meego-commits] 9124: New package
> Trunk:Testing/uboot-mkimage
> 
> Hi,
> 
> I think closest is bug 5136.
> 
> http://bugs.meego.com/show_bug.cgi?id=5136
> 
> And comment 8:
> 
> http://bugs.meego.com/show_bug.cgi?id=5136#c8
> 
> Regards,
> Marko
> 
> On 11/01/2010 04:39 PM, Zhu, Peter J wrote:
> > Any feature number associated?
> >
> > Peter
> >
> >> -----Original Message-----
> >> From: [email protected]
> >> [mailto:[email protected]] On Behalf Of Marko Saukko
> >> Sent: Monday, November 01, 2010 8:29 PM
> >> To: [email protected]
> >> Subject: [meego-commits] 9124: New package
> Trunk:Testing/uboot-mkimage
> >>
> >> Hi,
> >> Adding new package uboot-mkimage in project Trunk:Testing. Please review
> >> and accept ASAP.
> >>
> >> Justification for this new package:
> >>
> >> Tool needed to make N900 dual boot with u-boot possible. This is a very
> basic
> >> tool needed in ARM ports.
> >>
> >> Description:
> >>      This package contains the mkimage utility, which encapsulates a
> >> compressed
> >>      "uImage" Linux kerel image with header information, CRC32
> checksum,
> >> etc,
> >>      for use with the U-Boot bootloader.
> >>
> >>      mkimage can also be used to create ramdisk images for use
> >>      with U-Boot, either separated from the Linux kernel image, or
> >>      combined into one file. mkimage encapsulates the images with a 64
> >>      byte header containing information about target architecture,
> >>      operating system, image type, compression method, entry points,
> time
> >>      stamp, CRC32 checksums, etc.
> >>
> >> Thank You,
> >> Marko Saukko
> >>
> >> [This message was auto-generated]
> >>
> >> ---
> >>
> >> Request #9124:
> >>
> >>    submit:   home:marko.saukko/uboot-mkimage(r5) ->
> >> Trunk:Testing/uboot-mkimage
> >>
> >>
> >> Message:
> >>      Tool needed to make N900 dual boot with u-boot possible. This is a
> very
> >> basic tool needed in ARM ports.
> >>
> >> Description:
> >>      This package contains the mkimage utility, which encapsulates a
> >> compressed
> >>      "uImage" Linux kerel image with header information, CRC32
> checksum,
> >> etc,
> >>      for use with the U-Boot bootloader.
> >>
> >>      mkimage can also be used to create ramdisk images for use
> >>      with U-Boot, either separated from the Linux kernel image, or
> >>      combined into one file. mkimage encapsulates the images with a 64
> >>      byte header containing information about target architecture,
> >>      operating system, image type, compression method, entry points,
> time
> >>      stamp, CRC32 checksums, etc.
> >>
> >> State:   new          2010-11-01T05:29:25 marko.saukko
> >> Comment: None
> >>
> >>
> >> This is a NEW package in Trunk:Testing project.
> >> The files in the new package:
> >> uboot-mkimage/
> >>    |__  uboot-mkimage.changes
> >>    |__  uboot-mkimage.spec
> >>    |__  uboot-mkimage.yaml
> >>    |__  uboot-mkimage_0.4.tar.gz
> >>
> >> The content of the YAML file, uboot-mkimage.yaml:
> >>
> ================================================================
> >> ===
> >> Name: uboot-mkimage
> >> Summary: Tool to generate kernel image for U-Boot
> >> Version: 0.4
> >> Release: 0
> >> Group: System/Console
> >> License: GPLv2
> >> URL: http://ftp.de.debian.org/debian/pool/main/u/uboot-mkimage/
> >> Description:
> >>      This package contains the mkimage utility, which encapsulates a
> >> compressed
> >>      "uImage" Linux kerel image with header information, CRC32
> checksum,
> >> etc,
> >>      for use with the U-Boot bootloader.
> >>
> >>      mkimage can also be used to create ramdisk images for use
> >>      with U-Boot, either separated from the Linux kernel image, or
> >>      combined into one file. mkimage encapsulates the images with a 64
> >>      byte header containing information about target architecture,
> >>      operating system, image type, compression method, entry points,
> time
> >>      stamp, CRC32 checksums, etc.
> >> Sources:
> >>      - uboot-mkimage_%{version}.tar.gz
> >>
> >> PkgBR:
> >>      - cmake
> >>      - zlib-devel
> >>
> >> Configure: none
> >>
> >> Files:
> >>      - "%{_bindir}/*"
> >>
> >>
> ================================================================
> >> ===
> >>
> >>
> >> The content of the spec file, uboot-mkimage.spec:
> >>
> ================================================================
> >> ===
> >> #
> >> # Do NOT Edit the Auto-generated Part!
> >> # Generated by: spectacle version 0.20git
> >> #
> >> #>>  macros
> >> #<<  macros
> >>
> >> Name:       uboot-mkimage
> >> Summary:    Tool to generate kernel image for U-Boot
> >> Version:    0.4
> >> Release:    0
> >> Group:      System/Console
> >> License:    GPLv2
> >> URL:
> http://ftp.de.debian.org/debian/pool/main/u/uboot-mkimage/
> >> Source0:    uboot-mkimage_%{version}.tar.gz
> >> Source100:  uboot-mkimage.yaml
> >> BuildRequires:  cmake
> >> BuildRequires:  zlib-devel
> >>
> >>
> >> %description
> >> This package contains the mkimage utility, which encapsulates a
> compressed
> >> "uImage" Linux kerel image with header information, CRC32 checksum, etc,
> for
> >> use with the U-Boot bootloader.
> >> mkimage can also be used to create ramdisk images for use with U-Boot,
> either
> >> separated from the Linux kernel image, or combined into one file. mkimage
> >> encapsulates the images with a 64 byte header containing information
> about
> >> target architecture, operating system, image type, compression method,
> entry
> >> points, time stamp, CRC32 checksums, etc.
> >>
> >>
> >>
> >> %prep
> >> %setup -q -n %{name}
> >>
> >> #>>  setup
> >> #<<  setup
> >>
> >> %build
> >> #>>  build pre
> >> #<<  build pre
> >>
> >>
> >> make %{?jobs:-j%jobs}
> >>
> >> #>>  build post
> >> #<<  build post
> >> %install
> >> rm -rf %{buildroot}
> >> #>>  install pre
> >> #<<  install pre
> >> %make_install
> >>
> >> #>>  install post
> >> #<<  install post
> >>
> >>
> >>
> >>
> >>
> >>
> >> %files
> >> %defattr(-,root,root,-)
> >> %{_bindir}/*
> >> #>>  files
> >> %doc debian/copyright
> >> #<<  files
> >>
> >>
> >>
> >>
> ================================================================
> >> ===
> >>
> >> _______________________________________________
> >> MeeGo-commits mailing list
> >> [email protected]
> >> http://lists.meego.com/listinfo/meego-commits

_______________________________________________
MeeGo-packaging mailing list
[email protected]
http://lists.meego.com/listinfo/meego-packaging

Reply via email to