console-*image: add license checksum
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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');
|
||||
|
||||
|
||||
@@ -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" \
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 ?= ""
|
||||
|
||||
Reference in New Issue
Block a user