Skip to content

Commit

Permalink
Add raspberrypi2 support from fido branch
Browse files Browse the repository at this point in the history
* Move rpi layers down
* Use jethro for meta-rpi-luneos
* Use jethro for meta-raspberrypi
* staging_sync: Add .md5 files also for rpi-sdimg files
* use the layers from github.com/webOS-ports

Signed-off-by: Alan Stice <alan@alanstice.com>
Signed-off-by: Herman van Hazendonk <github.com@herrie.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
  • Loading branch information
Andolamin authored and shr-project committed Apr 4, 2016
1 parent bed8c01 commit 67d3167
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions conf/bblayers.conf
Expand Up @@ -11,6 +11,8 @@ BBFILES ?= ""
BBLAYERS = " \
${TOPDIR}/meta-webos-ports/meta-luneos \
${TOPDIR}/meta-webos-ports/meta-luneui \
${TOPDIR}/meta-rpi-luneos \
${TOPDIR}/meta-raspberrypi \
${TOPDIR}/meta-smartphone/meta-hp \
${TOPDIR}/meta-smartphone/meta-lg \
${TOPDIR}/meta-smartphone/meta-acer \
Expand All @@ -25,3 +27,4 @@ BBLAYERS = " \
${TOPDIR}/meta-openembedded/meta-oe \
${TOPDIR}/openembedded-core/meta \
"

2 changes: 2 additions & 0 deletions conf/layers.txt
Expand Up @@ -4,3 +4,5 @@ meta-openembedded,git://github.com/openembedded/meta-openembedded.git,master,44f
meta-qt5,git://github.com/meta-qt5/meta-qt5.git,master,d6fe20e6083d421cc6091892e1d302c46e2d075d
meta-smartphone,git://github.com/shr-distribution/meta-smartphone.git,master,HEAD
meta-webos-ports,git://github.com/webOS-ports/meta-webos-ports.git,master,HEAD
meta-rpi-luneos,git://github.com/webOS-ports/meta-rpi-luneos.git,master,HEAD
meta-raspberrypi,git://github.com/webOS-ports/meta-raspberrypi.git,master,HEAD
2 changes: 1 addition & 1 deletion scripts/staging_sync.sh
Expand Up @@ -19,7 +19,7 @@ echo "Syncing deploy dir from ${SOURCE_DIR} to ${TARGET_DIR}"

# count missing md5sums
cd ${SOURCE_DIR}/images
for IMG_FILE in */*.ext2 */*.ext4 */*.zip */*.bin */*.ubi */*.ubifs */*.img */*.jffs2 */*.sum.jffs2 */*.jffs2.nosummary */*.tgz */*.tar.gz */*.tar.bz2 */*.udfu */*.fastboot */*.cpio.gz; do
for IMG_FILE in */*.ext2 */*.ext4 */*.zip */*.bin */*.ubi */*.ubifs */*.img */*.jffs2 */*.sum.jffs2 */*.jffs2.nosummary */*.tgz */*.tar.gz */*.tar.bz2 */*.udfu */*.fastboot */*.cpio.gz */*.rpi-sdimg; do
if [ -e ${IMG_FILE} -a ! -h ${IMG_FILE} -a \( ! -e ${IMG_FILE}.md5 -o ${IMG_FILE}.md5 -ot ${IMG_FILE} \) ] ; then
echo MD5: ${IMG_FILE}
md5sum ${IMG_FILE} | sed 's# .*/# #g' > ${IMG_FILE}.md5
Expand Down

0 comments on commit 67d3167

Please sign in to comment.