diff options
author | Philip Balister <philip@balister.org> | 2007-04-03 18:44:39 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2007-04-03 18:44:39 +0000 |
commit | 2ab3af9be00f5562ddca11d3d374c8bb50810afd (patch) | |
tree | 4e93da1ffee524cb4f11a0befb9c78def9063914 /packages/uboot/u-boot_1.2.0.bb | |
parent | 4a66594e3ea75d5b42c859b30e3aa834690028eb (diff) |
u-boot_1.2.0.bb : Add version 1.2.0 of u-boot.
Diffstat (limited to 'packages/uboot/u-boot_1.2.0.bb')
-rw-r--r-- | packages/uboot/u-boot_1.2.0.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/uboot/u-boot_1.2.0.bb b/packages/uboot/u-boot_1.2.0.bb new file mode 100644 index 0000000000..15d16bd571 --- /dev/null +++ b/packages/uboot/u-boot_1.2.0.bb @@ -0,0 +1,7 @@ +require u-boot.inc + +PR = "r1" + +SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-1.2.0.tar.bz2" + +PACKAGE_ARCH = "${MACHINE_ARCH}" |