console-*image: add license checksum

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-01-08 09:58:36 +01:00
parent 549d727c0f
commit 3c8bf5253c
6 changed files with 8 additions and 5 deletions

View File

@@ -8,7 +8,7 @@
REMOTEM=http://www.angstrom-distribution.org
# Feed dir we want to upload to
REMOTED=feeds/next/ipk/$(basename $PWD)
REMOTED=feeds/yocto/ipk/$(basename $PWD)
# create upload dir
mkdir -p upload-queue || true

View File

@@ -15,7 +15,7 @@
*
*/
$build_link_base = 'http://www.angstrom-distribution.org/next/autobuild/';
$build_link_base = 'http://www.angstrom-distribution.org/yocto/autobuild/';
$builder_log_date = file('autobuilder.log');

View File

@@ -1,6 +1,6 @@
#To populate the source mirror the autobuilder uses the following command:
rsync ~/OE/downloads/ angstrom@linuxtogo.org:~/website/next/sources/ -aPvz \
rsync ~/OE/downloads/ angstrom@linuxtogo.org:~/website/yocto/sources/ -aPvz \
--exclude "*.md5" \
--exclude "svn" \
--exclude "hg" \

View File

@@ -8,7 +8,7 @@
REMOTEM=angstrom@linuxtogo.org
# Feed dir we want to upload to
REMOTED=website/feeds/next/ipk/$(basename $PWD)
REMOTED=website/feeds/yocto/ipk/$(basename $PWD)
# create upload dir
mkdir -p upload-queue || true

View File

@@ -8,7 +8,7 @@
REMOTEM=angstrom@linuxtogo.org
# Feed dir we want to upload to
REMOTED=website/feeds/next/ipk/$(basename $PWD | sed s:angstrom::g)/packaged-staging/
REMOTED=website/feeds/yocto/ipk/$(basename $PWD | sed s:angstrom::g)/packaged-staging/
# create upload dir
mkdir -p upload-queue || true

View File

@@ -1,5 +1,8 @@
#Angstrom bootstrap image
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
IMAGE_PREPROCESS_COMMAND = "rootfs_update_timestamp"
ANGSTROM_EXTRA_INSTALL ?= ""