mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
Tweaks to work with bitbake trunk: add BB_DEFAULT_TASK, add do_rootfs[nostamp] back, remove image_ipk PR
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@630 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
BB_DEFAULT_TASK = "build"
|
||||||
PATCHES_DIR="${S}"
|
PATCHES_DIR="${S}"
|
||||||
|
|
||||||
def base_dep_prepend(d):
|
def base_dep_prepend(d):
|
||||||
|
|||||||
@@ -9,8 +9,6 @@ EXCLUDE_FROM_WORLD = "1"
|
|||||||
|
|
||||||
USE_DEVFS ?= "0"
|
USE_DEVFS ?= "0"
|
||||||
|
|
||||||
PR = "${DATE}-${TIME}"
|
|
||||||
|
|
||||||
DEPENDS += "makedevs-native"
|
DEPENDS += "makedevs-native"
|
||||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
|
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ DEPENDS_append=" ${EXTRA_IMAGEDEPENDS}"
|
|||||||
|
|
||||||
PACKAGES = ""
|
PACKAGES = ""
|
||||||
|
|
||||||
|
do_rootfs[nostamp] = 1
|
||||||
do_rootfs[dirs] = ${TOPDIR}
|
do_rootfs[dirs] = ${TOPDIR}
|
||||||
do_build[nostamp] = 1
|
do_build[nostamp] = 1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user