summaryrefslogtreecommitdiff
path: root/libre/grub
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-10-16 20:51:06 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-10-16 20:51:06 -0300
commit186ae12e3863bc2bf56acbf346805560f14ac4bb (patch)
tree82bcbb594e0e56b0e284e2de008a8ddff088ced8 /libre/grub
parentee22f7cc46a55703d7b14e2e5367b4bbb281025d (diff)
grub: add _build_grub-uboot_omap3_beagle, _build_grub-uboot_omap3_beagle_xm, _build_grub-uboot_omap3_beagle_xm_ab and _build_grub-uboot_udoo to build function
Diffstat (limited to 'libre/grub')
-rw-r--r--libre/grub/PKGBUILD12
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/grub/PKGBUILD b/libre/grub/PKGBUILD
index 04abd0ab1..1fb2d03a3 100644
--- a/libre/grub/PKGBUILD
+++ b/libre/grub/PKGBUILD
@@ -1176,6 +1176,18 @@ build() {
elif [[ "${CARCH}" = 'armv7h' ]]; then
msg 'Build grub U-Boot for BeagleBone and BeagleBone Black (am335x-bone) stuff'
_build_grub-uboot_am335x-bone
+
+ msg 'Build grub U-Boot for BeagleBoard (omap3_beagle) stuff'
+ _build_grub-uboot_omap3_beagle
+
+ msg 'Build grub U-Boot for BeagleBoard-xM (omap3_beagle_xm) stuff'
+ _build_grub-uboot_omap3_beagle_xm
+
+ msg 'Build grub U-Boot for BeagleBoard-xM rev A/B (omap3_beagle_xm_ab) stuff'
+ _build_grub-uboot_omap3_beagle_xm_ab
+
+ msg 'Build grub U-Boot for UDOO (udoo) stuff'
+ _build_grub-uboot_udoo
fi
if [[ "${_GRUB_EMU_BUILD}" = '1' ]]; then