From 186ae12e3863bc2bf56acbf346805560f14ac4bb Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Fri, 16 Oct 2015 20:51:06 -0300 Subject: 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 --- libre/grub/PKGBUILD | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'libre/grub') 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 -- cgit v1.2.3