aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libassuan/libassuan_0.6.7.bb
blob: b5a9e1a13bc205fc81a655ddb881b17768352cea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
LICENSE = "GPL"
PR = "r1"

SRC_URI = "ftp://ftp.gnupg.org/gcrypt/alpha/libassuan/libassuan-${PV}.tar.gz"

inherit autotools binconfig

do_stage() {
	autotools_stage_includes

	install -d ${STAGING_LIBDIR}
	oe_libinstall -C src -a libassuan ${STAGING_LIBDIR}

	install -d ${STAGING_DATADIR}/aclocal
	install -m 0644 src/libassuan.m4 ${STAGING_DATADIR}/aclocal/
}


SRC_URI[md5sum] = "db4e6939fafbaae80cab11a67f28771d"
SRC_URI[sha256sum] = "c72dc7b2a3bb2945d1fb693b401ddff44f3eefbe248f2e6d29c86487b69c1dd4"
on value='jansa/optdefaulttune'>jansa/optdefaulttune OpenEmbedded Core user contribution treesGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/meta-selftest/recipes-test/images/wic-image-minimal.wks
blob: d55075d503f0a082ed4f62a2b0add1b763a775b0 (plain)
1
2
3
4
5
6
7
8
9
10
# short-description: Example of partitioned image with complex layout
# long-description: This image contains boot partition and 3 rootfs partitions
# created from core-image-minimal and wic-image-minimal image recipes.

part /boot --source bootimg-pcbios --ondisk vda --label boot --active --align 1024
part / --source rootfs --ondisk vda --fstype=ext4 --label platform --align 1024 --use-uuid
part /mnt --source rootfs --rootfs-dir=core-image-minimal --ondisk vda --fstype=ext4 --label core --align 1024
part backup --source rootfs --rootfs-dir=wic-image-minimal --ondisk vda --fstype=ext4 --label backup --align 1024

bootloader --ptable gpt --timeout=0  --append="rootwait console=tty0"