diff options
Diffstat (limited to 'recipes/u-boot/u-boot_1.3.0.bb')
-rw-r--r-- | recipes/u-boot/u-boot_1.3.0.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes/u-boot/u-boot_1.3.0.bb b/recipes/u-boot/u-boot_1.3.0.bb new file mode 100644 index 0000000000..2886ddecc8 --- /dev/null +++ b/recipes/u-boot/u-boot_1.3.0.bb @@ -0,0 +1,7 @@ +require u-boot.inc + +DEFAULT_PREFERENCE = "-1" + +SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2" + +PACKAGE_ARCH = "${MACHINE_ARCH}" |