From efeb74c1aa293067f3f8ee488c785cb269ce45a0 Mon Sep 17 00:00:00 2001 From: Mario Domenech Goulart Date: Thu, 30 Apr 2009 10:35:12 -0300 Subject: s/IPKG_INSTALL/PACKAGE_INSTALL/ According to the git log (e.g., 7302c6263934c237da66719bd42505b6c05d10cc), there was a change in the variable naming. IPKG_INSTALL was renamed to PACKAGE_INSTALL some time ago. classes/rootfs_ipk.bbclass currently uses PACKAGE_INSTALL instead of IPKG_INSTALL. Signed-off-by: Mario Domenech Goulart Signed-off-by: Otavio Salvador --- docs/usermanual/reference/class_rootfs_ipkg.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/usermanual') diff --git a/docs/usermanual/reference/class_rootfs_ipkg.xml b/docs/usermanual/reference/class_rootfs_ipkg.xml index b60adf8e70..98e6e2520f 100644 --- a/docs/usermanual/reference/class_rootfs_ipkg.xml +++ b/docs/usermanual/reference/class_rootfs_ipkg.xml @@ -41,7 +41,7 @@ Installs the list of requested .ipkg packages, - ${IPKG_INSTALL}; + ${PACKAGE_INSTALL}; @@ -89,7 +89,7 @@ - IPKG_INSTALL + PACKAGE_INSTALL The list of packages which will be installed into the root @@ -212,4 +212,4 @@ which is executed without and therefore can be used from other classes, such as , that are already running under the control of . - \ No newline at end of file + -- cgit v1.2.3 From 80a46d771bb209c4c83cd874a6474eee36a78979 Mon Sep 17 00:00:00 2001 From: Mario Domenech Goulart Date: Thu, 30 Apr 2009 10:40:14 -0300 Subject: Documentation for PACKAGE_ARCH is actually for PACKAGE_ARCHS Signed-off-by: Mario Domenech Goulart Signed-off-by: Otavio Salvador --- docs/usermanual/reference/class_rootfs_ipkg.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/usermanual') diff --git a/docs/usermanual/reference/class_rootfs_ipkg.xml b/docs/usermanual/reference/class_rootfs_ipkg.xml index 98e6e2520f..fde8a38c03 100644 --- a/docs/usermanual/reference/class_rootfs_ipkg.xml +++ b/docs/usermanual/reference/class_rootfs_ipkg.xml @@ -114,7 +114,7 @@ - PACKAGE_ARCH + PACKAGE_ARCHS Defines the list of architectures that are support by the target -- cgit v1.2.3 From 3e4d207d8f8867c1bf08d661e416f11fb77a20b8 Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Sat, 30 May 2009 10:51:05 +0900 Subject: docs: fix URL for bitbake manual. (Closes: #5122) --- docs/usermanual/chapters/getting_oe.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/usermanual') diff --git a/docs/usermanual/chapters/getting_oe.xml b/docs/usermanual/chapters/getting_oe.xml index a04e233d36..83fbad1fab 100644 --- a/docs/usermanual/chapters/getting_oe.xml +++ b/docs/usermanual/chapters/getting_oe.xml @@ -244,7 +244,7 @@ MACHINE = "om-gta01" The primary interface to the build system is the bitbake command (see - the BitBake + the BitBake users manual). BitBake will download and patch files from the internet, so it helps if you are on a well connected machine. -- cgit v1.2.3 From ec392ff73230241e51ce08e96e780a8011363099 Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Sat, 30 May 2009 10:53:06 +0900 Subject: docs: add copyright notice for 2009 --- docs/usermanual/usermanual.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/usermanual') diff --git a/docs/usermanual/usermanual.xml b/docs/usermanual/usermanual.xml index ca2e7a93ac..dc38abaa34 100644 --- a/docs/usermanual/usermanual.xml +++ b/docs/usermanual/usermanual.xml @@ -44,6 +44,8 @@ 2008 + 2009 + Holger Hans Peter Freyther Koen Kooi -- cgit v1.2.3