X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=blobdiff_plain;f=recipes%2Fpandora-system%2Fpandora-uboot-scripts.bb;h=59b1cce9c9b2c4c22d2cc388f7857a0981599b47;hp=17467fd9bb093b0556dcee29f5b32af89cd85764;hb=3fed586e5808f184f8aba24ddd669a5b71719c65;hpb=70cec4f2375bcf9b3a18e2983dd43dad14f45a19;ds=sidebyside diff --git a/recipes/pandora-system/pandora-uboot-scripts.bb b/recipes/pandora-system/pandora-uboot-scripts.bb index 17467fd..59b1cce 100644 --- a/recipes/pandora-system/pandora-uboot-scripts.bb +++ b/recipes/pandora-system/pandora-uboot-scripts.bb @@ -2,14 +2,16 @@ DESCRIPTION = "Helper uboot boot scripts for the OpenPandora" DEPENDS = "u-boot-mkimage-native" -SRC_URI = "file://*.cmd" +SRC_URI = "file://boot*" + +PR = "r1" do_configure() { - cp ${WORKDIR}/*.cmd ${S} + cp ${WORKDIR}/boot* ${S} } do_compile() { - for i in *.cmd ; do + for i in boot* ; do uboot-mkimage -A ${TARGET_ARCH} -O linux -T script -C none -a 0 -e 0 -n "OpenPandora $i" -d $i $i.scr done }