[oe-commits] org.oe.documentation recipes: Update the sample package output to show that packages now

lenehan commit openembedded-commits at lists.openembedded.org
Thu Mar 15 10:07:14 UTC 2007


recipes: Update the sample package output to show that packages now
go into deploy/ipkg/<arch> rather than just deploy/ipkg to reflect
recent changes.

Author: lenehan at openembedded.org
Branch: org.openembedded.documentation
Revision: c0eefd88d91d5a8072c0cdd26ab1ba577cfd9d41
ViewMTN: http://monotone.openembedded.org/revision.psp?id=c0eefd88d91d5a8072c0cdd26ab1ba577cfd9d41
Files:
1
usermanual/chapters/recipes.xml
Diffs:

#
# mt diff -rc6010a4d5576d46735b214dfe95d7280c789a385 -rc0eefd88d91d5a8072c0cdd26ab1ba577cfd9d41
#
# 
# 
# patch "usermanual/chapters/recipes.xml"
#  from [e435826cd36e6df35243309c368026d652095644]
#    to [1e2d6b8fea9fef5b5faa37cac3fa5d0c425792fe]
# 
============================================================
--- usermanual/chapters/recipes.xml	e435826cd36e6df35243309c368026d652095644
+++ usermanual/chapters/recipes.xml	1e2d6b8fea9fef5b5faa37cac3fa5d0c425792fe
@@ -1212,8 +1212,8 @@ NOTE: Not creating empty archive for hel
 NOTE: package helloworld-0.1-r0: task do_package: completed
 NOTE: package helloworld-0.1-r0: task do_package_write: started
 NOTE: Not creating empty archive for helloworld-dbg-0.1-r0
-Packaged contents of helloworld into /home/lenehan/devel/oe/build/titan-glibc-25/tmp/deploy/ipk/helloworld_0.1-r0_sh4.ipk
-Packaged contents of helloworld-doc into /home/lenehan/devel/oe/build/titan-glibc-25/tmp/deploy/ipk/helloworld-doc_0.1-r0_sh4.ipk
+Packaged contents of helloworld into /home/lenehan/devel/oe/build/titan-glibc-25/tmp/deploy/ipk/sh4/helloworld_0.1-r0_sh4.ipk
+Packaged contents of helloworld-doc into /home/lenehan/devel/oe/build/titan-glibc-25/tmp/deploy/ipk/sh4/helloworld-doc_0.1-r0_sh4.ipk
 NOTE: Not creating empty archive for helloworld-dev-0.1-r0
 NOTE: Not creating empty archive for helloworld-locale-0.1-r0
 NOTE: package helloworld-0.1-r0: task do_package_write: completed
@@ -1228,9 +1228,9 @@ Build statistics:
 
       <para>The package was successfully built, the output consists of two
       .ipkg files, which are ready to be installed on the target. One contains
-      the binary and the other contains the readme file:<screen>~/oe%&gt; ls -l tmp/deploy/ipk/helloworld*
--rw-r--r--  1 lenehan lenehan 3040 Jan 12 14:46 tmp/deploy/ipk/helloworld_0.1-r0_sh4.ipk
--rw-r--r--  1 lenehan lenehan  768 Jan 12 14:46 tmp/deploy/ipk/helloworld-doc_0.1-r0_sh4.ipk
+      the binary and the other contains the readme file:<screen>~/oe%&gt; ls -l tmp/deploy/ipk/*/helloworld*
+-rw-r--r--  1 lenehan lenehan 3040 Jan 12 14:46 tmp/deploy/ipk/sh4/helloworld_0.1-r0_sh4.ipk
+-rw-r--r--  1 lenehan lenehan  768 Jan 12 14:46 tmp/deploy/ipk/sh4/helloworld-doc_0.1-r0_sh4.ipk
 ~/oe%&gt;</screen></para>
 
       <para>It's worthwhile looking at the working directory to see where
@@ -1714,8 +1714,8 @@ NOTE: Not creating empty archive for hel
     example of the packaging output from the helloworld example above shows
     this packaging in action:<screen>[NOTE: package helloworld-0.1-r0: task do_package_write: started
 NOTE: Not creating empty archive for helloworld-dbg-0.1-r0
-Packaged contents of helloworld into /home/lenehan/devel/oe/build/titan-glibc-25/tmp/deploy/ipk/helloworld_0.1-r0_sh4.ipk
-Packaged contents of helloworld-doc into /home/lenehan/devel/oe/build/titan-glibc-25/tmp/deploy/ipk/helloworld-doc_0.1-r0_sh4.ipk
+Packaged contents of helloworld into /home/lenehan/devel/oe/build/titan-glibc-25/tmp/deploy/ipk/sh4/helloworld_0.1-r0_sh4.ipk
+Packaged contents of helloworld-doc into /home/lenehan/devel/oe/build/titan-glibc-25/tmp/deploy/ipk/sh4/helloworld-doc_0.1-r0_sh4.ipk
 NOTE: Not creating empty archive for helloworld-dev-0.1-r0
 NOTE: Not creating empty archive for helloworld-locale-0.1-r0
 NOTE: package helloworld-0.1-r0: task do_package_write: completed</screen>We






More information about the Openembedded-commits mailing list