From 635d320abfa6dc3c0e1d00e3ceae567dd0e55a5b Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Thu, 8 Oct 2015 22:42:49 +0200 Subject: initial commit for Enea Linux 5.0 arm Signed-off-by: Tudor Florea --- recipes-support/32b-env/32b-env_1.0.bb | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 recipes-support/32b-env/32b-env_1.0.bb (limited to 'recipes-support/32b-env/32b-env_1.0.bb') diff --git a/recipes-support/32b-env/32b-env_1.0.bb b/recipes-support/32b-env/32b-env_1.0.bb new file mode 100644 index 0000000..44142d5 --- /dev/null +++ b/recipes-support/32b-env/32b-env_1.0.bb @@ -0,0 +1,23 @@ +SUMMARY = "A simple set of shell scripts used for enabling support for \ +dynamic linked 32b application on hierofalcon boards." +DESCRIPTION = "The 32b-env package installs the set_32b_env_chroot.sh \ +and set_32b_env_qemu.sh shell scripts which enables support for dynamic \ +linked 32b application on hierofalcon boards until the multilib support \ +will be available for armv8 architecture." + +SRC_URI = "file://set_32b_env_chroot.sh \ + file://set_32b_env_qemu.sh" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690" + +do_install () { + install -d ${D}${bindir}/ + install -m 755 ${WORKDIR}/set_32b_env_chroot.sh ${D}${bindir}/ + install -m 755 ${WORKDIR}/set_32b_env_qemu.sh ${D}${bindir}/ +} + +do_patch[noexec] = "1" +do_configure[noexec] = "1" +do_compile[noexec] = "1" +do_build[noexec] = "1" -- cgit v1.2.3-54-g00ecf